/***** GLOBAL *****/
body {
	background: #F4F1F6 url(background-page.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	text-align: center;
}
body,td,th {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #76677C;
}
/***** ALLGEMEIN *****/
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #844F99;
	font-weight: 100;
	text-transform: uppercase;
}
h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #AB7EBD;
	font-weight: 100;
	text-transform: uppercase;
}
a {
	color: #844F99;
	text-decoration: none;
}
a:hover {
	color: #2265AF;
	text-decoration: underline;
}
form {
	margin: 0;
}
hr { border: #87559D 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: 150px;
}
#content {
	width: 750px;
	background: url(background-right.jpg) repeat-y;
}
#left {
	float: left;
	width: 200px;
}
#cont_left1 {
	width: 200px;
}
#cont_left2 {
	width: 184px;
	padding: 0 0 18px 16px;
}
#right {
	float: left;
	width: 510px;
	padding: 15px 20px 15px 20px;
	border-top: 1px solid #E8E8E8;
}
#pre-footer {
	background: #FFEDBF;
	height: 21px;
	border-top: 1px solid #FFBB11;
	border-bottom: 1px solid #FFBB11;
}
#footer {
	margin-top: 10px;
	height: 20px;
}
/***** 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 16px;
	width: 179px;
	color: #FFFFFF;
	background: #844F99 url(list-dot-1b.gif) no-repeat left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}
.menu a:hover {
	color: #FFFFFF;
	background: #A67BB7 url(list-dot-1a.gif) no-repeat left;
	text-decoration: none;
}
.menu ul ul li {
	margin: 0;
}
.menu ul ul a {
	display: block;
	padding: 2px 5px 2px 20px;
	width: 175px;
	color: #844F99;
	background: #F4E8F8 url(list-sub-dot-1a.gif) no-repeat left;
	text-decoration: none;
	text-transform: none;
}
.menu ul ul a:hover {
	color: #844F99;
	background: #E7D3EE 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: #814597;
	background: #FFE196; 
	width: 105px;
	height: 17px; 
	border: 0px;
	border-left: 1px solid #FFBB11;
	text-decoration: none;
}
.submenu ul li a:hover {
	color: #FFFFFF;
	background: #FFBB11;
	text-decoration: none;
}
.submenu_current {
	font-weight: bold;
}
/***** WB-ELEMENTE *****/
.searchfield {
	background: #F4E8F8; 
	color: #844F99; 
	border: 1px solid #CBB1D6;
}
