/***** GLOBAL *****/
body {
	background: #EFF2F7 url(background-page.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #192D6C;
}
/***** ALLGEMEIN *****/
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #ECA034;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #2E66AD;
	font-weight: 100;
	text-transform: uppercase;
}
a {
	color: #E88D00;
	text-decoration: none;
}
a:hover {
	color: #2E66AD;
	text-decoration: underline;
}
form {
	margin: 0;
}
hr { border: #FF8E00 solid 1px; height:1px; }
/***** CSS-LAYOUT *****/
.clearfix {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
	clear: both;
}
#wrapper {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
#header {
	height: 162px;
}
#content {
	width: 750px;
	background: url(background-right.gif) repeat-y;
}
#left {
	float: left;
	width: 200px;
}
#cont_left1 {
	width: 200px;
	background: url(left_back.gif) repeat-y;
	border-top: 1px solid #B7C8DD;
}
#cont_left2 {
	width: 184px;
	padding: 0 0 18px 16px;
	background: url(left_back.gif) repeat-y;
}
#right {
	float: left;
	width: 510px;
	padding: 5px 20px 15px 20px;
}
#pre-footer {
	background: #F7D494;
	height: 21px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
}
#footer {
	margin-top: 10px;
	height: 20px;
	text-align: center;
}
#namen {
	padding: 30px 10px 10px 10px;
	background: #FFFBF2 url(wusstensieschon.gif) no-repeat left top;
	border: 1px solid #FD9E0B;
	
}
/***** HAUPTMENU *****/
.menu { margin: 0px; }
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	margin: 0;
}
.menu a {
	display: block;
	padding: 4px 5px 4px 25px;
	width: 170px;
	color: #FFFFFF;
	background: #2E66AD url(button1.gif) no-repeat left bottom;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #B7C8DD;
}
.menu a:hover {
	color: #FFFFFF;
	background: #5084C8 url(button2.gif) no-repeat left bottom;
	text-decoration: none;
}
.menu ul ul li {
	margin: 0;
}
.menu ul ul a {
	display: block;
	padding: 2px 5px 2px 40px;
	width: 155px;
	color: #192D6C;
	background: #FFF5DD url(list-sub-dot-1a.gif) no-repeat left;
	text-decoration: none;
	text-transform: none;
	border-bottom: 1px solid #FFC977;
}
.menu ul ul a:hover {
	color: #FFFFFF;
	background: #F99700 url(list-sub-dot-1b.gif) no-repeat left;
}
.menu_current {
	font-weight: bold;
}
/***** SUBMENU *****/
.submenu {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
.submenu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.submenu ul li {
	display: block;
	float: right; 
	text-align: center;
	padding: 0;
	margin: 0;
}
.submenu ul li a {
	display: block;
	padding: 2px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	background: #F99700; 
	width: 105px;
	height: 17px; 
	border: 0px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}
.submenu ul li a:hover {
	color: #FFFFFF;
	background: #2E66AD;
	text-decoration: none;
}
.submenu_current {
	font-weight: bold;
}
/***** WB-ELEMENTE *****/
.searchfield {
	background: #FFF5DD; 
	color: #666666; 
	border: 1px solid #FD9E0B;
}