html, body
{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	background-color:#fff;
	text-align:left;
	margin:0;
	text-align:center;
}

img, div {
	behavior: url('/res/styles/iepngfix.htc');
}

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#2e2d7d;
}

td p {
	margin:0px;
}

#page_out {
	width:900px;
	padding:1px;
	margin:1px;
	border:1px solid #2e2d7d;
	margin:10px auto;
	text-align:left;
}

#page_in {
  background-image:url('/res/images/menu_background.png');
	background-repeat:repeat-y;
	background-color:#fff4e0;
}

#title {
	background-image:url('/res/images/header.png');
  background-repeat:no-repeat;
	height:234px;
	width:900px;
	z-index:100;
	overflow:visible;
	float:left;
	margin-top:-276px;
}

#title img {
	border:0px;
	margin: 20px 0 0 20px;
}

.menubox {
	width:180px;
	height:275px;
	float:left;
	border-bottom:1px solid #ffe9c8;
	text-align:center;
	background:#fba910 url('/res/images/menu_background.png') repeat-y scroll 0 0;
}

.headbox {
	width:239px;
	height:275px;
	float:left;
	border-right:1px solid #fba91a;
	border-bottom:1px solid #fba91a;
	text-align:center;
}

.headbox img {
	width:239px;
	border:0px;
}

#menu {
	background:#fba910 url('/res/images/menu_background.png') repeat-y scroll 0 0;
	width:180px;
	float:left;
	margin:0px;
}

#menu ul {
	margin:0px;
	padding:0px;
	width:180px;
	display:table;
}

#menu ul li.level_0 {
	background-image:url('/res/images/menu_ball.png');
	background-repeat:no-repeat;
	background-position:10px;
	border-top:1px solid #ffe9c8;
  border-bottom:1px solid #e19100;
	height:35px;
	line-height:35px;
	display:table-row;
	margin:0px;
	font-weight:bold;
	#position:relative;
	#margin-top:-2px;
}

#menu ul li.first {
	border-top:0px;
}

#menu ul li.level_0 div {
	display:table-cell;
	vertical-align:middle;
  border-top:1px solid #ffe9c8;
  border-bottom:1px solid #e19100;
  #position:absolute;
	#top:50%;
}

#menu ul li div.first {
	border-top:0px;
}

#menu ul li.level_0 div a {
	padding-left:40px;
	padding-right:10px;
	display:block;
	line-height:15px;
	#position:relative;
	#top:-50%;
}

#menu ul li.level_1 {
	height:30px;
	line-height:25px;
	display:table-row;
	margin:0px;
	#position:relative;
	background-image:url('/res/images/menu_point.png');
	background-position:17px 50%;
	background-repeat:no-repeat;
	font-weight:bold;
}

#menu ul li.level_1 div{
	display:table-cell;
	vertical-align:middle;
	#position:absolute;
	#top:50%;
}

#menu ul li.level_1 div a {
	padding-left:40px;
	padding-right:10px;
	display:block;
	line-height:15px;
	#position:relative;
	#top:-50%;
}

.active {
  background-color:#FFF4E0;
}

#content {
	border:0px solid #000;
	width:700px;
	float:right;
	margin:0px;
	padding:10px;
}

#footer {
	min-height:15px;
	#height:15px;
	padding: 10px 0px;
	clear:both;
	background:#fba910 url('/res/images/menu_background.png') repeat-y scroll 0 0;
	text-align:center;
}

#imprint {
	width:180px;
	float:left;
}

#contactForm label {
	width:100px;
	padding-right:20px;
	text-align:right;
	display:block;
	float:left
}

#contactForm label.error {
	color:red;
	float:right;
	padding-left:20px;
	text-align:left;
	width:150px;
}

#contactForm input {
	border:1px solid #000000;
}

#contactForm input.error {
	border:1px solid #ff0000;
}

#contactForm input.submit {
	width:150px;
	margin-left:120px;
}

#contactForm textarea {
	width:350px;
	height:150px;
	border:1px solid #000000;
}

#contactForm textarea.error {
	border:1px solid #ff0000;
}
