@charset "utf-8";
/* CSS Document */

#container{
	margin:0 auto;
	width: 1025px;
	height: 600px;
	background-image:url(../pic/bg_schatten.jpg);
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#inhalt{
	margin:0 auto;
	width: 1005px;
	height: 577px;
	background-image:url(../pic/bg_.jpg);
	background-color:#f2f2f2;
}

#abschl_linie{
	margin:0 auto;
	width:1005px;
	height:13px;
	background-color:#003366;
}

/********* Linke Bildleiste *********/
#BilderLinks{
	float:left;
	width:241px;
	height:567px;
	background-image:url(../pic/Bild_links.jpg);
	background-repeat:no-repeat;
}

/********* Rechter Inhalt *********/
#InhaltRechts{
	margin-left:241px;
}

#head{
	height:92px;
	color:#003366;
	padding-top:1px;
	padding-left:30px;
}

#head div{
	margin-top:-20px;
}

/********* Rechter Inhalt - Content *********/
#content{
	color:#003366;
	margin-top:10px;
	height:439px;
	padding:10px;
	padding-left:30px;
	padding-right:40px;
}

#content a{
	color:#003366;
	text-decoration:none;
}

#content a:hover, #content a:focus{
	text-decoration:underline;
}

#Bild_Home{
	position:absolute;
	text-align:right;
	margin-left:530px;
	margin-top:-6px;
}

/********* Flaggen deutsch-englisch *********/
#Flaggen{
	position:absolute;
	margin-left:940px;
}

#Flaggen img{
	margin:3px;
}