body {
	margin:0;
	padding:0;
	text-align:left;
	background-color: #FFFFFF;
}

body, td, tr {
	line-height:130%;
	font-family:'Arial',sans-serif; 
	font-size:14px;
	color:#000000;
}

#outermain {
	background-color: #999999;
	text-align:center;
}

#innermain {
	background-color: #999999;
	margin:auto;
	width:1050px;
	background-image:url(/images/rahmen-mitte.png); background-repeat:repeat-y;background-position:5px;
}

#innermaintop {
	background-image:url(/images/rahmen-oben.png);
	background-repeat:repeat-y;
	height:40px;
}

#innermainbottom {
	padding:0px;
	margin:0px;
	background-image:url(/images/rahmen-unten.png);
	background-repeat:no-repeat;
	height:28px;
}

#contactdata {
	display:none;
}
#masternav {
	text-align:right;
	font-size:10px;
	padding-right:14px;
	padding-top:5px;
}

#masternav a {
	color:#FFFFFF;
}

#header {
	background-image:url('/images/logo.png');
	width:596px;
	height:113px;
	margin-left:100px;	
	float:left;
}

img {
	border:0px;
	padding:0;
	margin:0;
}


h1 {
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
	font-size:24px;
	text-align:left;
	color:#B30000;
	line-height:130%;
	
}

h2 {
	padding:0;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
	text-align:left;
	color:#FF0000;
	line-height:130%;
}

a, a:link, a:active {
	color:#0033cc;
}
a:focus, a:hover {
	color:#00248f;
	text-decoration:underline;
}
a:visited {
	color:#BfCfff;
}

img,.formButton {
	border:0;	
}

form {
	padding:0;
	margin:0;
	
}

input, textarea, select {
	background-color:#FFFFBF;
	border: 1px solid #B3B300;
	
}
input:active, input:hover {
	background-color:#FFFF00;
}

#main {
	width:1020px;
}

#clearall {
	clear:both;
	padding:0px;
	margin:0px;
	height:20px;
	text-align:left;
}

#nav {
	margin-left:30px;
	margin-right:10px;
	width:222px;
	float:left;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#nav a:hover {
	text-decoration:none;
	color:#000000;
}

#nav a {
	text-decoration:none;
	color:#000000;
}

#nav ul {
	width:190px;
	margin:0px;
	margin-left:10px;
	background-color:#FF0000;
	padding:5px;
	list-style-type:none;
	font-size:12px;
	font-weight:bold;
}

#nav ul a { color:#FFFFFF; }

#nav ul a:hover {
	text-decoration:underline;
}

.prio1 {	padding-left:8px;	}
.prio2 {	padding-left:25px;	}
.prio3 {	padding-left:30px;	}
.prio4 {	padding-left:35px;	}
.prio5 {	padding-left:40px;	}


.navstd {
	margin-top:10px;
	margin-bottom:0px;
	
	background-image:url('/images/button-gelb-mitte.png');
}

.navstd:hover {
	margin-top:10px;
	margin-bottom:0px;
	background-image:url('/images/button-rot-mitte.png');

}

.navstdtop {
	padding:0px;
	margin:0px;
	background-image:url(/images/button-gelb-oben.png);
	background-repeat:no-repeat;
	height:8px;
}

.navstdbottom {
	padding:0px;
	margin:0px;
	background-image:url(/images/button-gelb-unten.png);
	background-repeat:no-repeat;
	height:6px;
}
.navstd:hover .navstdtop {
	padding:0px;
	margin:0px;
	background-image:url(/images/button-rot-oben.png);
	background-repeat:no-repeat;
	height:8px;
}

.navstd:hover .navstdbottom {
	padding:0px;
	margin:0px;
	background-image:url(/images/button-rot-unten.png);
	background-repeat:no-repeat;
	height:6px;
}
.navactivetop {
	padding:0px;
	margin:0px;
	background-image:url(/images/button-dunkelrot-oben.png);
	background-repeat:no-repeat;
	height:8px;
}

.navactivebottom {
	padding:0px;
	margin:0px;
	background-image:url(/images/button-dunkelrot-unten.png);
	background-repeat:no-repeat;
	height:6px;
}

.navactive {
	margin-top:10px;
	margin-bottom:0px;
	
	background-image:url('/images/button-dunkelrot-mitte.png');

}

#nav .navactive a {
	color:#FFFFFF;
}
#nav .isactive a {
	color:#ffFFFF;
}

.isactive {
	background-color: #b30000;	
}

#aktuell {
	width:222px;
	text-align:left;
	background-image:url('/images/aktuell-mitte.png');
	position:relative;
	bottom:200px;
	left:23px;
	margin:0px;
	padding:0px;
	
}

#aktuell b {
	font-weight:bold;
	color:#B30000;
}

#aktuell-oben {
	background-image:url(/images/aktuell-oben.png);
	background-repeat:no-repeat;
	height:8px;
}
#aktuell-unten {
	background-image:url(/images/aktuell-unten.png);
	background-repeat:no-repeat;
	height:7px;
}
#navpath {
	font-size:10px;
	text-align:left;
	padding-bottom:10px;
}
#navpath a, #navpath a:link, #navpath a:active {
	color:#b3b300;
}
#navpath a:focus, #navpath a:hover {
	color:#ffff00;
	text-decoration:underline;
}
#navpath a:visited {
	color:#b0b000;
}

#content {
	margin-top:20px;
	width:520px;
	float:left;
	text-align:left;
	margin-left:14px;
	border-right: 5px solid #b3b300;
	padding-right:4px;
}

#bildleiste {
	float:left;
	margin-top:20px;
	padding-left:5px;
	width:210px;
}

.subtext {
	margin-left: 30px;
	width:430px;
}



.searchinput {
	width: 100px;
	height:15px;
	margin-left:10px;
	font-size: 13px;
	vertical-align:top;	
	border 1x solid #029897;
}

.searchbutton {
	width: 50px;
	height:19px;
	vertical-align:top;
	border:0;
}

.wms_left {
	float:right;
}

.wms_right {
	float: left;
}
.wms_clear {
	clear:both;
}
