@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	}
	
strong {
	color: #333333;
	}
	
a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}



#mantel {
	width: 750px;
	margin: 0 auto; 
}


#header {
	width: 750px;
	height: 20px;
	margin-top: 23px;
	font-size: 10px;
}

#nav {
	width: 750px;
	height: 49px;
	margin-top: 10px;
}

#meta {
	width: 750px;
	height: 35px;
	padding: 5px;
	background-image: url(images/bg-meta.jpg);
	font-size: 10px;
}

#sprache {
	font-size: 10px;
	float: right;
}





#titel {
	width: 550px;
	margin-left: 200px;
	margin-top: 20px;
}


#subnav {
	width: 160px;
	margin-top: 15px;
	float: left;
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
	line-height: 15px;
	padding: 10px;
}


#subnav a:link, #subnav a:visited { 
	text-decoration: none;
	display: block;
} 

#subnav a:hover { 
   color: #17b233; 
   background-color: #FFFFFF; 
   text-decoration: none; 
} 








#inhalt-subnav {
	width: 550px;
	margin-left: 200px;
	margin-top: 20px;
}





#inhalt {
	width: 760px;
	margin-top: 10px;
	float: left;
}



#downloadbox {
	margin-top: 15px;
	border-style: dashed;
	border-width: 1px;
	border-color: #999999;
	line-height: 20px;
	padding: 10px;
}





#foot {
	background-color:#134e78;
	color: #FFFFFF;
	padding: 5px;
	width: 760px;
	height: 180px;
	margin-top: 10px;
	float: left;
}


#foot a {
	color: #FFFFFF;
}

.adresse_links {
	float: left;
	width: 375px;
	margin-bottom: 40px;
	}
	
.adresse_rechts {
	float: right;
	width: 375px;
	margin-bottom: 40px;
	}

.figure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}


.formfield {
	position: relative;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	overflow: none;
	clear: both;
	}

.col1 {
	width: 200px;
	float: left;
	}
	
.col2 {
	width: 300px;
	float: right;
	}
	
	
