html, body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../images/main/background.png);
	background-position: left top;
	background-repeat: repeat-x;
}
.warning {
	width: 100%;
	display:block;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #ffffe1;
	border-bottom: 1px solid #888;
	background-image: url(../images/button/warning.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}
.warning span {
	line-height:25px;
	margin-left:25px;
	color: #000;
}
div#main {
	width: 972px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

div#main div#topmenu {
	color:#FFFFFF;
	margin-top:5px;
	text-align:right;
	width:962px;
}
div#main div#topmenu a {
	color: #FFFFFF;
}
a#logo {
	background-image:url(../images/main/logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:48px;
	font-style:italic;
	font-weight:bold;
	height:71px;
	line-height:71px;
	padding-left: 80px;
	margin-left: 15px;
	display: block;
}
a#logo:hover {
	text-decoration: none;
}
div#main div#nav {
	background-image:url(../images/main/nav.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:35px;
	margin-bottom:10px;
	margin-top:10px;
	width:972px;
}

menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:6px;
	padding:0;
	background-image:url(../images/main/menu.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width: 746px;
	float:left;
	height: 23px;
}
menu li {
	width: 149px;
	height: 20px;
	float: left;
	margin-top:1px;
}
menu li:first-child a {
	background-image: url(../images/main/menu-l.png);
}
menu li a {
	background-image: url(../images/main/menu-m.png);
}
menu li.lastChild a {
	background-image: url(../images/main/menu-r.png) !important;
}

menu li a:active,
menu li a:visited,
menu li a:link {
	background-position: 0 center;
	background-repeat: no-repeat;
	width: 149px;
	height: 20px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align:center;
}
menu li a:focus,
menu li a:hover {
	background-position: right center;
	background-image: url(../images/main/menu-hover.png);
	text-decoration: none;
}
menu li.lastChild a:focus,
menu li.lastChild a:hover,
menu li:last-child a:focus,
menu li:last-child a:hover {
	background-image: url(../images/blankpixel.gif) !important;
	text-decoration: none;
}
menu li.aktiv a {
	background-position: right center;
	background-image: url(../images/main/menu-hover.png);
}
menu li.lastChild.aktiv a,
menu li.aktiv:last-child a {
	background: url(../images/blankpixel.gif) !important;
	text-decoration: none;
}

menu li ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
	position:absolute;
	display: none;
	z-index: 99;
}
menu li.aktiv:hover,
menu li:hover ul,
menu li:focus ul {
	display:block;
}
menu li:hover a,
menu li:focus a {
	background-position: right center;
	background-image: url(../images/main/menu-hover.png);
	text-decoration: none;
}
menu li ul li {
	float: none;
	margin: 0;
	padding: 0;
	height: 23px;
	display: block;
}
menu li ul li a:active,
menu li ul li a:visited,
menu li ul li a:link {
	background-image:none;
	background-color: #4275D4;
	border-top: 1px solid #2c467a;
	width: 147px;
	height: 23px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align:center;
}
menu li ul li a:focus,
menu li ul li a:hover {
	background-color: #3863b4;
	text-decoration: none;
}

div#top {
	height: 6px;
	width: 972px;
	background-position: center bottom;
	background-image: url(../images/main/top.png);
	background-repeat: no-repeat;
}
div#middle {
	width: 970px;
	border-left: 1px solid #6e92d4;
	border-right: 1px solid #6e92d4;
	min-height: 456px;
	background-color: #FFFFFF;
	background-position: right bottom;
	background-image: url(../images/main/watermark.png);
	background-repeat: no-repeat;
}
div#bottom {
	height: 6px;
	width: 972px;
	background-position: center top;
	background-image: url(../images/main/bottom.png);
	background-repeat: no-repeat;
}

div#mainarea {
	float: left;
	width: 772px;
	max-width: 772px;
	margin-left: 6px;
	overflow: hidden;
}

div#secondarea {
	float: left;
	width: 180px;
	margin-left: 6px;
	overflow:hidden;
}
div#copyright{
	width: 972px;
	text-align: center;
}

div#tabs {
	border: none;
	background: none;
	padding: 0px;
	position:relative;
	overflow:hidden;
}
* html div#tabs {
	margin-left:5px;
}
ul#customTabs {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0px;
	padding: 5px;
	height: 25px;
	width: 767px;
	border: none;
	display: block;
	background-image: none;
	background-color: transparent;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
}

