﻿body {
background-color:#ECECEC;
background-attachment:fixed;

}

.main {
font-weight: bold;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 18px;
text-align: center;
color: #888888;
background-color:#ECECEC;
background-attachment:fixed;
}

.seiten {
font-weight: bold;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #888888;
background-color:#ECECEC;
background-attachment:fixed;

}
a:link { 
color:#888888;
text-decoration:none; 
}
a:visited {
color:#888888;
text-decoration:none;
}
a:active {  
color:#888888;
text-decoration:none;

}
a:hover {
color:#5C5C5C;
text-decoration:underline;	
}

/* Wrapper */
#wrapper {
margin:0 auto;
width:950px;
background-color:#ECECEC;

}

/* Header */
#header {
height:105px;
background:url(images/logohomepage.png) no-repeat center;
}

/* Content */	
#content {
background-color:#ECECEC;
background-attachment:fixed;
float:left;
text-align:center;
padding-top:0px;
padding-bottom:0px;
}

/* Menu */
#menu {
padding:0px;
height:40px;
line-height:40px;
font-weight: bold;
background-color:#D4D4D4;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#menu ul {
list-style-type:none;
padding-left:15px;
margin:0px;
}


#menu li {
float:left;
padding-left:5px;
padding-right:5px;
}


#menu li a {
display:block;
color:#888888;
margin-right:0px;
font-size: 14px;
font-weight: bold;
padding:0 15px;
}

#menu li a:hover {
color:#5C5C5C;
background:url(images/hover.png) no-repeat center;
}

#footer {
clear:both;
height:45px;
line-height:45px;
background-color:#ECECEC;
background:url(images/footer.png) no-repeat;
text-align: center;
}

#footer-text {
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
table.fotos { 
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-spacing:0px; 
margin-left:auto; 
margin-right:auto; 
width:90%; 
border:0px; 
} 

table.strecken{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-spacing:0px; 
margin-left:auto; 
margin-right:auto; 
cellspacing: 10px;
width:90%; 
border:0px; 
} 
 
tr.titel { 
background-color: #D4D4D4; 
} 
tr.erste { 
background-color: #E4E4E4; 
} 
tr.zweite { 
background-color: #DEDEDE; 
}

