* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 100.01%  Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
}

#header {
	height: 144px;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	background: transparent;
}

#header_bg_r {
	position: absolute;
	top: 27px;
	right: 0;
	height: 54px;
	width: 47px;
	background: transparent url(../images/header_bg_r01.gif) no-repeat right top;	
}

#headerbeam {
	position: absolute;
	top: 64px;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #E9E7F6;
	background: #E9E7F6 url(../images/headerbeam_bg_01.gif) no-repeat top right;
	border-bottom: 1px solid #999;
	z-index: 0;
}
#logo_bg1 {
	position: absolute;
	top: -9px;
	left: -30px;
	height: 144px;
	width: 462px;
	background: transparent url(../images/body_bg_logo01_2.gif) no-repeat left top;
}

/*
#logo_bg2 {
	position: absolute;
	top: 149px;
	left: -30px;
	height: 123px;
	width: 226px;
	background: transparent url(../images/body_bg_logo02_3.gif) no-repeat top left;
	display: none;
	visibility: hidden;
}
*/

#navigation {
	margin-top: 42px;
	left: 6px;
	width: 17em;
	float: left;
	background: transparent;
}

#navbg {
	position: fixed;
	height: 130px;
	width: 25px;
	top: 441px;
	left: 0;	
	background: transparent url(../images/nav_bg_l01.gif) no-repeat bottom left;	
}

#content_container {
	margin: 49px 5% 2em 19em;
	background: transparent;
}

#content {
	width: 96%;
	font-size: 0.75em;
	margin-left: 14px;
	background: transparent;
}

#logo {
	position: absolute;
	top: 64px;
	left: 50px;
	height: 71px;
	width: 268px;
}

#logo img {
	display: none;
	visibility: hidden;
}

#footer {
	clear: both;
	text-align: right;
	padding: 1.5em 7% 1em 0;
	font-size: 0.7em;
	color: #666;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

/*CONTENT DEFINITIONS*/
#content h1, #content h2, #content h3 {
	font-weight: normal;
	margin: 1.5em 0 0.8em 0;
	color: #110071;
	border-bottom: 1px solid #DDD;
	background: transparent url(../images/heading_bg_01.jpg) no-repeat bottom left;
}

#content h1 {
	font-size: 1.5em;
}

#content .firstheading {
	margin-top: 0;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.3em;
}

#content p {
	margin: 0.5em 0;
}

#content img, #content img.links_top, #content img.img_links_top {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

#content img.links_top, #content img.img_links_top {
	margin-top: 0;
}

#content img.rechts, #content img.rechts_top, #content img.img_rechts, #content img.img_rechts_top {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

#content img.img_rechts_top, #content img.rechts_top {
	margin-top: 0;
}

#content img.img_allein {
	float: none;
	margin: 0;
}

#content a img {
	border: none;
}

#content ul {
	list-style-image: url(../images/bullet01.gif);
	margin: 1em 0 1em 2em;
}

#content li {
	margin: 0.4em 0;
}

#content a {
	text-decoration: underline;
	color: #13007C;
}

#content a:hover {
	text-decoration: none;
	color: #FF4D00;
}

/* form01 */
#content .form01 {	
	overflow: auto;
	margin-top: 1em;
}

#content .form01 p {	
	margin: 0;
	padding: 0;
}

#content .form01 label {
	margin-top: 0;
	width: 10em;
	float: left;
	background-color: #DEDEDE;
	border: 1px solid #DEDEDE;
	padding: 0.1em 0.5em;
	text-align: right;
}

#content .form01 input {
	margin-top: 0.4em;
	margin-left: 10.5em;
	display: block;
}

#content .form01 input[type=text], #content .form01 input[type=password] {
	border: 1px solid #CCC;
}

#content .form01 input[type=text]:hover, #content .form01 input[type=password]:hover {
	background-color: #6BB8DC;
}

#content .form01 input[type=text]:focus, #content .form01 input[type=password]:focus {
	background-color: #B5DBED;
}

#content .form01 p strong {	
	margin-left: 0.2em;
}

#content .form01 p span {
	margin-top: 0.4em;
	margin-left: 11.5em;
	display: block;
}

