* {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
	font:12pt/17pt Arial,Helvetica,sans-serif;
	color:#000000;
}
body {
	background:#547eb0 url(images/BG_Main.jpg) top left repeat-x;
}
#nonfooter {
	min-height:100%;
}
* html #nonfooter {
	height:100%;
}
#content {
	margin:auto;
	width:1016px;
	padding-bottom:30px;
}
#main {
	margin:0 0 0 216px;
	padding:20px;
	background-color:transparent;
	color:#000000;
}
a {
	text-decoration:none;
	color:#004ecc;
	border-bottom:none;
}
a:hover {
	color:#000000;
	border-bottom:none;
}
a img {
	text-decoration:none;
	border:none;
}
fieldset {
	padding:10px;
}
legend {
	color:#004ecc;
	padding:0 10px;
}
div.clear {
	clear:both;
}
.neg {
	color:#FF0000;
}
h1,h2,h3,h4 {
	color:#004ecc;
	padding:10px;
}
h1 {
	font:bold 22pt/28pt Arial,Helvetica,sans-serif;
}
h2 {
	font:bold 18pt/24pt Arial,Helvetica,sans-serif;
}
h3 {
	font:bold 14pt/19pt Arial,Helvetica,sans-serif;
}
h4 {
	font:bold 12pt/17pt Arial,Helvetica,sans-serif;
}
ul {
	list-style-position:inside;
}
#TheOneAndOnly .WPScheid {
	color:#6E6E6E;
	font-weight:bold;
}
#TheOneAndOnly .WPScheid a{
	text-decoration:none;
	color:#6E6E6E;
}
#TheOneAndOnly .WPScheid a:hover {
	text-decoration:none;
	color:#A01919;
}
#TheOneAndOnly .WPScheid a span{
	text-decoration:none;
	color:#6E6E6E;
}
#TheOneAndOnly .WPScheid .WPS {
	color:#A01919;
}
#header {
	width:1000px;
	height:160px;
	margin:0 0 0 0px;
	background:transparent url(images/header_mS.jpg) top left no-repeat;
}
#header #Mattern_Logo {
	width:451px;
	height:77px;
	float:right;
	background:transparent url(images/Mattern_Logo.png) top left no-repeat;
	margin-top:16px;
}#MainMenuContainer {
	padding:110px 0 0 16px;
}
#MainMenu {
	/* #00408A */
	background:transparent url(images/mainMenuBG.png) left top repeat-y;
	/*margin-left:7px;*/
	/*margin-top:-50px;*/
}
#MainMenu ul {
	list-style:none;
}
#MainMenu li {
	float:left;
}
#MainMenu a {
	display:block;
	padding:3px 10px;
	text-decoration:none;
	color:#888888;
	border:none;
	border-right:1px dotted #888888;
}
#MainMenu a:hover {
	color:#888888;
	border:none;
	border-right:1px solid #888888;
}
#MainMenu a.TopNav:hover {
	background:transparent url(images/BG_MainMenu.png) center top no-repeat;
}
#MainMenu a.current {
	/*text-decoration:underline;*/
	color:#FFFFFF;
}
#MainMenu ul ul {
	display:none;
	position:absolute;
	overflow:hidden;
	background:#CCC url(images/SubNav_Hover.png) top left repeat-x;
	z-index:5000;
}
/*
#MainMenu ul li:hover ul {
	display:block;
}
*/
#MainMenu ul ul li {
	float:none;
}
#MainMenu ul ul li a {
	border:0px solid;
	float:none;
	width:200px;
	color:#00408A;
}
#MainMenu ul ul li a:hover {
	color:#FFF;
	border:0px solid;
}#SubMenu {
	width:200px;
	background-color:transparent;
	float:left;
	margin:20px 0 0 16px;
}
#SubMenu ul {
	list-style:none;
}
#SubMenu li {
	float:left;
}
#SubMenu a {
	display:block;
	width:180px;
	padding:5px 10px;
}
#SubMenu h4 {
	border-bottom:2px solid #547eb0;
}
#SubMenu a {
	text-decoration:none;
	color:#000000;
	/*border-bottom:1px dotted #000000;*/
	border-bottom:2px solid #547eb0;
}
#SubMenu a:hover {
	color:#8888;
	/*border-bottom:1px solid #8888;*/
}
#SubMenu a.current {
	/*text-decoration:underline;*/
	color:#004ECC;
}
/*
#SubMenu ul li div {
	background-color:#FFFFFF;
}
*/#footer {
	width:1000px;
	clear:both;
	margin:auto;
	text-align:left;
	margin-top:-25px;
	font:12pt/17pt Arial,Helvetica,sans-serif;
}
#footer a {
	color:#000000;
	border:none;
	padding-right:10px;
}
#footer a:hover {
	color:#8888;
	border:none;
}
/**/
/* Formulare */
form.formular fieldset {
	width:465px;
	padding:20px;
	margin:20px 0 20px 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
form.formular legend {
	font-size:16px;
	font-weight:bold;
	padding:0 10px;
	color:;
}
form.formular div.td {
	clear:both;
}
form.formular label, form.formular span.label {
	display:inline-block;
	width:200px;
	text-align:right;
	padding-right:5px;
	float:left;
}
form.formular span.label label, form.formular span.nolabel label {
	width:auto;
	float:none;
}
form.formular span.nolabel label, form.formular span.nolabel input {
	margin:0 0 7px 0;
}
form.formular span.text {
	display:inline-block;
}
form.formular input, form.formular select, form.formular textarea, form.formular span.text {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	/*background-color:;*/
	width:250px;
	margin:0 0 5px 0;
}
form.formular input, form.formular textarea {
	width:248px;
}
form.formular textarea {
	float:right;
	margin-right:7px;
}
form.formular input.small {
	width:70px;
}
form.formular input.big {
	width:170px;
}
form.formular img {
	float:right;
	border:none;
	cursor:pointer;
}
form.formular a input {
	cursor:pointer;
}
form.formular .geburtstag {
	width:225px;
}
form.formular .ColorPicker {
	width:225px;
	cursor:pointer;
}
form.formular input.button {
	width:auto;
	padding:0 5px;
	float:right;
}
form.formular input.radio {
	margin:0;
	width:auto;
}
