/* CSS Document */


*{
	padding:0;
	margin:0;
}

body,html{
	font-family: "Arial MT", Arial, Helvetica, Verdana, sans-serif;
	color: black;
	text-align: center;
}

#box{
	width:850px;
	padding:0;
	margin:0 auto;
	text-align:left;
  	position: relative;
}

	
#header{
display: none;
	position:relative;
	padding-top:0px;
	padding-left: 50px;
	height:248px;
	width:850px;
}



#navigation{
display: none;
	text-align: left;
	position:relative;
	padding-left:50px;
	padding-top:0px;
	width:200px;
	font-weight: bold;
	float:left;
}




#content{
	width:550px;
	margin: 0px 0 0 50px;
	padding:15px 40px;
	background: #fff;
	min-height: 500px; /* Mindesthöhe der Seite */
	font-size: 12pt; 
	line-height: 160%;
		color: #1a3f71;

}

td {	
	font-size: 13px; 
	line-height: 160%;
	color: #1a3f71;


}

.tabhead {
	color: #1a3f71;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
		line-height: 130%;
		padding:10px;

}

.tabcontent {
	margin-top:10px;
	margin-bottom:10px;
		color: #1a3f71;
		text-align:center;
			line-height: 130%;
		padding:10px;
}


a:link { 
	text-decoration: underline; 
	color: #5e98c4;
}
a:visited { 
	text-decoration: underline; 
	color: #5e98c4;
}	
a:hover, a:active { 
	text-decoration: underline; 
	color: #ad131e;
}

h1 { 
	font-weight: bold; 
	font-size: 22px; 
	line-height: 140%;
	color: #ad131e;
	margin-bottom: 15px; 
	margin-top: 15px; 
}

h2 { 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 140%;
	color: #ad131e;
	margin-bottom: 15px; 
	margin-top: 25px; 
}

h3 { 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 140%;
	color: #ad131e;
	margin-bottom: 15px; 
	margin-top: 0px; 
}




	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	
#hinweiskasten { 
	background-color:#d9e5ef; 
	padding:10px; 
	  }
	  
.blau {
	color: #005292;
	}
	
.download {
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	background:  url(../img/download.png) no-repeat;
	padding: 0px 0 0 22px;
	}	
	
.link {
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	background:  url(../img/linkpfeil.png) no-repeat;
	padding: 0px 0 0 22px;
	}	

	
#Fuss {
	width: 850px;
	height: 60px;
}



#Copyright {
  	padding-left:70px;
	padding-top:0px;
	width: 750px;
	font-size: 12px; 
	
}

.kleingedrucktes{
	font-size: 11px; 
	line-height: 160%;
	
}

#bildkasten { 
  width:230px; 
  float:right; 
  margin: 5px 0px 10px 20px;
  color: #666;
  	font-size: 11px;
  }


input#submit { /* den Submit-Button */
  float: none;
  width: auto;
  margin-left:0px;
  padding:5px;
}

form input.button {
font-size:13px;
 color: #ad131e;
 font-weight:bold;
 background-color: #cedfeb;
 border:1px solid #022e5f;
}
form input.button { /* for IE only */
 cursor:pointer;
}
form input.button:hover {  /* for Geckos */
 color: #022e5f;
 font-weight:bold;
 background-color: #fbb900;
 border:1px solid #022e5f;
 cursor:pointer;
}
