html,body {
  /* height:100%; */
  margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FDFFFE;
	line-height: 19px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#overlay {
	background-color: #000000;
	color: #ffffff;
	visibility: visible;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
}
#overlay_content {
	background-color: #fff;
	text-align:left;
	z-index: 1001;
	
  position:absolute;
  width:600px;
  height:400px; 
  margin:-200px 0px 0px -300px;
  top: 50%; 
  left: 50%;
}
ul {
	margin-left: 20px;
}
a {
	color: #D7D7D7;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
}

/* divs */
#container {
  text-align: left;
  position:absolute;
  width:1000px;
  height:600px; 
  margin:-280px 0px 0px -500px;
  top: 50%; 
  left: 50%;
}
#left {
	float:left;
	width:170px;
}
#right {
	float:left;
	width:826px;
	margin-top: 14px;
	/* border: 1px solid #333; */
}
#menu_container {
	margin-left:26px;
	height: 116px;
}
#main {
	margin: 0 0 0 20px;
}
#logo {
	float:left;
	margin-right:20px;	
	background-image: url(images/menu_background.png);
}
#menu {
	float:left;
	background-image: url(images/menu_background.png);
	background-repeat: repeat-x;
	height: 120px;
}
#menu a.active {
	color: #6A4F37; /* #AD6E2E; */
}
#menu_top {
	height: 46px;
	width:600px;
}
#claim {
	margin-left: 30px;
	margin-top:5px;
}
#menu_bottom {
	padding-top:  24px;
	padding-left: 24px;
	height: 46px;
	color: #EEE;
}
#menu_bottom a:hover{
	color: #6A4F37;
}
#box {
	width: 529px;
	height: 455px;
	float:left;
}
#box_black {
	width: 529px;
	height: 455px;
	
	margin-left: 30px;
}
#box_brown {
	background-image: url(images/box.png);
	background-repeat: no-repeat;
	height: 450px;
}
#box_inner {
	padding-left:14px;
	padding-top:22px;
	padding-right:12px;
	width: 490px;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#box_inner a {
	font-weight: normal;
	text-decoration:underline;
}
#box_inner a:hover {
	color: #0F0A05;
}
#box_container {
	float:left;
	width: 580px;
}
#pane1 {
	width: 574px;
	height: 389px;
}
#side_right {
	float:right;
	width: 222px;
}
#subnavi {
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0 18px 15px;
	text-align: left;
	width: 511px;
}
#subnavi a, #subnavi {
	color: #6A4F37;
}
#subnavi a.active {
	color: #D7D7D7;
}
#subnavi a:hover {
	color: #D7D7D7;
}
#sondernavi {
	margin-left: 14px;
	padding-top: 5px;
	font-size:11px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: -8px 0 10px 0px;
	padding-top: 0px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 9px 0px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0 3px 0px;
}
p {
	margin: 0px 0 15px 0px;
}
#box_right1 {
	width: 222px;
	height: 171px;
	float:left;
	margin-bottom: 20px;
}
#box_right2 {
	width: 222px;
	height: 171px;
	float:left;
	margin-bottom: 20px;
}
.box_right_top {
	width: 222px;
	height: 7px;
	background-image: url(images/box222_top.png);
	font-size:5px;
}
.box_right_bottom {
	width: 222px;
	height: 7px;
	background-image: url(images/box222_bottom.png);
	font-size:5px;
}

.box_right_content {
	padding-left:12px;
	padding-top:6px;
	background-image: url(images/box222_mid.png);
	color: #D7D7D7;
	font-size: 11px;
	line-height: 17px;
}
.box_right_content img {
	border: 1px solid #AFAFAF;
}

input {
	background-color: #5E452C;
	border: 1px solid #D7D7D7;
	padding: 1px;
	color: #D7D7D7; /*#292018*/
	width: 150px;
}