body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f6f6f6;
}

a {
	color: #0033CC;
}

/*Layoutbereiche*/

#nav {
	padding: 0px;
	height: 104px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(img/nav-bg.gif);
}

#path {
	padding: 0px;
	height: 36px;
	width: 100%;
	align: center;
	background-color: #f6f6f6;
}

#content {
	padding: 0px;
	width: 980px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	background-color: #f6f6f6;
}

.contentleft {
	padding: 0px;
	width: 175px;
	position: absolute;
	left: 0px;
}

.contentcenter {
	padding: 0px;
	width: 630px;
	position: absolute;
	left: 175px;
	background-color: #ffffff;
}

.contentright {
	padding: 0px;
	width: 175px;
	position: absolute;
	left: 805px;
	float: none;
	clear: none;
	text-align: right;
}

#footer {
	padding: 0px;
	height: 104px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

/*Hauptmenu*/
   
#hauptmenu {
float:left;
width:100%;
line-height:26px;
}

* html #hauptmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#hauptmenu ul{
list-style-type: none;
margin:0;
margin-left: 5px;
padding:0;
}

#hauptmenu li{
display:inline;
margin:0;
padding:0;
}

#hauptmenu a {
	float:left;
	background:url(img/hauptmenutab-li.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

#hauptmenu a span {
float:left;
display:block;
background:url(img/hauptmenutab-re.gif) no-repeat right top;
padding:0px 14px 0px 5px;
font-weight:normal;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hauptmenu a span {float:none;}
/* End IE5-Mac hack */

#hauptmenu a span {

color: white;
}

#hauptmenu a:hover span {
color: black;
}

#hauptmenu #current a {
color: white;
background-position:0 -100px;
}

#hauptmenu #current a span {
background-position:100% -100px;
color: white;
}

#hauptmenu a:hover {
background-position:0% -50px;
}

#hauptmenu a:hover span {
background-position:100% -50px;
}

/*Submenu*/

#submenu {
float:left;
width:100%;
line-height:normal;
}

* html #submenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#submenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#submenu li{
display:inline;
margin:0;
padding:0;
}

#submenu a {
	float:left;
	background:url(img/submenutab-li.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#submenu a span {
float:left;
display:block;
background:url(img/submenutab-re.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#submenu a span {float:none;}
/* End IE5-Mac hack */

#submenu a span {

color: white;
}

#submenu a:hover span {
color: black;
}

#submenu #current a {
color: black;
background-position:0 -100px;
}

#submenu #current a span {
background-position:100% -100px;
color: black;
}

#submenu a:hover {
background-position:0% -50px;
}

#submenu a:hover span {
background-position:100% -50px;
}

/*Contentboxen*/

#contentcenterboxtop {
	width: 630px;
	background-color: #ffffff;
	background-image: url(img/contentcenterboxtop.gif);
	height: 10px;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
}

#contentcenterbox {
	width: 590px;
	top: 10px;
	background-color: #ffffff;
	border-style: none solid none solid;
	border-color: #cccccc;
	border: 5px;
	padding: 5px 15px 0px 15px;
}

#contentcenterboxbottom {
	width: 630px;
	background-color: #ffffff;
	background-image: url(img/contentcenterboxbottom.gif);
	height: 10px;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
}

/*Sidebarboxen*/

.sidebarboxtop {
	width: 160px;
	background-color: #ffffff;
	background-image: url(img/sidebarboxtop.gif);
	height: 10px;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
}

.sidebarboxcenter {
	width: 140px;
	top: 10px;
	background-color: #ffffff;
	border-style: none solid none solid;
	border-color: #cccccc;
	border: 2px;
	padding: 0px 8px 0px 8px;
	text-align: left;
}

.sidebarboxbottom {
	width: 160px;
	background-color: #ffffff;
	background-image: url(img/sidebarboxbottom.gif);
	height: 10px;
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
}

/*Sidebarmenu*/

.sidebarboxmenu {
	width: 173px;
	background-color: #ffffff;
	background-image: url(img/sidebarboxmenu.gif);
	border-style: none none none none;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}

#sidebarmenu {
	margin: 0;
	padding: 4px 0px 4px 0px;
	width: 173px;
}

#sidebarmenu ul, #sidebarmenu li{
	list-style-type: none;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

#sidebarmenu li a {
	text-decoration: none;
	display: block;
	width:100%;
	padding: 2px 0px 2px 8px;
}

#sidebarmenu a:link {
	color: #0033CC;
}

#sidebarmenu  #current {
	color: #000000;
	background-color: #CCCCCC;
	width: 173px;
}

#sidebarmenu a:hover, #sidebarmenu a:hover#current {
	color: #FFFFFF;
	background-color: #0033CC;
	width: 148px;
}

/*Schriften*/

.path-active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.path-passive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.path-passive:hover {
	color: #0033CC;
}

.path-strich {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	white-space: normal;
}

.haupttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 35px;
	vertical-align: top;
}

.text-n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.text-l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
.text-xl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}



.text-s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.text-xs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

/*Test*/ 

.icons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*Coverpages*/ 

#coverhead {
	padding: 0px;
	height: 70px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

.coverclaim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding-bottom: 8px;
	line-height: 40px;
}

#coverwindow {
	padding: 0px;
	height: 290px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

#covermenu {
	padding: 0px;
	height: 26px;
	width: 100%;
	text-align: center;
	background-color: #CC0000;
}

#covercontent {
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #f6f6f6;
}

#coverfooter {
	padding: 0px;
	height: 100px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

/*Coverpages*/ 

#coverhead {
	padding: 0px;
	height: 70px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}

.coverclaim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	letter-spacing: 0.5px;
	padding-bottom: 7px;
	line-height: 40px;
}

.covertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.cover-xl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

.cover-n {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.roterknopf {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

.roterknopf:hover {
	color: #000000;
}

#coverwindow {
	padding: 0px;
	height: 290px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}

#covermenu {
	padding: 0px;
	height: 26px;
	width: 100%;
	text-align: center;
	background-color: #CC0000;
}

#covercontent {
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #f6f6f6;
}

#coverfooter {
	padding: 0px;
	height: 100px;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

