html {
	margin:0;
	padding:0;
}
body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	color:#666666;
	padding:0px;
	margin:0px;
}
html, body {
	height:100%;
}
div#inhalt {
	position:absolute;
	height:640px;
	width:1064px;
	margin:-300px 0px 0px -532px;
	top: 47%;
	left: 50%;
	overflow: hidden;
}
div#header {
	height:90px;
	width:1064px;
	overflow: hidden;
}
div#logo {
}
div#topnavi {
	width:1064px;
	height:13px;
	background:url(../img/topline.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	position:relative;
	clear:both;
	position:relative;
	top:10px;
}
div#content {
	height:462px;
	overflow:hidden;
	clear:both;
}
div#content div#left {
	margin:0 10px 0 0;
	padding:0;
	display:inline;
	float:left;
	height:462px;
	width:544px;
	overflow:hidden;
}
div#content div#right {
	margin:0;
	padding:0;
	border:1px solid #FE7620;
	display:inline;
	float:left;
	height:460px;
	width:508px;
	overflow:hidden;
}
div#footer {
	margin:0;
	padding:0;
	background:#FFF;
	clear:both;
	width:1064px;
	height:32px;
	padding: 0;
	display:block;
	overflow:hidden;
}
div#bottomnavi {
	margin:0;
	padding:0;
	width:1064px;
	height:29px;
	background:url(../img/bottomline.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	position:relative;
	top:10px;
}
/* Navigation */

#nav_main {
	padding: 0 0 0 0;
	width:870px;
	position:relative;
}
div#topnavi ul.firstlevel {
	padding:0;
	margin:0;
	height:13px;
	list-style-type:none;
	position:absolute;
	top:0px;
	left:544px;
}
div#bottomnavi ul.firstlevel {
	margin:0;
	padding:0;
	height:13px;
	list-style-type:none;
	position:absolute;
	left:30px;
}
li.menuitem, li.menuitem_first, li.menuitem_last {
	margin:0;
	padding:0;
	float:left;
	height:13px;
	list-style-type:none;
	background:#FFF;
}
li.menuitem_first {
	padding: 0 0 0 10px;
}
li.menuitem_last {
	padding: 0 10px 0 0;
}
li.menuitem img.spcimg {
	padding: 0;
}
ul.firstlevel li img {
	padding:0 0 0 0;
}
div#gradient_wrap {
	min-height:100%;
}
/* IE Win < 7 only \*/
* html #gradient_wrap {
	height:100%;
}
div#gradient {
	height:100px;
	margin-top:-100px;
	background:url(../img/gradient.png);
	background-position:0 0;
	background-repeat:repeat-x;
}
input.inputbox {
	border: 1px solid #666666;
	height: 18px;
	width: 180px;
}