ul#customTabs li:first-child {
	background-image: url(../images/main/tabs_l.png);
}
ul#customTabs li {
	background-image: url(../images/main/tabs_m.png);
}
ul#customTabs li.lastChild {
	background-image: url(../images/main/tabs_r.png);
}

ul#customTabs li,
ul#customTabs li.ui-state-default {
	border: none !important;
	margin: 0px;
	padding: 0px;
	width: 127px;
	height: 20px;
	line-height: 18px;	
	background-position: 0 top;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	float:left;
	position: relative;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
}
ul#customTabs li.ui-state-active,
ul#customTabs li.ui-state-selected,
ul#customTabs li.ui-state-focus  {
	background-position: 0 center !important;
	z-index: 21 !important;
}
ul#customTabs li.ui-state-hover {
	background-position: 0 bottom;
}
ul#customTabs li a {
	float: none;
	display: inline;
	font-size: 12px;
	padding:0px;
}
ul#customTabs li.ui-state-active a,
ul#customTabs li.ui-state-selected a,
ul#customTabs li.ui-state-focus  a{
	cursor: pointer;
}

div.box {
	background-image: url(../images/main/box.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 767px;
	min-height: 43px;
	margin-top:10px;
}

/*
 *  BOXEN
 */
div.boxen {
	clear:both;
	margin-top: 10px;
	width: 821px;
}

div.search {
	width: 461px;
	height: 22px;
	background-image: url(../images/main/search.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
	float:left;
}
div.search input {
	height: 18px;
	border: none;
	background: transparent;
	margin-left:23px;
	margin-top: 2px;
	width: 374px;
}

a.search:active,
a.search:visited,
a.search:link {
	background-image: url(../images/main/searchButton.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 23px;
	width: 143px;
	line-height: 22px;
	text-align:center;
	margin-top: 10px;
	margin-left: 5px;
	color: #FFFFFF;
}
a.search:hover,
a.search:focus {
	background-position: left bottom;
	text-decoration: none;
	color: #FFFFFF; 
}
div.bid {
	width: 81px;
	height: 22px;
	background-image: url(../images/main/searchId.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 5px;
	float:left;
	margin-left:15px;
}
div.bid input {
	height: 18px;
	border: none;
	background: transparent;
	margin-left:23px;
	margin-top: 2px;
	width: 70px;
}

a.searchId:active,
a.searchId:visited,
a.searchId:link {
	background-image: url(../images/main/searchButton.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
	font-weight: bold;
	float: left;
	height: 23px;
	width: 35px;
	line-height: 22px;
	text-align:center;
	margin-top: 10px;
	margin-left: 5px;
	color: #FFFFFF;
}
a.searchId:hover,
a.searchId:focus {
	background-position: right bottom;
	text-decoration: none;
	color: #ffffff; 
}


div.boxen > span.lt {
	background-image: url(../images/main/headcorner_lt.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 21px;
	width: 6px;
	margin:0px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
	font-size: 0px;
	float:left;
}
div.boxen > span.mt {
	background-image: url(../images/main/headcorner_mt.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 21px;
	line-height: 21px;
	width: 92%;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
	font-size: 0px;
	float:left;
	text-align:center;
}
div.boxen > span.mt h1 {
	display: inline;
	margin:0px;
	padding; 0px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
div.boxen > span.rt {
	background-image: url(../images/main/headcorner_rt.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 21px;
	width: 6px;
	margin:0px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
	font-size: 0px;
	float:left;
}
div.boxen > div.content {
	margin:0px;
	width: 92%;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear:both;
	border-left: 1px solid #4477d5;
	border-right: 1px solid #4477d5;
	background-color: transparent;
}
div.boxen > span.lb {
	background-image: url(../images/main/lightcorner_lb.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
	margin:0px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
	font-size: 0px;
	float:left;
}
div.boxen > span.mb {
	height: 5px;
	width: 92%;
	margin:0px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
	font-size: 0px;
	float:left;
	background-color: transparent;
	border-bottom: 1px solid #4477d5;
}
div.boxen > span.rb {
	background-image: url(../images/main/lightcorner_rb.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 6px;
	width: 6px;
	margin:0px;
	padding: 0px;
	display: inline-block;
	overflow: hidden;
	font-size: 0px;
	float:left;
}
