html, body{
	margin:0px;
	font-family: Verdana, Arial,  sans-serif;
	font-size:11px;
	width: 100%;
	height: 100%;
	background: url(/images/layout/bg.jpg) #4770AF top center no-repeat;
	
}

a {
    font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #005177;
}

a:hover {
    font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #cc3333;
}

div#wrapper{
	width: 980px;
	margin: 0px auto 0px auto;
	max-height: 1200px;
	min-height: 1050px;
	position: static;
	z-index: 2;
}

div#logo{
	position: relative;
	top: 35px;
	left: 35px;
}

div#content{
	
	position: absolute;
	top: 180px;
	margin: 0px 0px 0px 220px;
	
	width: 760px;
	
	
}

div#banner {
	position: absolute;
	z-index: 999;
	left: 50%;
	margin-left: -35px;
	width: 500px;	
}

div#content_verlenger{
	
	position: relative;
	
	left: -23px;
	margin: 0px auto 0px auto;
	background: url(/images/layout/bg_verleng.jpg);
	width: 1020px;
	height: 0px;
	z-index: -1;
	
}
div#footer{
		position: relative;
	
	left: -32px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 1030px;
	height: 0px;
	z-index: -1;
	background: url(/images/layout/footer_verleng.jpg);
}

.google_ads{
	border-top:1px solid #C1C1FF;
	border-bottom:1px solid #C1C1FF;
}
.legenda{
	font-size:10px;
	

}