* { 
margin : 0;
padding : 0;
} 
html, body { 
height : 100%;
background-color : #ffffcc;
} 
h1 { 
font-size : 22px;
font-family : Verdana, arial, sans-serif;
color : #555555;
margin : 0;
font-weight : bold;
} 
h2 { 
font-size : 18px;
font-family : Verdana, arial, sans-serif;
color : #555555;
margin : 3px 0 0 0;
font-weight : bold;
} 
h3 { 
font-size : 13px;
font-family : Verdana, arial, sans-serif;
color : #555555;
margin : 0;
font-weight : bold;
} 
h4 { 
font-size : 22px;
font-family : Verdana, arial, sans-serif;
color : #59cd32;
margin : 0;
font-weight : bold;
} 
h5 { 
font-size : 11px;
font-family : verdana, arial, sans-serif;
color : #555555;
font-weight : normal;
margin : 2px;
} 
p, ul { 
font-size : 12px;
font-family : verdana, arial, sans-serif;
color : #555555;
font-weight : normal;
margin : 2px;
}
ul {
padding-left: 20px;
}
a:link, a:visited, a:active, a:hover { 
text-decoration : underline;
color : #555555;
} 
a:active, a:hover { 
color : #009933;
} 
#title { 
height : 80px;
padding : 5px;
margin-bottom : 15px;
background-color : #ffffff;
border-bottom : 0px solid #000;
overflow : hidden; margin-left:3px; margin-right:3px; margin-top:3px
} 
#content { 
height : 390px;
padding : 5px;
padding-left:20px;
margin : 3px;
background-color : #ffffff;
overflow : auto;
} 
#contact { 
height : 30px;
padding : 5px;
margin : 3px;
background-color : #ffffff;
overflow : hidden;
} 
#contact td { 
white-space : nowrap;
text-align : right;
background-color : #ffffff;
} 
#distance { 
width : 1px;
height : 50%;
background-color : transparent;
margin-bottom : -300px;
float : left;
} 
#container { 
margin : 0 auto;
position : relative;
text-align : left;
height : 600px;
width : 975px;
clear : left;
background-color : #dddddd;
border : 1px solid #59cd32;
} 


#tblMitglieder {
height: 60px; 
border-style : none;
border-width : medium;
border-collapse : collapse;
} 
#tblMitglieder td { 
text-align : left;
vertical-align : top;
padding-top : 20px;
padding-left : 20px;
} 


#navcontainer { 
height : 24px;
padding-left : 19px;
} 
ul#navlist { 
margin : 0;
padding : 0;
list-style-type : none;
white-space : nowrap;
} 
ul#navlist li { 
float : left;
font-family : verdana, arial, sans-serif;
font-size : 9px;
font-weight : bold;
margin : 0;
padding : 5px 0 4px 0;
background-color : #eef4f1;
border-top : 1px solid #e0ede9;
border-bottom : 1px solid #e0ede9;
} 
#navlist a, #navlist a:link { 
margin : 0;
padding : 5px 9px 4px 9px;
color : #555555;
border-right : 1px solid #59cd32;
text-decoration : none;
} 
ul#navlist li#active { 
color : #555555;
background-color : #59cd32;
} 
#navlist a:hover { 
color : #555555;
background-color : #99ff99;
} 



















@media print  { 

html, body { 
height : 10%;
background-color : #fff;
} 

h1 { 
margin-top:20px;
font-size : 14px;
font-family : Verdana, arial, sans-serif;
color : #555555;
font-weight : bold;
} 


a:link, a:visited, a:active, a:hover { 
text-decoration : none;
color : #555555;
} 


#navcontainer {
visibility:hidden;
}

#validator {
visibility:hidden;
}


#distance { 
width : 1px;
height : 0;
background-color : transparent;
margin-bottom : 0px;
} 

#container { 
margin : 0;
position : relative;
text-align : left;
height : 40%;
width : 100%;
background-color : #fff;
border : 0;
} 

#content { 
height : 20%;
padding : 0px;
margin : 0px;
background-color : #ffffff;
overflow : visible;
} 

#contact { 
border-top: 2px solid #555555;
margin-top: 20px;
overflow : visible;
} 



 }