#content .form01 p span span {
	display: inline;
	margin: 0;
}

#content .form01 p span input {
	display: inline;
	margin: 0;
	margin-right: 0.5em;
	height: auto;
	float: left;
}

#content .form01 .error {
	color: red;
	font-weight: 600;
}

/*table*/
#content table {
	margin: 1em 0 0.5em 0;
}

#content table tr.highlight {
	background-color: #E9E7F6;
}

#content table td.nowrap {
	white-space: nowrap;
}

#content table th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #E9E7F6 url(../images/tabs_bg_sel01.gif) repeat-x 0% 0%;
	padding: 0.1em 0.3em;
}

#content table td {
	padding: 0.1em 0.3em;
}

#content table td a {
	text-decoration: none;
	line-height: 1.5em;
}

#content table td a img {
	border: none;
	margin: 0.2em 0;
}

/* Download-List */
ul.download, ol.download {
	float: left;
	clear: right;
	margin: 1em 0 1em 2em;
}

ul.download li, ol.download li {
	padding: 0.2em 0 0.2em;	
}

ul.download li {
	clear: both;
	list-style-image: none;
	list-style: none;
}

ol.download li {
	clear: both;
}

#content ul.download li img, #content ol.download li img {
	border: none;
	margin: 1px 7px 0 0;
}

.download li a span {
	display: none;
	visibility: hidden;
}

.download li a:hover span.description {
	position: absolute;
	display: block;
	visibility: visible;
	border: 1px solid #999;
	max-width: 300px;
	color: #333;
	margin: 0 0 0 1em;
	padding: 5px 10px;
	background-color: #EFEFEF;
}

.download li a:hover span.date {
	color: #444;
	display: inline;
	visibility: visible;
}

/* Tabs */
#content ul.tabs {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	width: 99%;
	overflow: hidden;
	margin-left: -14px;
	padding-left: 14px;
	background: transparent url(../images/tabs_bg_ul02.gif) repeat-x bottom left;
}

#content ul.tabs li {
	float: left;
	border-right: 1px solid #999;
	margin: 0;
	padding: 0;
}

#content ul.tabs li a {
	text-decoration: none;
	display: block;
	border: 1px solid #999;
	border-right: none;
	margin: 0 0 0 -1px;
	padding: 0.5em 1em;
	background: #FFF url(../images/mn_std_01.gif) repeat-x 0% 50%;
	color: #000;
}

#content ul.tabs li strong a {
	background: #FFF url(../images/tabs_bg_sel01.gif) repeat-x top left;
	border-bottom: 1px solid #FFF;
	font-weight: normal;
}

#content ul.tabs li a:hover {
	background: #FFF url(../images/tabs_bg_sel01.gif) repeat-x top left;
	color: #FF4D00;
}

/*Kategorieliste*/
#content .onelevelnav {
	list-style: none;
	margin: 1.5em 0;
	list-style-image: none;
}

#content .onelevelnav li {
	margin: 1em 0;
}

#content .onelevelnav li a {
	border: 1px dashed #FFF;
	border-top: 1px dashed #999;
	background: transparent;
	display: block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #000;
	overflow: auto;
}

#content .onelevelnav li a:hover {
	border: 1px dashed #000;
	color: #FF4D00;
	color: #000;
}

#content .onelevelnav li a img {
	opacity:0.5;
	margin: 0.3em 1em 0.3em 0;
	border: none;
}

#content .onelevelnav li a:hover img {
	opacity:1;
}

#content .onelevelnav .leftcol {
	float: left;
}

#content .onelevelnav span {
	text-align: justify;
}

/*gallery*/
#album {
	overflow: visible;
	margin-top: 2em;
}

#album div {
	float: left;
	margin: 0 1em 2em 0;
	text-align: center;
}

#album div img, #view img {
	border: 1px solid #666;
	float: none;
}

#album div p, #view div p {
	margin: 0 0 0.5em 0;
	font-size: 0.75em;
	line-height: 1.2em;
	height: 1em;
}

#album div p a, #view a {
	text-decoration: none;
	color: #000;
}

#album div p a:hover, #view a:hover {
	color: #FF4D00;
	text-decoration: none;
}

