body{

 background:#ffffff;
 font-family:verdana,arial,sans-serif;
 font-size: 100%;
}

#oben{
 position: absolute;
 left: 10px;
 top: 0px;
 min-height: 70px;
}
*html #oben{
height: 70px;
}

#content{
	 position: absolute;
	 left: 10px;
	 top: 80px;
	 width: 800px;
}


#rechts{
 	position: absolute;
 	left: 850px;
 	top: 80px;
	width: 200px;


}

#text_box{
	margin:25px 80px 30px 0px;	
	border:1px solid #D8D8D8;
}
#text {
	margin:10px;
}

#text_box h1 {
	margin: 0 0 10px 0;
	padding:10px;
	background-color:#F1F1F1;
	border-bottom: 1px solid #D8D8D8;
}

h1 {
	font-size:130%;
	color: #4CB8EA;
}



/* *********************** */
#topLinks h1 {
	float:left;
	color: #fae858;
	font-size:105%;
	margin-left:15px;
	margin-top:4px;
}
#topLinks #topLinksCountries {
	padding-top:6px;
}



a:LINK.topLinks,
a:ACTIVE.topLinks,
a:VISITED.topLinks,
a:LINK.topLinks_active,
a:ACTIVE.topLinks_active,
a:VISITED.topLinks_active
{
	font-size:100%;
	text-decoration:none;
	/*text-transform: uppercase;*/
	margin-right:6px;
	
}

a:LINK.topLinks,
a:ACTIVE.topLinks,
a:VISITED.topLinks{
	color:#fff;
}


a:LINK.topLinks_active,
a:ACTIVE.topLinks_active,
a:VISITED.topLinks_active,
a:HOVER.topLinks{
	color:#fae858;	
}



/* *********************** */



#clear{
	clear: both;
}


