HTML {
	margin: auto;
	width: 100%;
	height: 100%;
}
BODY {
	background-color: #666;
	width: 100%;
	height: 100%;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
a:link, a:visited {
	color: #CC9900;
}
a:hover {
	color: #FFD700;
}

#site {
	margin: auto;
	width: 995px;
	height: 100%;
	background: url(images/bg_site.jpg) repeat-y top;
}
#leftside {
	width: 237px;
}
#leftside table {
	padding-left: 10px;
}
a:link.navileft, a:visited.navileft {
	background: url(images/bg_navibutton.gif) no-repeat left;
	display: block;
	height: 31px;
	width: 201px;
	text-align: left;
	text-indent: 30px;
	line-height: 28px;
	text-decoration: none;
	color: #CCC;
	margin-top: 5px;
}
a:hover.navileft {
	background: url(images/bg_navibutton_hover.gif) no-repeat left;
	color: #cc9900;	
}
#rightside {

}

#topnavi {
	background: url(images/bg_topnavi.jpg) no-repeat left;
	width: 100%;
	height: 26px;
	color: #CC9900;
	
}
#topnavi a {
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#box-brown {
	background-color: #422a10;
	color: #CCC;
	padding: 8px;
	height: 100%;
}

#box-brown img {
	padding-left: 10px;
}



#login {
	background: #422a10;
	width: 232px;
	color: #cc9966;
	height: 100%;
}
#loginhead {
	background: #422a10 url(images/bg_login.jpg) no-repeat top;
	width: 232px;
	height: 28px;
	text-align: left;
	text-indent: 15px;
	line-height: 25px;
	color: #CC9900;
	font-size: 11px;
	text-transform: uppercase;
}
form {
	margin: 0;
	padding: 10px;
	text-align: left;
}
input.farbig {
	width: 110px;
	background-color: #cc9933;
	border: 1px solid #663300;
	margin-top: 10px;
	margin-right: 10px;
}
input.button {
	background: none;
	border: none;
	margin-right: 10px;
}
#login a:link, #login a:visited {
	font-size: 10px;
}
#login a:hover {
	font-size: 10px;
}

#box-gray {
	background: url(images/bg_box_gray.gif) no-repeat left;
	height: 344px;
	width: 234px;
	color: #CCC;
	margin-top: 5px;
}

#box-gray div {
	padding: 8px;
}
#box-gray div.bild {
	width: 212px;
	height: 157px;
	padding: 2px;
	padding-top: 3px;
	background-color: #422a10;
}
div.weiter {
	text-align: right;
	}
.brown {
	background-color: #422a10;
}
.black {
	background-color: #000000;
}
.galerie-top {
	background-color: #333;
	height: 8px;
	background: url(images/bg_top_gal.gif) repeat-x top;
}
.galerie-middle {
	background-color: #333;
}
.galerie-bottom {
	background-color: #333;
	height: 8px;
	background: url(images/bg_bottom_gal.gif) repeat-x bottom;
}
H4 {
	text-align: left;
	padding-left: 5px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 20px;
}
H3 {
	text-align: left;
	color: #CCC;
	margin-top: 5px;
	font-size: 14px;
}

#footer {
	padding-right: 15px;
}
#footer div.zeile {
	width: 715px;
	height: 25px;
	line-height: 25px;
	background-color: #422a10;
	padding-right: 15px;
	color: #CC9900;
}
#footer a:link {
	line-height: 25px;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}