@charset "utf-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}

b{
	color:#0b206d;
}

i{
	color:#0b206d;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:18px;	
}

.blocksatz{
	text-align:justify;
}

.ueberschrift{
	font-family:"Times New Roman", Times, serif;
	font-weight:regular;
	color:#0b206d;
	text-transform:uppercase;
	font-size:14px;
}

.link{
	font-size:12px;
	color:#0b206d;
	text-decoration:none;
}

#container{
	margin:auto;
	width:1024px;
	height:auto;
}

#header{
	margin-top:20px;
	height:140px;
	width:965px;
	margin-bottom:20px;
}

#logo{
	margin-top:5px;
	float:left;
	height:138px;
	width:286px;
}

#header_right{
	float:right;
}

#flaggen{
	float:right;
	margin-top:5px;
	height:13px;
	width:auto;
}

.flagge{
	margin-right:15px;
	height:13px;
	width:20px;
	float:left;
}

#navi{
	font-family:"Times New Roman", Times, serif;
	float:right;
	margin-top:50px;
}

#navi a{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:14px;
	height:15px;
	width:auto;
	margin-right:15px;
	color:#4e4e4e;
	text-decoration:none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding-top:2px;
	padding-bottom:2px;
}

#navi a:hover{
	color:#0b206d;
	border-bottom: 1px solid #0b206d;
	border-top: 1px solid #0b206d;
}

#unternavi{
	margin-top:45px;
}

#unternavi a{
	text-transform:uppercase;
	margin-right:15px;
	color:#0b206d;
}

#unternavi a:hover{	
	color:#4e4e4e;
}



/* ...   CHINA BILDER      ...*/

#image_d1{
	margin-top:10px;
	background: url(../img/bild1.png) #ffffff;
	height:387px;
	width:962px;
}

#image_d2{
	margin-top:10px;
	background: url(../img/bild2.png) #ffffff;
	height:387px;
	width:962px;
}

#image_d3{
	margin-top:10px;
	background: url(../img/bild3.png) #ffffff;
	height:387px;
	width:962px;
}

/* ...   DEUTSCHLAND BILDER      ...*/


#textbox2{
	background: url(../img/trans_pixel_white.png);
	height:387px;
	width:400px;
	padding:10px 5px 5px 30px;
}

#textbox1{
	background: url(../img/trans_pixel_white.png);
	height:387px;
	width:370px;
	padding:30px 30px 5px 30px;
}

#content{
	height:auto;
	width:925px;
	padding:10px 30px 10px 30px;
}

#content a{
	font-size:12px;
	color:#0b206d;
	font-weight:bold;
	text-decoration:none;	
}

#teaserbereich{
	height:232px;
	width:973px;
	font-size:12px;
	color:#1e1e1e;
}

.teaser{
	float:left;
	padding-top:5px;
	padding-left:30px;
	height:170px;
	width:270px;
}

.teasertrenner{
	float:left;
	margin:20px 0 0 20px;
	height:180px;
	width:1px;
	background-color:#c3c3c3;
}

#footer{
	margin-top:5px;
	height:auto;
	width:965px;
	font-size:10px;
	color:#1e1e1e;
}

#footer_left{
	float:left;
}

#footer_right{
	float:right;
}

#footer_right a{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#1e1e1e;
	margin-left:15px;
}

#footer_right a:hover{
	color:#0b206d;
	margin-left:15px;
}

.line{
	background:#4e4e4e;
	height:1px;
	width:965px;
}

.clear{
	clear:both;
}

</style>