/* CSS Document */


*{
	padding:0;
	margin:0;
	border: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:290px;
	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: 300px;
	font-size: 12pt; 
	line-height: 160%;
	
}

a:link { 
	text-decoration: underline; 
	color: #024fa6;
}
a:visited { 
	text-decoration: underline; 
	color: #024fa6;
}	
a:hover, a:active { 
	text-decoration: underline; 
	color: #9d131b;
}

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

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

h3 { 
	font-weight: bold; 
	font-size: 13pt; 
	line-height: 140%;
	color: #9d131b;
	margin-top: 15px; 
}



/*- Menu --------------------------- */
	
#menu {
display: none;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}


		
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	display: block;
	padding: 8px 0 0 35px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(../img/menu_2.gif) no-repeat;
	padding: 8px 0 0 35px;
	}
	
		
#menu li a.auswahl {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	background:  url(../img/menu_3.gif) no-repeat;
	text-decoration: none;
	}	
	
#menu li a.auswahl:link, #menu li a.auswahl:visited {
	color: #FFF;
	display: block;
	background:  url(../img/menu_3.gif) no-repeat;
	padding: 8px 0 0 35px;
	}
	
#menu li a.auswahl:hover {
	color: #FFF;
	background:  url(../img/menu_3.gif) no-repeat;
	padding: 8px 0 0 35px;
	}
	
	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

	
#hinweiskasten { 
	background-color:#bbd9f6; 
	padding:10px; 
	  }
	  
.rot {
	color: #9d131b;
	}
	
.download {
	height: 34px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 26px;
	background:  url(../img/download.jpg) no-repeat;
	padding: 8px 0 0 50px;
	}	
