/*
blau/grau #95A3BB;
garu #efefef;
rot #875767;
rosa #FDDFD5;
blau #5A6C8C;

*/

* {	
	margin:0;
	padding:0;
}
HTML, BODY{
	height:100%;
}
BODY{
	background-color : #999999;
	border: 0px;
	text-align:center;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-290px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:580px;
	width:1000px;
	clear:left;
}
IMG {
	border: 0px;
}
BODY, DIV, TABLE, TD, H1, H2, H3, H4, p, a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
div .box_border {
	color: #999;
}
#header_box, #content_box, #menu_box, #pic_box, #pic_xl_box, #gallery_box, #footer_box {
	background-color: #fff;
}
#header_box {
	float: left;
	width: 1000px;
	height: 80px;
	text-align: center;
	border-bottom: solid 4px;
}
#content_box {
	float: left;
	width: 500px;
	height: 400px;
	border-right: solid 4px;
}
#content {
	padding: 30px 20px 0 20px;
}
#pic_box, #pic_xl_box, #gallery_box {
	width: 496px;
}
#menu_box {
	float: left;
	height: 50px;
	width: 500px;
	border-bottom: solid 4px;
	border-right: solid 4px;
}
#menu {
	padding: 5px 0 0 10px;
}
#pic_box {
	float: right;
	height: 362px;
}
#pic td {
	height: 340px;
	width: 496px;
	text-align: center;
	vertical-align: middle;
}
#pic_xl_box {
	float: right;
	height: 454px;
}
#pic_xl td {
	height: 432px;
	width: 496px;
	text-align: center;
	vertical-align: middle;
}
#gallery_box {
	float: left;
	height: 88px;
	border-top: solid 4px;
}
#gallery {
	padding: 4px 0 0 4px;
}
#footer_box {
	float: left;
	width: 1000px;
	height: 30px;
	border-top: solid 4px;
}
#footer {
	padding: 6px 0 0 10px;
	text-align: center;
}
ul {
	list-style: none;
	text-align:left;
}
#menu ul {
	margin-left:12px;
}
li {
	display: inline;
	padding-right: 8px;
	font-size: 14px;
	font-weight: bold;
}
li a {
	text-decoration: none;
}
li a:hover {
	color: #999999;
}
.checked {
	color: #999999;
}
#gallery li {
	padding: 0 14px 0 14px;
}
h1, h2, h3, a {
	color: #262418;
}
H1 {
	font-size: 24px;
	letter-spacing: 2px;
	font-style: normal;
	font-weight: normal;
	margin: 15px 0px 0px 0;
}
H2 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin: 5px 0px 0px 0;
}
H3 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 20px 0 20px 0;
}
p {
	font-size: 14px;
	line-height: 16px;
}
#content p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
}
#content h1 {
	margin-bottom: 20px;

}
.red {
	color: #875767;
}

