/* ##### Common Styles ##### */

body {
  color: black;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 8.5pt;
}

#box {
	background-color: #F0F0FF;
	height:auto !important;
	margin:1em auto;
	min-height:100%;
	position:relative;
	text-align:left;
	width:920px;
	border: 1px solid #999999;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

.flLeft {	float:left;	border:none;}
.flRight {	float:right;	border:none;}


/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: #F0F0FF;
}

.headerTitle {
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

	.headerTitle img {
  		padding: 0.25ex 0 0 0;
	}

.subHeader {
  color: white;
  background-color: #000082;
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
  text-align: right;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}


/* ##### Side Bar ##### */

#side-bar {
	background:#F0F0FF none repeat scroll 0%;
	width: 16em;
  	float: left;
  	clear: left;
  	border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  /* border-bottom: 1px solid rgb(153,153,153); */
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.2em 1ex 0.2em 1em;
  display: block;
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

#side-bar ul.nav3rd a {
	padding-left: 4mm;
	font-weight: bold;
}

#side-bar ul.nav3rd a:hover {
  background-color: #8ca8ea;
  text-decoration: none;
}

#side-bar ul.nav4rd a {
	padding-left: 5mm;
	font-weight: normal;
}

#side-bar ul.nav4rd a:hover {
  background-color: #baccf8;
  text-decoration: none;
}

.thisPage {
  	background-color:#8ca8ea;
	color:white;
	font-weight: bold;
	padding-left: 4mm;
}

/* neu */

.thisPage ul.nav4rd li {
  	padding-left: 5mm;
  	border-top: none;
}

ul.nav4rd .thisPage {
  	color: #FFF;
	font-weight: normal;
  	background-color: #baccf8;
	padding-left: 5mm;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

#side-bar a.secondactive, #side-bar a.second {
	font-weight: bold;
	
}

#side-bar a.secondactive {
	color: #FFF;
	background-color: #6487DC;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  line-height: 1.5em;
  margin: 0 0 0 16em;
  padding: 0.5mm 5mm 5mm 5mm;
  border-left: 1px solid rgb(153,153,153);
}

#main-copy p {
  margin: 1ex 1ex 1ex 1ex;
  padding: 0;
}

#main-copy div.image p {
	font-size: 1.5ex;
	font-weight: bold;
}

#main-copy div.flRight p {
  margin-left: 2em;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}


#main-copy a:hover {
  text-decoration: none;
}

#main-copy h1 {
  color: #fff;
  background-color:#6487DC;
  font-size: 100%;
  font-weight: bold;
  margin: 1ex 0 1ex 0;
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2 {
  color: #000082;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 2.5ex 0 0.5ex 1ex;
}

#main-copy p #main-copy h2 {
	clear: both;
}

#main-copy h3 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0.5ex 0 0.5ex 1ex;
clear: both;
}

#main-copy h4 {
clear:both;
color:#000082;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
margin:4px 0pt;
padding:0.5ex 0pt 0.5ex 1ex;
}

/*
#main-copy div.image {
   margin-bottom:0;
   clear:both;
}
*/

/*
.article {
   clear:both;
}
*/

#main-copy .image img {
  margin-right: 1em;
  margin-left: 0.5em;
  display: block;  border:none;
}
/* bild rechts */
#main-copy div.flRight img {
  margin-right: 0;
  margin-left: 1.5em;
}

#main-copy ul {
	display: inline; /* <= Der Workaround */
	position: relative;/* fuer IE */
	margin: 0;
	padding: 0;
}

#main-copy ul li {
	display: list-item;
	list-style-position:outside;
	list-style-type:square;
	margin:1px 0 0 20px;
	padding:0pt 2px 1px 5px;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

#form-module fieldset {
border: none; /* Rand ausschalten */
}

#form-module legend {
display: none; /* Legende ausschalten */
}

#form-module label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	padding-left:10px;
	margin-bottom:10px;
}

#form-module div.element input,
#form-module textarea,
#form-module select {
float:left;
display:block;
width:250px;
border: 1px solid #333;
background:#F4F4F4;
padding:1px;
margin-bottom:10px;
}

#form-module input.submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 110px;
/* Float wieder abschalten */
clear: both;
}

/* Formular Definition fuer Formgenerator 4*/


/* Div das das Formular umschließt */
.formgen {
	font-size: 1.1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
	width: 370px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom:2px;
	padding:3px 2px 3px 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 220px;
	height: 200px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	width: 220px;
	margin-left: 4px;
	margin-bottom:4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
	color: #003366;
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
	color: #003366;
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	clear: left;
	float: left;
	padding: 4px 0 0 0;
}

.formgen label.formradio {
	float:none;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 100px;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
	width: 360px;
	padding: 5px;
	border: none;
	background-color:#F0F0FF;
	margin-bottom:4px;
}


/* Fieldsetbeschriftung */
.formgen legend {
	display:none;
	font-weight: bold;
	color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: red;
	font-weight: bolder;
}


/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}


