/****************************************************************************************************************
style.css
erstellt: 02.03.05
Autor: Goran

 Stylesheet fuer Werbeagentur aufwind.

geaendert: 07.04.05 Sebastian
Grund: ueberarbeitet

*******************************************************************************************************************/

/*#####################################################
 Pseudo-Klassen & Redefinierung von HTML-Elementen
######################################################*/

/* Allgemeine Angaben */
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
table, tbody, th, tr, td,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend
{
 font-family: Verdana, Arial, Helvetica, SunSans-Regular;
 font-size: 100%;
 color: #333;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

html, body
{
 background: #FFF;
}

/* Links */
a, a:link, a:visited, a:hover, a:active
{
 color: #17207B;
 text-decoration: underline;
}

a:hover
{
 text-decoration: none;
}

/* Formular-Elemente */
/* siehe weiter unten */

/* Block- und Inline-Elemente */
p
{
 font-size: 0.7em;
 margin: 5px 0px;
}

td, label, legend
{
 font-size: 0.7em;
}

td td,
p label
{
 font-size: 1em;
}

/* Ueberschriften */
h1
{
 font-size: 0.9em;
 color: #17207B;
 font-weight: bold;
 margin-bottom: 10px;
}

h2
{
 font-size: 0.9em;
 color: #17207B;
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* wird bei Newsletter verwendet */
h3
{
 font-size: 0.85em;
 font-weight: bold;
 margin-bottom: 10px;
}

/* wird bei Newsletter verwendet */
h4
{
 font-size: 0.8em;
 font-weight: bold;
 background: #17207B;
}

h5
{
 font-size: 0.8em;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 5px;
}

h6
{
 font-size: 0.75em;
 font-weight: bold;
 border-bottom: 1px solid #666;
 margin-top: 15px;
 margin-bottom: 2px;
}

h7
{
 font-size: 0.75em;
 color: #17207B;
 font-weight: bold;
 margin-left:131px;
 margin-top: 5px;
 margin-bottom: 5px;
}

/* Bild-Definitionen */
img
{
 border: none;
 white-space: nowrap;
}

ul
{
 list-style-type: square;
 padding: 0px 5px 5px 5px;
}

ul li
{
 font-size: 0.7em;
 line-height: 130%;
 margin: 0px 0px 2px 15px;
}

hr
{
 border: 1px solid #000;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}
/*------------- Ende Pseudo-Klassen & Redefinierung von HTML-Elementen ------------- */

/*#################################################
 CSS-Klassen bezogen auf die div-Bloecke
#################################################*/

/* Seite zentriert ausrichten */
#hinter_center
{
 width: 100%;
 height: 100%;
 position: absolute;
 padding: 0px;
 left: 0px;
 top:0px;
 margin: 0px;
 z-index:1;
}

#center
{
 width: 780px;
 padding: 0;
 position: relative;
 margin: 20px auto 0px auto;
 z-index:2;
}

/* --------------- Oben: Links und Suchfeld --------------- */
#top
{
 /* BG = dynamisch direkt im Rahmen-Template */
 height: 150px;
 margin: 0px;
 padding: 0px;
 background: #CCC;
}

.logo
{
 height: 150px;
 width: 160px;
 margin: 0px;
 padding: 0px;
 background: #D9D9D9;
 vertical-align: middle;
 float: left;
 margin-right: 0px;
 padding-right: 0px;
}

.kopfbild
{
width: 618px;
margin-left: 0px;
padding: 0px;
height: 150px;
float: right;
}

.sitenavi
{
 background: url(../../assets/common/sitenavi-bg.gif) no-repeat;
 font-size: 0.6em;
 color: #FFF;
 text-align: right;
 height: 15px;
 padding: 0px 20px 0px 0px;
 margin: 0;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a.active
{
 font-size: 1.05em;
 color: #FFF;
 text-decoration: none;
 margin: 0px 5px;
}

/*------------- Ende Oben: Links und Suchfeld ------------- */

/* ------------- Hauptnavigation ------------- */

/* Formatierung der Links in der Aufklappnavi */
.linkmenu td{
	font-size: 1.0em;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active
{
 font-size: 0.7em;
 color: #FFF;
 text-decoration: none;
 background: #17207B;
 border: 1px solid #FFF;
 border-top: none;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover
{
 color: #17207B;
 background: #FFF;
}

.linkmenu_first td{
	font-size: 1.0em;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active
{
 font-size: 0.7em;
 color: #FFF;
 text-decoration: none;
 background: #17207B;
 border: 1px solid #FFF;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu_first a:hover
{
 color: #17207B;
 background: #FFF;
}

.breadcrumb
{
 font-size: 0.7em;
 border-bottom: 1px solid #000;
 padding: 1px 0px;
 margin: 0;
}

/*------------- Ende Hauptnavigation ------------- */

/* ------------ Content-Bereich ------------ */
#contentarea
{
 width: 100%; 
 background: url(../../assets/common/background.gif) no-repeat;
}

/* ------------ Content-Bereich: Subnavigation ------------ */
#subnavi
{
 background: #EBEBEB;
 width: 160px;
 border-right: 1px solid #17207B;
 height: 350px;
 float: left;
}

/* Subnavigation Ebene 0 */
#subnavi ul
{
 list-style-type: none;
 padding: 0;
 margin: 0;
}

#subnavi ul li
{
 border-bottom: 1px solid #FFF;
 margin: 0;
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active
{
 color: #FFF;
 text-decoration: none;
 background: #17207B;
 line-height: 100%;
 display: block;
 padding: 4px 3px 4px 5px;
}

#subnavi ul li a:hover
{
 color: #17207B;
 background: #D9D9D9;
}

/* aktive Links in der Subnavigation erhalten diese Klasse */
#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt
{
 padding-left: 5px;
 color: #17207B;
 background: #D9D9D9;
}

#subnavi a:hover.akt
{
}

/* Subnavigation Ebene 1 */
#subnavi ul.under
{
}

#subnavi ul.under li
{
 border: none;
 border-top: 1px solid #17207B;
}

#subnavi ul.under li a,
#subnavi ul.under li a:link,
#subnavi ul.under li a:visited,
#subnavi ul.under li a:hover,
#subnavi ul.under li a:active
{
 font-size: 1.4em;
 font-weight: normal;
 color: #17207B;
 background: #EBEBEB;
 display: block;
 padding: 4px 3px 4px 25px;
}

#subnavi ul.under li a:hover
{
 color: #FFF;
 background: #17207B;
}

#subnavi ul.under li a.akt,
#subnavi ul.under li a:link.akt,
#subnavi ul.under li a:visited.akt,
#subnavi ul.under li a:hover.akt,
#subnavi ul.under li a:active.akt
{
 padding-left: 25px;
 color: #17207B;
 background: #D9D9D9;
 display: block;  
 background-image: url('../../assets/common/pfeil_navi.gif');
 background-repeat: no-repeat;
 background-position: 5px 8px;
}

/* Subnavigation Ebene 2 */
#subnavi ul.under1
{
}

#subnavi ul.under1 li
{
 border: none;
 border-top: 1px solid #17207B; 
}

#subnavi ul.under1 li a,
#subnavi ul.under1 li a:link,
#subnavi ul.under1 li a:visited,
#subnavi ul.under1 li a:hover,
#subnavi ul.under1 li a:active
{
 font-size: 1.9em;
 color: #17207B;
 background: #EBEBEB;
 display: block;
}

#subnavi ul.under1 li a:hover
{
 color: #FFF;
 background: #17207B;
}

#subnavi ul.under1 li a.akt,
#subnavi ul.under1 li a:link.akt,
#subnavi ul.under1 li a:visited.akt,
#subnavi ul.under1 li a:hover.akt,
#subnavi ul.under1 li a:active.akt
{
 color: #FFF;
 background: #17207B;
}

/* Subnavigation Ebene 3 */
#subnavi ul.under2
{
}

#subnavi ul.under2 li
{
 border: none;
 border-top: 1px solid #17207B; 
}

#subnavi ul.under2 li a,
#subnavi ul.under2 li a:link,
#subnavi ul.under2 li a:visited,
#subnavi ul.under2 li a:hover,
#subnavi ul.under2 li a:active
{
 padding-left: 40px;
 font-size: 2.8em;
 color: #17207B;
 background: #EBEBEB;
 display: block;
}

#subnavi ul.under2 li a:hover
{
 color: #FFF;
 background: #17207B;
}

#subnavi ul.under2 li a.akt,
#subnavi ul.under2 li a:link.akt,
#subnavi ul.under2 li a:visited.akt,
#subnavi ul.under2 li a:hover.akt,
#subnavi ul.under2 li a:active.akt
{
 padding-left: 40px;
 color: #FFF;
 background: #17207B;
  display: block;
}

/*Quicklinks unter Subnavi auf Startseite*/

#ql
{
 width: 160px;
 float: left;
 vertical-align: middle;
}

#ql p
{
 font-size: 0.75em;
 margin-bottom: 5px;
}

.ql a,
.ql a:link,
.ql a:visited,
.ql a:hover,
.ql a:active
{
 font-size: 0.7em;
 color: #17207B;
 text-decoration: none;
 padding: 2px 5px 2px 11px;
 margin-bottom: 3px;
}


/*------------- Ende Content-Bereich: Subnavigation ------------- */
/* ------------ Content-Bereich: Inhalte ------------ */

/* mit Zusatzinfos auf der rechten Seite */
#content
{
 float: left;
 width: 360px;
 padding: 15px;
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
 float: left;
 width: 439px;
 padding: 15px;
}

/* Startseite */
#content3
{
 background: #EBEBEB;
 float: left;
 width: 588px;
 padding: 15px;
}

/* nur fuer die Druckversionen! */
#content4
{
 width: 500px;
 padding: 0px 15px 15px 15px;
}

#bottom
{
 width: 774px;
 padding: 3px 3px;
 text-align: left;
 font-size: 0.7em;
 color: #FFF;
 text-align: right;
 clear: both;
}

.nofloat
{
 clear: both;
}

/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/
/* Contentmaker: Link */
.link{
	background: #B3B3B3;
	width: 155px;
	float: left;
	border: 1px solid #666;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.link h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #666;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 0.8em;
}

.link img{
	vertical-align: middle;
}

.link div{
	margin-right: 2px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover{
	text-decoration: none;
	color: #333;
	font-size: 0.7em;
	margin: 5px;
}

.link a:hover{
	text-decoration: none;
	color: #FFF; 
}

.link div a,
.link div a:link,
.link div a:visited,
.link div a:hover{
	background: none;
	margin: 0px;
}

.link p{
	padding: 5px;
	margin: 0px;
}

/* Contentmaker: Download */
.download{
	background: #EAEAEA;
	border: 1px solid #17207B;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.download h1 {
	color: #FFF;
	background-color: #0B1D66;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 0.8em;
}

.download img{
 vertical-align: middle;
}

.download div
{
 margin-right: 2px;
 /*border-right: 1px solid #0B1D66;
 border-bottom: 1px solid #0B1D66;*/
}

.download a,
.download a:link,
.download a:visited,
.download a:hover{
	font-weight: normal;
	color: #333;
	font-size: 0.7em;
	margin: 5px;
}

.download a:hover
{
	color: #17207B;
}

.download div a,
.download div a:link,
.download div a:visited,
.download div a:hover{
	background: none;
	margin: 0px;
}

.download p{
	padding: 5px;
	margin: 0px;
}

.download span
{
	font-weight: normal;
}

/* Contentmaker: Bild */
.image{
  padding: 0;
  margin: 0;
}

.image h1{
 font-size: 0.9em;
 font-weight: bold;
 margin-bottom: 10px;
}

.image div{
 font-size: 0.7em;
}

/* Ende Contentmaker: Link, Download, Bild*/

/*#################################################
 Contentmaker: Bild und Text
#################################################*/

/*Startseite Bild rechts im Text*/
.home_ti_float_right {
   float: right;
   margin-left: 3px;
   margin-bottom: 10px;
   font-size: 0.7em;
   font-weight: normal;
}

.home_ti_float_right img {
  border: 1px solid #17207B;
}

.home_ti_float_right_text {
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 20px;
}

/*Startseite Bild links im Text*/

.home_ti_float_left {
   float: left;
   margin-left: 5px;
   margin-bottom: 20px;
   margin-right: 5px;
   font-size: 0.7em;
   font-weight: normal;
}

.home_ti_float_left  img {
  border: 1px solid #17207B;
}

.home_ti_float_left_text {
  font-size: 0.65em;
  font-weight: normal;
  margin-left: 5px;
  margin-bottom: 20px;
}

/*Bild rechts im Text*/

.image_float_right {
   border: 1px solid #17207B;
   background: #17207B;
   float: right;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-left: 10px;
   margin-bottom: 5px;
}

.image_float_right img {
  margin-bottom: 1px;
}

.image_float_right_text {
  font-size: 0.7em;
  font-weight: normal;
}

.image_float_right_text h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #17207B;
}

/*Bild links im Text*/
.image_float_left {
   border: 1px solid #17207B;
   background: #17207B;
   float: left;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-right: 10px;
   margin-bottom: 5px;
}

.image_float_left img {
  margin-bottom: 1px;
}

.image_float_left_text {
  font-size: 0.7em;
  font-weight: normal;
}

.image_float_left_text h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #17207B;
}

/*Standardvorlage fuer die rechte Spalte*/
/*Bild links im Text*/
.standard_right_col {
   border: 1px solid #17207B;
   background: #17207B;
   float: left;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-right: 10px;
   margin-bottom: 5px;
}

.standard_right_col img {
  margin-bottom: 1px;
}

.standard_right_col_text {
  font-size: 0.7em;
  font-weight: normal;
}

.standard_right_col_text h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #17207B;
}
/* Ende Contentmaker: Bild und Text*/

/* ------------ Ende Content-Bereich: Inhalte ------------ */

/* ------------ Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/* Dieser div sorgt fuer den Rahmen */
#custom
{
 float: right;
 width: 220px;
}

/* Definition von Teaserboxen auf der rechten Seite */
.box
{
 color: #17207B;
 margin: 0;
 width: 150px;
 margin-top: 20px;
 clear: both;
}

.box h1
{
 font-size: 0.75em;
 font-weight: bold;
 color: #17207B;
 padding: 3px 0px 3px 7px;
 margin: 0;
}

.box h2
{
 font-size: 0.75em;
 font-weight: bold;
 color: #17207B;
 padding: 3px 10px;
 margin: 0;
}

.box p
{
 margin: 5px 10px 15px 10px;
}

.box div
{
 font-size: 0.7em;
 color: #000;
 padding: 5px;
}

.box a,
.box a:link,
.box a:visited
{
  color: #333;
  text-decoration: none;
}

.box a:hover
{
  color: #17207B;
  text-decoration: none; 
}

.box ul
{
 /*border-bottom: 1px solid #AAA;*/
 list-style-type: none;
 padding: 5px;
 margin: 0;
}

.box ul li
{
 margin: 0;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active
{
 font-size: 0.9em;
 text-decoration: none;
 color: #000;
}

.box ul li a:hover
{
 text-decoration: underline;
}

.box ul li img
{
 vertical-align: middle;
 text-align: center;
}

.box ul.assetlink{
  clear:both;
}

.box ul.assetdownload img{
 float: left;
 margin-bottom: 5px;
}

/* Teaser: Einzeiler */
.box ul.ulist
{
 border: none;
 list-style-type: square;
 padding: 0;
 margin-left: 35px;
}

.box ul.ulist li
{
 padding: 4px 5px;
 margin: 0;
}

/* Kalender */
.box table {
 width: 140px;
 margin: 2px;
 text-align: center;
 vertical-align: middle;
 font-size: 0.75em;
}

.box table td {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.month {
	color: #000;
	background-color: #CCC;
	font-size: 1em;
}

.box table td.month a {
	color: #000;
	background-color: #CCC;
	display: inline;
}
.box table td a {
 	background-color: #17207B;
 	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #EEE;
}

.box table td.today a {
  text-decoration: none;
  background-color: #17207B;
 	color: #FFF;
}

/* Ende Kalender */

/* Bildergalerie*/
.gallery
{
 color: #FFF;
 margin: 0px;
 margin-right: 30px;
 margin-bottom: 20px;
 float: left;
 width: 152px;
}

.gallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #17207B;
 padding: 3px 10px;
 margin: 0px;
}

.gallery div
{
 border: 1px solid #17207B;
 border-top: none;
 font-size: 0.7em;
 color: #000;
 background: #FFF;
 padding: 3px;
}

.gallery div.image
{
	margin: 0px;
	text-align: center;
	font-size: 0.7em;
 	color: #000;
 	background: #17207B;
 	padding: 0px;
}

.gallery div.headline{
	text-align: center;
	font-size: 0.7em;
 	color: #000;
 	background: #CCC;
 	padding: 3px 10px;
 	margin: 0px;
}

/*Bildergalerie Ausgabe*/
.showgallery
{
	margin: 0px;
	padding: 0px;
}

.showgallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 text-align: center;
 color: #FFF;
 background: #17207B;
 padding: 3px 10px;
 margin: 0;
}

.showgallery_thumb
{
	width: 276px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #17207B;
}

.showgallery_thumb div
{
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 0.7em;
 	color: #17207B;
 	font-weight: bold;
 	background: #FFF;
}

.showgallery_thumb div.showgallery_center
{
	padding-top: 10px;
	height: 40px;
}

.showgallery_thumb div.showgallery_left
{
	padding-top: 10px;
	height: 40px;
	text-align: left;
}

.showgallery_thumb div.showgallery_right
{
	padding-top: 10px;
	height: 40px;
	text-align: right;
}


.showgallery_image
{
	width: 420px;
	margin: 0px;
	padding: 15px 0px;
	float: right;
}

.showgallery_image div
{
	font-size: 0.7em;
 	color: #000;
 	background: #FFF;
 	padding: 3px;
}

/* Umfrage */

.umfrage
{
	padding: 0px;
	line-height: 140%;
}

.box p.umfrage input
{
	margin-top: 3px;
	border: none;
	height: 12px;
	background-color: #CCCCCC;
}

.box p.umfrage button
{
	margin-top: 5px;
	margin-right: 3px;
	border: 1px solid black;
	width: 70px;
	height: 20px;
	background-color: #FFFFFF;
	font-size: 0.9em;
}

.box p.umfrage label
{
	margin-left: 5px;
}

/* Umfrage Diagramm */

.diagramm
{
	background-color: #FFF;
	border: 1px solid #17207B;
}

.diagramm_skala
{
 	width: 30px;
 	height: 30px;
 	vertical-align: top;
	text-align: center;
	border-right: 1px solid #17207B;
	font-size: 11px;
}

.diagramm_value
{
	height: 30px;
	width: 30px;
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #17207B;
	border-right: 1px solid #17207B;
	font-size: 11px;
}

.diagramm_balken
{
	vertical-align: bottom;
	text-align: center;
	width: 80px;
}

.diagramm_antwort
{
	vertical-align: middle;
	text-align: center;
	width: 80px;
	border-top: 1px solid #17207B;
	font-size: 11px;
}

/* Seminarsuche */

.box p.seminarsuche input
{
	margin-top: 3px;
	border: 1px solid black;
	background-color: #FFFFFF;
	font-size: 1em;
	width: 120px;
}

.box p.seminarsuche button
{
	width: 50px;
	height: 20px;
	padding: 0;
	border: 1px solid black;
	background-color: #FFFFFF;
	font-size: 0.9em;
	line-height: 100%;
}

/* ------------ Ende Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/*#################################################
 CSS-Klassen fuer Formulare
#################################################*/

form
{
 line-height: 190%;
}

form br
{
 clear: both;
}

fieldset
{
 background: none;
 padding: 10px;
}

legend
{
 border: none;
 background: none;
}

label.leftb,
label.leftr
{
 font-weight: bold;
 float: left;
 text-align: right;
 width: 11em;
 margin-right: .8em;
}
/* error-Klasse */
label.leftr
{
 color: #FF0000;
}

input,
select,
textarea
{
 font-size: 0.7em;
 color: #666;
 background: #FFF;
 border: 1px solid #666;
 float: left;
 padding: 2px;
 margin-top: 5px;
}

select
{
 padding: 0;
}

optgroup, option
{
 font-size: 1em;
 line-height: 100%;
}

input:focus,
textarea:focus
{
 background: #DCEFF8;
}

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

textarea
{
 width: 50%;
 margin-bottom: 10px;
}

form span{
	font-size: 0.7em;
	line-height: 100%;
	margin-bottom: 0px;
}

/* Teilnahmebedingungen Checkbox */

.teilbed
{
	margin-left: 8.8em;
	padding: 0px;
	line-height: 100%;
	margin-bottom: 10px;
}

.teilbed input{
	border: none;
	background-color: #E0E0E0;
	margin: 0px;
}

/* Buttons beim Kontaktformular */
.submitbuttons
{
 margin-left: 8.8em;
}

.submitbuttons button, .submitbuttons input
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #17207B;
 line-height: 100%;
 margin-right: 5px;
}

/* Formular bei der Suche */

form.suche input
{
 font-size: 0.9em;
 padding: 2px;
 margin-left: 2px;
}

form.suche button
{
 line-height: 100%;
 margin-top: 5px;
}

/*#################################################
 CSS-Klassen fuer die Sitemap
#################################################*/
.sitemap td{
	padding: 15px 10px;
}

.sitemap td.separator{
	background-color: #666;
	padding: 0;
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1
{
 font-size: 0.85em;
 font-weight: bold;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4
{
 font-size: 0.85em;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4
{
 text-decoration: underline;
}
/* Ende Sitemap-Klassen */

/*#################################################
 CSS-Klassen fuer die Barriere-Freiheit
#################################################*/

.unsichtbar
{
 position: absolute;
 left: -2000px;
 /* Schiebt die "unsichtbaren" Hilfen aus dem Viewport, dadurch lassen
 sich uebereifrige Screenreader, die ausgerechnet "display: none" akustisch
 auswerten, taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}

/*#################################################
 Universelle CSS-Klassen fuer die Formatierung

#################################################*/

/* News */
.newsblock
{
 margin-bottom: 10px;
 position: relative;
}

.newsblock h1
{
 font-weight: bold;
 font-size: 0.7em;
 color: #17207B;
 border-bottom: 1px solid #17207B;
 padding: 3px;
 margin:0px;
}

/* wird bei Newsletter verwendet*/
.newsblock h2
{
 font-weight: bold;
 font-size: 0.9em;
 color: #333;
 background: #CCC;
 padding: 5px;
 margin:0px;
}

.newsblock p {
	padding: 5px;
}

.newsblock span{
  float: left;
  margin-right: 3px;
  border-right: 1px solid #17207B;
  border-bottom: 1px solid #17207B;
  position: relative;
}

.topnews
{
 line-height: 150%;
}

.anreiser
{
 margin: 0;
}

/*Lexikon*/
#lexikon{
	color: #4D4D4D;
}

#lexikon span{
	color: #4D4D4D;
	font-size: 0.7em;
	margin-right: 5px;
}

#lexikon a,
#lexikon a:link,
#lexikon a:visited,
#lexikon a:hover,
#lexikon a:active
{
 color: #000;
 text-decoration: none;
}

#lexikon a:hover
{
 text-decoration: underline;
}

/*Ende Lexikon*/

/*###########################################################

 Die floatleft/-right Definitionen werden im
 WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!!

 Die weiteren Klassen stellen die moeglichen
 <span>-Zuweisungen dar.

###########################################################*/

/* Bildausrichtung per Button */
#floatimageleft
{
 font-size: 0.7em;
 float: left;
 margin: 0px 5px 10px 0px;
}

#floatimageleft img
{
 border: none;
}

#floatimageright
{
 font-size: 0.7em;
 text-align: right;
 float: right;
 margin: 0px 0px 10px 5px;
}

#floatimageright img
{
 border: none;
}

.red
{
 color: #FF6600;
}

.textb
{
 font-weight: bold;
}

.texti
{
 font-style: italic;
}
/*
#prev {
 font-family: Verdana, Arial, Helvetica, SunSans-Regular;
 font-size: 100%;
 color: #333;
 font-weight:bold;
 text-decoration: none;
 padding: 0;
 margin: 0;
}
*/
/* Teaser: Bildbox mit Link */
/*.box p.imagebox
{
 text-align: center;
 background: #17207B;
 margin: 0;
}

.box p.imagebox a,
.box p.imagebox a:link,
.box p.imagebox a:visited,
.box p.imagebox a:hover,
.box p.imagebox a:active
{
 font-size: 0.9em;
 text-decoration: none;
 text-transform: uppercase;
 line-height: 180%;
 vertical-align: middle;
}
*/