#album div a:visited img {
	border: 1px solid #CCC;
}

#view {
	text-align: center;
	margin-top: 2em;
}

#view div {
	text-align: center;
	padding-left: 50%;
	overflow: visible;
}

#view p {
	position: relative;
	text-align: center;
	padding: 0.5em 0;
}

#view p.nav {
	padding: 0.2em 0;
	margin-bottom: 1em;
	overflow: visible;
}

#view p.nav a, #view p.nav span {
	width: 75%;
	float: left;
	padding: 0;
}

#view p.nav a.prev, #view p.nav span.prev {
	width: 10%;
	text-align: left;
	padding-left: 2%
}

#view p.nav a.next, #view p.nav span.next {
	width: 10%;
	text-align: right;
	padding-right: 2%
}

/*NAVIGATION DEFINITIONS*/
#mainnav {
	padding-left: 50px;
	list-style: none;
}

#mainnav em, #mainnav strong, #servnav em, #servnav strong {
	font-style: normal;
	font-weight: normal;
}

#mainnav li {
	margin: 0.5em 0;
}

#mainnav li a {
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px solid #CCC;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #999;
	background: transparent url(../images/mn_std_01.gif) no-repeat 100% 50%;
	padding: 0.5em 7% 0.5em 0.5em;
	font-size: 0.9em;
	font-weight: 600;
}

#mainnav li strong a, #mainnav li strong a:hover, #mainnav li em a, #mainnav li em a:hover {
	color: #FFF;
	background: #13007C url(../images/mn_sel_01.gif) no-repeat 95% 50%;
	display: block;
	background: transparent url(../images/mn_sel_02.gif) no-repeat 100% 50%;
}

#mainnav li a:hover {
	text-decoration: none;
	color: #000;
	background: #FFF url(../images/mn_hov_02.gif) no-repeat 100% 50%;
}

#mainnav ul {
	margin: 0.2em 0 0.5em 0;
	list-style: none;
}

#mainnav ul li {
	margin: 0;
}

#mainnav ul li a {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background-color: transparent;
	background: none;
	font-size: 0.75em;
	border: none;
	font-weight: normal;
}

#mainnav ul li a:hover {
	border: none;
	color: #000;
	background: transparent url(../images/mn_hov_01.gif) no-repeat 95% 50%;
}

#mainnav ul li strong a, #mainnav ul li strong a:hover {
	color: #13007C;
	font-weight: 600;
	background: transparent url(../images/mn_sub_sel_01.gif) no-repeat 95% 50%;
}

/*SERVICE NAVIGATION*/
ul#servnav {
	position: absolute;
	height: 23px;
	width: 100%;
	right: 7%;
	top: 111px;
	list-style: none;
	margin-right: -20px;
}

ul#servnav li {
	float: right;
}

ul#servnav li a {
	text-decoration: none;
	color: #000;
	background: transparent;
	padding: 4px 57px 4px 20px;
	line-height: 22px;
	font-size: 14px;
	border: 1px solid #E9E7F6;
	border-bottom: none;
}

ul#servnav li strong a, ul#servnav li em a {
	background: transparent;
	border: 1px solid #E1DEFA;
	background: #E1DEFA url(../images/sn_hov_01.gif) repeat-x bottom left;
	border-bottom: none;
}

ul#servnav li a:hover {
	background: #E1DEFA url(../images/sn_hov_01.gif) repeat-x bottom left;
	border: 1px solid #E1DEFA;
	border-bottom: none;
}

/*subnavs*/
ul#servnav ul {
	list-style: none;
	display: none;
}

ul#servnav ul li {
	float: none;
}

ul#servnav li:hover ul, ul#servnav li.over ul { /* lists nested under hovered list items */
	display: block;
}

 ul#servnav li li a {
	display: block;
	padding: 0;
	text-decoration: none;
	background: transparent;
	font-size: 0.75em;
	margin-left: 20px;
	border: none;
}

ul#servnav li li a:hover {
	background: transparent;
	color: #FF4D00;
	border: none;
}

ul#servnav li li strong a {
	color: #000;
	font-weight: 900;
	border: none;
}