/* text,css */

body{
	 margin-top: 10px; 
     margin-left: 10px; 
     margin-right: 10px; 
     margin-bottom: 10px; 
     padding:0px; 
     color: black;  
     background-color:#acacac; 
     font-family: "Times New Roman", Times, serif; 
     font-size: 97%;}



#in{
	font-family: "Times New Roman", Times, serif;
	color:#000;
	background-color:#ffffff;
	font-size: 18px;
	line-height: 125%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right:30px;
	height:800px;
	text-align: center;
}

h2{
	font-family: "Times New Roman", Times, serif;
	color:#063;
	margin-bottom:20px;
	letter-spacing:2px;
	font-size: 22px;
	border-bottom:solid 0px #ffffff;
	padding-bottom:4px;
	text-align: center;
	font-weight: bold;
}

/* navigationsblock  */


#menu a, #menu a:visited,#menu a:active{
    display: block;
    background-color:#feee9e;
    color:#063;
    font-size: 17px;;
    text-decoration:none ;
    width:210px;
    border:solid 1px #feee9e ;
    padding:2px;
    font-family: "Times New Roman", Times, serif;
}


#menu a:hover {
	background-color:#feee9e;
	border:solid 1px #96B450;
	color:#96B450;
	font-size: 17px;
	}

.pfeil{color:#063;font-weight:bold}

.leiste {
	background:url(img/4501797.jpg);
	color:#063;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px auto;
	height:30px;
	border:solid 1px #f5b828;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.fuss {
	background:url(img/4501797.jpg);
	color:#063;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px auto;
	height:30px;
	border:solid 1px #f5b828;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}

#logo {
	background-color:#feee9e;
	border:solid 1px #feee9e ;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px
	text-align: center;
}

.nav {
	background-color:#feee9e;
	color:black;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	border:solid 1px #feee9e;
	font-size: 12px;
	text-align: center;
}


/* allgemeine links */

a:link{ 
       text-decoration:none;
	   font-family: "Times New Roman", Times, serif;
	   color:#063;
       background-color: ;
	   font-size: 97%;
	   line-height: 125%;
	   padding-left: 2px;
	   padding-right: 2px;
	   }

a:visited{
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	color:#96B450;
    background-color: ;
	font-size: 97%;
	line-height: 125%;
	padding-left: 2px;
	padding-right: 2px;
	}

a:active{ 
    text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	color:#063;
    background-color: ;
	font-size: 97%;
	line-height: 125%; 
	padding-left: 2px;
	padding-right: 2px;
	}

a:hover{
	background-color: ;
	text-decoration:underline;
	font-family: "Times New Roman", Times, serif;
	line-height: 125%;
	color:#96B450;
	font-size: 97%;
	padding-left: 2px;
	padding-right: 2px;
}
