@charset "utf-8";
/* CSS Document */
body {
	font-size: 62.50%; 
	margin:0; 
	text-align: center; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000;
}
html {
	height: 101%;
}
html > body {
	font-size: 10px;
}

a {	color: #950268;}
a:visited {	color:#950268;}
a:hover { color: #000;}
a:active { color:#950268; }

a img { border: 0; }

h1,h2 { display: none; }


/** Container Auszeichnungen **/

#globalWrapper { 
	margin: 30px auto;
	padding: 0; 
	width: 86.7em;
	background-color: #fff;
	position: relative;
	text-align: left;
}

#header {
	padding: 0;
	margin: 0;
}

#header img {
	width: 86.7em;
}

#nav {
	margin: 0.3em 0 0 0;
	background-color: #fff;
	padding: 0;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

#contentContainer {
/*	background-color: #e7e7e7; */
	background-color: transparent;
}

#left {
	float: left;
	width: 15.2em;
	margin: 0;
	padding: 0;
	border-left: 1px solid #bfbfbf;
	background: url(../images/navLeftGradient.gif) repeat-x;
	min-height: 50em;
	height: auto !important;
	height: 50em;
}

#content {
	padding: 0;
	margin-left: 15.3em;
	margin-right: 0;
	background-color: #fff;
	min-height: 50em;
	height: auto !important;
	height: 50em;
}

#content .contentLeft {
	width: 38em;
	margin: 2em 2.7em 3em 2.7em;
	float: left;
/*	background-color: #f8dcea; */
}

#content .contentRight {
	float: left;
	width: 28em;
/*	background-color: #f8dcea; */
}

#content .contentFull {
/*	background-color: #f8dcea; */
	margin: 0 0 2em 2em;
	padding: 2em 2em 0 0;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1em;
	background-color: #950268;
	position: relative;
}
#footer .printLink {
	position: absolute;
	right: 0;
	top: -40px;
	height: 40px;
	width: 40px;
}
/** navigation **/
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	line-height: 2em;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

#nav ul li a {
	display: block;
	float: left;
	padding: 0 0.8em 0 2em;
	background: url(../images/navIcon.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #fff;
	background: url(../images/navIconHover.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: #950268;
}

#nav ul li a#active {
	display: block;
	float: left;
	padding: 0 1em 0 2em;
	color: #fff;
	background: url(../images/navIconHover.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: #950268;
}

#nav ul li#active {
	display: block;
	float: left;
	padding: 0 1em 0 2em;
	color: #fff;
	background: url(../images/navIconHover.gif);
	background-position: 2px 5px;
	background-repeat: no-repeat;
	background-color: #950268;
}

#nav ul li a#first{
	display: block;
	float: left;
	padding: 0 0.8em 0 2em;
	background-color: #fff;
	background-image: none;
	text-decoration: none;	
}

#nav ul li a#first:hover {
	color: #fff;
	background-color: #950268;
	background-image: none;
}

#nav ul li a#activeFirst {
	display: block;
	float: left;
	padding: 0 1em 0 2em;
	color: #fff;
	background-color: #950268;
	background-image: none;
}

#nav ul li#activeFirst {
	display: block;
	float: left;
	padding: 0 1em 0 2em;
	color: #fff;
	background-color: #950268;
}

ul#nav2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -2em;	
}
#nav2 li {
	display: inline;
	text-transform: uppercase;
	padding: 0 0 0 0.4em;
	border-left: 0.1em solid #666;
}

#nav2 li a {
	color: #666;
	text-decoration: none;
}

#nav2 li a:hover {
	text-decoration: underline;
}

#nav2 li.first {
	border-left: 0;
}

#nav2 .noBorder { border: 0; }

ul#subnav {
	margin: 1em 0 5em 1em;
	padding: 0;
	list-style-type: none;
	border-top: 1px dotted #000;	
}
ul#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
	border-top: 1px dotted #000;	
} 
#subnav li {
	font-size: 1.3em;
	border-bottom: 1px dotted #000;
	line-height: 1.5em;
}
#subnav li .mainActive {
	padding: 0 0 0 1em; 
	display: block; 
	background-color: #fff;
}
#subnav li .borderBottom {
	border-bottom: 1px dotted #000;
}
#subnav li ul {
	border-bottom: 1px dotted #000;
}
#subnav li ul.noBorder {
	border-bottom: none;
}
#subnav li ul li {
	font-size: 0.85em;
	border-bottom: 1px solid #e7e7e7;
}
#subnav li a {
	padding: 0 0 0 1em;
	display: block;
	text-decoration: none;
	color: #000;
}
#subnav li ul li a {
	padding: 0 0 0 2em;
	margin: 0;
}
#subnav li a:hover {
	background-color: #fff;
}
#subnav li.active {
	border-bottom: none;
}
#subnav li ul li.active {
	padding: 0 0 0 2em;
	margin: 0;
	background-color: #fff;
}
.logos {
	padding: 1em 0 1em 0;
	margin: 0 0 1em 1em;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

/** content **/ 

.border {
	height: 0.4em;
	background-color: #950268;	
}

.slideshow {
	height: 25.2em;
	margin: 0 0 0.1em 0;
}

img.maps {
	max-width: 28em;
	width: auto !important;
	width: 28em;
}
.rightBorder {
	height: 1.8em;
	background-color: #950268;
	margin: 0.1em 0;
}

.slideshow {
	margin: 0 0 0.1em 0;
}

.slideshowImg {
	height: 23em;
	width: 28em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	background-color: #e5e5e5;
	margin: 0 0 0.1em 0;
}
.slideshowImg img {

}
/** text styles **/

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	display: block;
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, Times, serif;
}

#content h1 { font-size: 2em; margin-bottom: 0.5em; }
#content h2 { font-size: 2em; margin-bottom: 0.5em; }
#content h3 { font-size: 1.6em; margin-bottom: 0.7em; }
#content h4 { font-size: 1.4em; margin-bottom: 0.8em; }
#content h5 { font-size: 1.2em; margin-bottom: 0.9em; }
#content h5 { font-size: 1.1em; margin-bottom: 0.95em; }

#content h3.subheadline {
	color: #950268;
	float: left;
	margin: 0.15em 0.3em 0 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content a { color: #000; }
#content a:hover { color:#950268; }

#content p, #content address {
	font-size: 1.2em;
	line-height: 1.4em;
}

#content pre {
	font-size: 1.2em;
	margin: 0;
}

#content label {
	display: block;
	float: left;
	width: 9em;
}

#content table {
	font-size: 1.2em;
}

#content ul, #content ol {
	font-size: 1.2em;
}

#content .contentRight .slideshow p {
	margin: 0 0 0.2em 0;
	padding: 0 0 0 4.5em;
	line-height: 1.75em;
	background-color: #950268;
	color: #fff;
}

.slideshow .switchImages {
	width: 4.4em;
	height: 2.1em;
	float: left;
}

#content .contentFull input{
	width: 25em;
}
#content .contentFull textarea {
	width: 25.6em;
}
#content .contentFull input.submit {
	width: 10em;
}

/** defaults **/

.fixfloat {
	float: none;       	/* Textumfluss: keiner */
	clear: both;        /* Fortsetzung bei Textumfluss: unterhalb */
	width: 1px;         /* Breite: 1px */
	margin: 0;          /* Außenabstand: keiner */
	padding: 0;         /* Innenabstand: keiner */
	font-size: 0px;     /* Schriftgröße: 0px */
	line-height: 0px;   /* Zeilenhöhe: 0px */
	height: 0px;        /* Höhe: 0px */
	overflow:hidden;
}