@import url("/css/common/menu.css");
@import url("/css/common/class.css");
/* -----------------Layout 1--------------------- 

width = 955px 
height = 100% 

				-------------------
				|     HEADER      |
				-------------------
				|    SUBHEADER    |
				-------------------
				-------------------
				|Left|Center|     |
				|    |      |     |
				|    |      |     |
				|    |      |     |
				|    |      |     |
				-------------------
				| bottom          |
				-------------------
				

*/
/* Standard settings */ 



/* ---------- CLASS-------------- */
	
	.headerMenu{
		
		
	}
	
	.leftContent{
		margin:30px;
		margin-top:0px;
	}
	
	.leftContent img{	
		margin:5px;
	}
	
	.leftContent h1{
		font-family:verdana;
		font-size:16px;
		color:#164690;
	
	}
	.centerContent{
		margin:30px;	
		margin-top:0px;
	}
	
	.centerContent h1{
		font-family:verdana;
		font-size:16px;
		color:#164690;
	
	}
	
	.centerAdvertBox{
		width:300px;
		height:90px;
		overflow:visible;
		border-bottom:1px #01304e solid
	}

	.centerAdvertBox h1{
		font-family:verdana;
		font-size:10px;
		color:#164690;
		font-weight:bold;
		margin:0px;
		margin-top:10px;
		
		line-height:12px;
	}
	.centerAdvertBox p{
		font-family:verdana;
		font-size:10px;
		color:#000000;
		margin:0px;
	}
	.centerAdvertBox img{
		
		width:78px;
		overflow:hidden;
		float:left;
		margin:5px;
		margin-top:8px;
		margin-left:0px;
		
	}

			
	
	
	
/* ----------DIVS -------------- */
/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	margin:0 auto;
	background-color: #ffffff;
	position:relative;
}

/* ----------banner for logo-------------- */
#header{
	background-color:#FFFFFF;
	background-image:url(/images/topbar.jpg);
	height:230px;
	width:900px;
	position:relative;
}

#navMenu{
	height:33px;
	background-image:url(/images/menu.jpg);
	padding-left:20px;
	padding-top:15px;

}
/* thee column */
#contentContainer{
	background-color:#FFFFFF;
	position:relative;
	background-image:url(/images/country.gif);
	border:1px solid #01304e;
	border-top:0px;
	width:898px;
	height:500px;
	background-repeat:no-repeat;
}

#left {
	width:350px;
	position:absolute;
	left:0px;
	top:20px;
	border-right:1px solid #01304e;
	overflow:visible;

}


#center{
	width:340px;
	position:absolute;
	left:341px;
	top:20px;
	overflow:visible;
}

#right{
	width:200px;
	position:absolute;
	left:691px;
	top:20px;
	overflow:visible;

}

#footer{
	width:900px;
	position:relative;
	height:41px;
	background-image:url(/images/bottom.jpg);
}

