/* CSS Document */

body {
font-size:90%;
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
text-align: left;
color:#000000;
}
table {
empty-cells:hide; /*leere Zellen nicht zeichnen*/
}

th, td {
padding: 3px;
border: 0px;
text-align: left;
}






#wrap {
width: 680px;
margin: 0 auto;
text-align: left;
}
#header {
float: left;
width: 680px;
height: 89px;
text-align:left;
background-image:url(../bilder/header.jpg);
}
#header_it {
float: left;
width: 680px;
height: 89px;
text-align:left;
background-image:url(../bilder/it-header.jpg);
}
#fotos {
float: left;
width: 680px;
height: 261px;
text-align:right;
background-image:url(../bilder/fotos.jpg);
}
#navi {
float: left;
width: 680px;
height: 38px;
background-image:url(../bilder/navi.jpg);
}

#navigation ul {
list-style-typ:none;
}

#navigation ul li {
display:inline;
}

#content {
float: left;
width:660px;
height: 341px;
background-image:url(../bilder/content.jpg);
}


#foot {
float: left;
width:680px;
height: 51px;
background-image:url(../bilder/foot.jpg)
}


h1, h2, h3, h4, h5, h6 {
margin: 20px;
}
p {
margin: 5px 60px;
}



a:link {
color: #000000;
text-decoration:none;
}
a:hover, a:active, a:focus {
color: #5b1810;
text-decoration:none;
}
a:visited {
color: #5b1810;
text-decoration:none;
}



.foto {
	margin: 0 10px 0 0;
	padding: 10px;
	border: 1px solid #eee;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}


