body, html, *{
	font-family: Verdana, Helvetica, sans-serif; font-size: 12px;
}

body{
	background-image: url(../_gfx/back.gif);
}


#header, #content, #footer{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	background-image: url(../_gfx/oben.gif); 
	background-position: bottom;
	height: 135px; 
}

#content{
	height: 450px;
	position: relative; 
	background-image: url(../_gfx/mitte.gif);
}

#menu{
	position: absolute; 
	width: 180px; 
	height: 100%; 
	left: 0px; 
	text-align: right; 
	color: #59483f;  
	text-transform: uppercase;
}

#menu a{
	background-color: #ffffff; 
	padding: 3px; 
	color: #59483f; 
	text-decoration: none; 
	border: 1px solid #000000;
}

#menu a:hover{
	background-color: #59483f;
	color: #ffffff;
	border: 1px solid #ffffff;
}

#content, #menu, #text{
		overflow: auto;
}

#text{
	position: absolute; 
	width: 600px; 
	height: 100%; 
	left: 205px;
}

#text a{
	color: #59483f;
}

#text a:hover{
	background-color: #59483f;
	text-decoration: none;
	color: #ffffff;
}

#text h1{
	font-size: 14px;
	text-transform: uppercase;
}

#text h2{
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.polaroid img{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 15px;
	border: 1px solid #000000;
}

#fotos td img{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
	border: 1px solid #000000;
}

#fotos td img a{
	text-decoration: none;
}

#fotos td{
	padding: 20px 10px 7px 0px;
}

#footer{
	background-image: url(../_gfx/unten.gif); 
	height: 135px; 
	position: relative;
}

#impressum{
	position: absolute; 
	color: #ffffff; 
	right: 200px; 
	top: 40px; 
	font-size: 10px;
}

#impressum a{
	color: #ffffff;
	text-decoration: none;
}

#impressum a:hover{
	text-decoration: underline;
}
