@import "vnav.css";
html,body		
{ 
	color:#000000; 
	padding:0px; 
	margin: 0px;
	height: 100%; 
	margin-left:0px;	
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #FCFCFC;
	text-align: center;
}
#rahmen
{
   	padding: 0;
   	height: 100%;
	margin: 0px auto;
	text-align: center;
	z-index: 1;
	position: relative;
	width: 100%;
   	background-image: url(../images/backgroundrahmen1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#rahmen1
{
   	z-index: 2;
	height: 100%;
	padding: 0;
	position: relative;
	width: 100%;
   	margin: 0px auto;
	text-align: center;
	backgroun-color: none;
   	background-image: url(../images/headerback1.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#mainbox
{
	width:700px;
	height: auto;
	text-align: left;
	margin: 0px auto;
	background-image: url(../images/background_main.jpg);
	background-repeat: repeat-y;
}
.tdheader
{
	width: 700px;
	height: 162px;	
	margin: 0;
	padding: 0;
	text-align: right;	
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
}
.tdnavigation
{
	height: 35px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #447C01;	
}
.hauptmenu
{
	width: 177px;
	background-color: #E3F5CE;
}
#mitte
{
	width: 100%;
	height: 189px;	
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #000080;
	border-top: 1px solid #0D569B;
	border-bottom: 1px solid #0D569B;	
}
.topnavigation
{
	width: 700px;
	height: 32px;
	margin: 0;
	border-bottom: 1px solid #A2BE80;	
	background-color: #447C01;
}
a.navigation:link, a.navigation:visited 
{
	
	line-height: 29px;
    padding: 0.7em 1em;
    margin: 0;
    background-color: #447C01;
    color: white;  
    font-size: 75%;
    border-left: 1px solid #A2BE80;
    border-right: 1px solid #A2BE80;  
	text-decoration: none;     
}
a.navigation:hover, a.navigation:focus
{
   line-height: 29px;
   padding: 0.7em 1em;
   margin: 0;
   background-color: #72AA30;
   color: yellow;  
   font-size: 75%;
   border-left: 1px solid #CCC;
   border-right: 1px solid #CCC;        
}
a.aktiv:link,a.aktiv:visited,a.aktiv:hover,a.aktiv:focus
{
	line-height: 28px;
	padding: 0.7em 1em;
	margin: 0;
	background-color: #72AA30;
   	color: yellow;  
	text-decoration: none;
	font-size: 75%;   
	border-right: 1px solid #FFF;  	
  	border-left: 1px solid #FFF;  
}
h2
{
	color: #3E7300;
	font-size: 110%;
}
h3
{
	color: #800000;
	font-size: 110%;
	padding-right: 10px;
}

.inhalt
{
	width: 523px;
	padding: 8px;
	text-align: left;
}
.inhalt strong
{
	font-size: 90%;
}
.inhalt p
{
	font-size: 80%;
}
p.small
{
	font-size: 70%;
}

p.smallcal
{
	font-family: Arial;	
	font-size: 9px;
}

.inhalt p strong
{
	font-size: 102%;
}
#fuss
{
	width: 100%;
	height: 52px;
	background-color: #919DAB;
	background-image: url(../images/fussbackground.jpg);
	background-repeat: repeat-x;
	font-size: 60%;
	color: #EEF8FF;
}
p.counter
{
	font-size: 10px;
	color: #72AA30;
}



