html, body {
font: 12px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:white;
margin: 0;
padding: 0;
background: #2d2d2d url(img/background.jpg) repeat-x;
}

#all{
width:1020px;
margin-left:auto;
margin-right:auto;
}

#header {
height:164px;
padding-left:150px;
text-align:left;
margin-bottom:20px;
}

#house {
width:320px;
height: 400px;
position:absolute;
background: url(img/haus.png) center no-repeat;
display:inline;
}

a {
font-weight:bold;
text-decoration:none;
color:#fff;
border-bottom:1px dotted #fff;
}

h1 {
font: 50px tahoma, Lucida Grande, Verdana, Sans-Serif;
color:#2d2d2d;
font-weight:bold;
padding: 40px 0 0 70px;
}

h2 {
font: 12px tahoma, Lucida Grande, Verdana, Sans-Serif;
color: #ff0000;
font-weight:bold;
}

#container {
width:900px;
z-index:180;
margin-left:auto;
margin-right:auto;
}

#content {
width:900px;
z-index:190;
}

#left_box {
width:415px;
height:550px;
overflow:auto;
margin-left:35px;
padding-bottom:10px;
padding-left:10px;
padding-right: 10px;
text-align:justify;
float:left;
}

#navigation {
width:175px;
float:left;
padding-top:175px;
}

#navigation p{
padding:15px 0 0 35px;
}

#navigation ul {
margin:5px 0 0 10px;
list-style:none;
}

#navigation li {
background-image: url(img/camera.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0px 0 2px 15px;
margin: 3px 0 5px 3px;
font-weight:bold;
}

#navigation a {
font-weight:bold;
text-decoration:none;
color:#f00;
border-bottom: none;
}

#right_box {
width:250px;
float:right;
z-index:10;
margin-bottom: 10px;
}

#thumbnails {
list-style-type: none;
margin:0;
padding:0;
float:left;
}

#thumbnails li {
margin:0;
padding:0;
float:left;
}

.photocontainer {
width:130px;
height:100px;
margin:10px 10px 10px 10px;
background-color: #fff;
border: 1px solid #000;
float:left;
}
.photo {
position:relative;
width:120px;
height:90px;
top:4px;
left:4px;
border: 1px solid #666666;
}

#sponsoren {
	width:100%;
	text-align:center;
	margin-top:10px;
	clear:both;
}

#sponsoren a{
	border:none;
	margin:5px;
}

#footer {
width:100%;
margin-top:10px;
height: 50px;
padding-top:20px;
text-align:center;
font: 10px tahoma, Lucida Grande, Verdana, Sans-Serif;
clear:both;
border-top:2px solid #FF0000;
}

#footer a {
color:#fff;
border-bottom:1px dotted #fff;
}

