body {
font-family: Sans-Serif;
background: url("images/background.gif");
font-size: 17px;
}
h1,h2,h3,h4,h5,h6{
letter-spacing: 0.7px;
margin: 0px;
}
h2{
font-size: 22px;
}
td{
vertical-align: top;
}
.umrandung{
background: #EFEFEF;
}
.members_tabelle{
width: 540px;
text-align: justify;
}
#mother{
width: 700px;
margin: auto;
background: #EFEFEF;
}
#banner{
width: 700px;
height: 150px;
background: url('images/banner.gif');
float: left;
}
#links{
width: 150px;
float: left;
}
#menu{
padding-top: 5px;
margin-top: 5px;
width: 150px;
background: #ABD2FA url("images/menu_rand_oben.png");
background-repeat: no-repeat;
background-position: top;
float: left;
}
#menu a:link{
color: black;
text-decoration: none;
display: block;
}
#menu a:visited{
color: black;
text-decoration: none;
display: block;
}
#menu a:focus{
color: black;
background: #88C6F9;
font-weight: bold;
}
#menu a:hover{
color: black;
background: #88C6F9;
font-weight: bold;
}
#menu a:active{
color: black;
background: #53ADF7;
font-weight: bold;
}
#menu ul{
margin: 0;
padding-left: 0px;
}
#menu ul ul{
margin: 0;
padding-left: 10px;
font-size: 15px;
}
#menu li{
list-style-type: none;
}
#suche{
margin-top: 12px;
padding-top: 5px;
width: 150px;
font-size: 15px;
background: #ABD2FA url("images/menu_rand_oben.png");
background-repeat: no-repeat;
background-position: top;
float: left;
}
#suche input{
background: #ABD2FA;
border-style: ridge;
}
#inhalt{
font-size: 15px;
width: 550px;
padding-top: 30px;
background: #E2E2E2 url("images/inhalt_rand_oben.png");
background-repeat: no-repeat;
background-position: top;
float: left;
}
#inhalt a:link{
color: #646464;
text-decoration: none;
}
#inhalt a:visited{
color: #646464;
text-decoration: none;
}
#inhalt a:focus{
color: black;
text-decoration: underline;
}
#inhalt a:hover{
color: black;
text-decoration: underline;
}
#inhalt a:active{
color: #646464;
text-decoration: none;
}
#content{
width: 99%;
margin: auto;
}
#footer{
width: 700px;
background: #CEE1DA;
font-size: 15px;
float: left;
}
.nur_druck{
display: none;
}