@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:link, a:visited{
	text-decoration:none;
	font-size:12px;
	color:#58ad40;
}

a:hover{
	color:#348b35;
}

.wrapper{
	width:100%;
	height:100;
}

.header{
	background:url(/images/GPV/HUBWEB/header.jpg) no-repeat;
	width:100%;
	height:192px;
}

.footer{
	height:192px;
	width:100%;
}

.footer2{
	height:150px;
	width:100%;
	background:url(/images/GPV/HUBWEB/footrepeater.jpg) repeat-x;
	padding-top:150px;
}

.content{
	width:90%;
	margin-left:100px;
}

.menu{
	width:180px;
	
}

.menu li{
	list-style:none;
	width:180px;
	border-bottom:1px solid #333;
	text-align:right;
}

.menu li a:link, .menu li a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.menu li a:hover{
	color:#6C6;
}
	
.line_top{
	border-top:5px solid #333;
}

.line_top0{
	border-top:5px solid #f49126;
}

.line_top1{
	border-top:5px solid #00add8;
}

.line_top2{
	border-top:5px solid #00718a;
}

.line_top3{
	border-top:5px solid #be82b5;
}

.line_top4{
	border-top:5px solid #e8549a;
}


.tableTekst{
	text-align:right;
	color:#333;
	font-size:15px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
}