
body 
{
 font-family:Verdana;
 font-size:10px;
 background-color:#000000;
 text-align:center;
margin:0px;
}

h2 {font-size:12px;color:#78B8C0;}
h1 {font-size:14px;color:#666666;  letter-spacing:1pt;}
h3 {font-size:9px;color:#333333;  letter-spacing:1pt;}
h4 {font-size:12px;color:#666666;}
p {
font-size:9px;
color:#333333;
font-weight:bold;
}



a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#666666;
  font-size:10px;
}
a:active, a:hover
{ 
  color:#78B8C0;
}


/* MENUE */

#navi{
width:250px;
height:80px;
background-color:#666666;
color:#FFFFFF;
margin:0px ;
float:left;
padding:16px 7px 3px 13px;
line-height:2;

}


/* MENUE-MINI */

#navimini{
width:100px;
height:90px;
background-color:#666666;
color:#FFFFFF;
margin:0px ;
float:right;
padding:10px 7px 3px 13px;
margin-top:14px;
line-height:2;

}



/* Die Hyperlinks im Menü */

a.menu:link, a.menu:visited
{ 
color:#FFFFFF;
text-decoration:none;
font-size:10px;
font-weight:bold;
 letter-spacing:1pt;
}
a.menu:active, a.menu:hover
{ 
color:#78B8C0;
}


a.aktiv:link, a.aktiv:visited
{ 
color:#78B8C0;
text-decoration:none;
font-size:10px;
font-weight:bold;
 letter-spacing:1pt;
}
a.aktiv:active, a.aktiv:hover
{ 
color:#FFFFFF;
}



/* Der Inhalt */

#content {
background-color:#ffffff;
height:700px;
color:#333333;
text-align:left;
background-image: url(images/fuss.jpg); 
background-repeat:no-repeat;
background-position:bottom;

}



/* Der Text */
#text {
width:440px;
color:#333333;
text-align:left;
line-height:2;
float:left;
padding:40px 0px 0px 30px;

}


/*NAME */
#name{
padding:20px 0px 0px 410px;
margin:0px;
}


/*STREIFEN */
#streifen{
padding:0px;
margin:0px;
float:right;
}



/* TERMINE */

.termine{
width:200px;
float:right;
padding:45px 14px 0px 0px;
line-height:2;

}









