/****************************************************************************************************************
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: 11px;
 color: #5d6b7d;
 line-height: 125%;
 text-decoration: none;
 padding: 0px;
 margin: 0px;
}

html
{
/* background: #FCFDF9; */
/* background: #DBE1D4;  */
 /*background: #CCCCCC;  fuer Testzwecke */
}
body {
/*  margin: 5px 5px 5px 5px;*/
/*  background: #fff url('../../assets/common/bg_body.gif') repeat-x top 100%; */
  background: #F0F0F0;
}

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

a:hover
{
 text-decoration: none;
}

a.red
{
 color: #B92F3D;
}

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

/* Block- und Inline-Elemente */
p
{

 margin: 5px 0px 15px 0px;
}

td, label, legend
{

}

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

/* Ueberschriften */
h1
{
  font-size: 13px;
  font-weight: normal;
  font-weight: bold;
  color: #5d6b7d;
/*  letter-spacing: 1px;*/
  margin: 0px 0px 5px 0px;
}


h1 span.main {
  font-size: 15px;
  clear: both;
  display: block;
}

h1 span.sub {
  margin: 5px 0px 0px 0px;
  clear: both;
  display: block;
}

h2
{
 font-size: 12px;

 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h3
{
 font-size: 11px;
 font-weight: bold;
}

/* wird bei News verwendet */
h4
{
 font-size: 11px;
 font-weight: bold;
 background: #666;
}

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

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

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

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

ul li
{

/* line-height: 120%;*/
 margin: 0px 0px 5px 15px;
}

hr
{
 border: 1px solid #000;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}
/*#################################################
 CSS-Klassen fuer Formulare
#################################################*/

form
{
 line-height: 100%;
}

form br
{
 clear: both;
}

fieldset
{
 background: none;
 padding: 10px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #B6C6D1;
}

legend
{
 border: none;
 background: none;
}

label.leftb,
label.leftr
{
 font-weight: bold;
 float: left;
 text-align: right;
 width: 11em;
 margin-right: 0.8em;
}

/* error-Klasse */
label.leftr
{
 color: #FF0000;
}

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

optgroup, option
{
 line-height: 100%;
}

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

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

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

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

.submitbuttons button
{

 font-weight: bold;
 color: #FFF;
 background: #666;
 line-height: 100%;
 margin-right: 5px;
}
*/
/* Formular bei der Suche */

__form.suche input
{
 padding: 2px;
 margin-left: 2px;
}

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

/**************************
Formularbuilder
***************************/

.form_wrapper {
  border: 1px solid #B6C6D1;
  margin: 0px 7px 10px 0px;
  padding: 10px;
}

.form_wrapper input {
  border: 1px solid #9d9b9f;
  margin: 0px 10px 5px 10px;
  padding: 3px;
}

.form_wrapper input.radio,
.form_wrapper input.checkbox{
  border: none;

}



.form_wrapper .title,
.form_wrapper .title_text{
  width: 100px;
  vertical-align: top;
}

.form_wrapper td.checkbox  {
  width: 20px;
}

.form_wrapper input.checkbox  {
  margin: 0px 10px 0px 5px;
}

.form_wrapper textarea {
  border: 1px solid #9d9b9f;
  margin: 0px 10px 5px 10px;
  width: 300px;
  height: 120px;
}

.form_wrapper .submit{
  width: 150px;
  margin: 20px 0px 0px 113px;
  color: #fff;
  border: 1px solid #444;
  background: none #3260A5;


  /*background: url(../../assets/common/button_bg_150.gif) no-repeat;*/
}

.form_wrapper .select{
  border: 1px solid #9d9b9f;
  margin: 0px 10px 5px 10px;
    padding: 1px;
}

.form_wrapper h3 {
  margin: 5px 0px 3px 0px;
}

/**************************
form_search
***************************/
.form_search {
  margin: 0px 0px 0px 0px;
}

.form_search input {
  border: 1px solid #9d9b9f;
  font-size: 11px;
  width: 160px;
  padding: 2px 5px 2px 5px;
}

.form_search button,
input.submit
{
  margin: 20px 0px 0px 0px;
  padding: 2px 5px 2px 5px;
  width: 100px;
  border: none;
  color: #fff;
  border: 1px solid #444;

/*  background: url(../../assets/common/button_bg_100.gif) no-repeat; */
  cursor: pointer;
}

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

.search_erg {
  border-top: 1px dotted #3260A5;
  margin: 10px 0px 0px 0px;
  padding: 10px 5px 5px 5px;
/*  border: 1px solid #B6C6D1;*/
}

.search_erg  h1 {
}

.search_erg  h1 a:link,
.search_erg  h1 a:visited,
.search_erg  h1 a:hover,
.search_erg  h1 a:active
{
}

.search_erg  .erg_text {
}

.search_erg  .erg_link {
  border: none;
  margin: 5px 0px 0px 0px;
}

.search_erg .erg_link a:link,
.search_erg .erg_link a:visited,
.search_erg .erg_link a:hover,
.search_erg .erg_link a:active
{
  background: url('../../assets/common/pfeil_block_blau.gif') no-repeat 0px 4px;
  padding: 0px 0px 0px 15px ;
}

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

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



/*
#center_bg
{
 width: 100%;
 height: 610px;
 position: absolute;
 padding: 0px;
 left: 0px;
 top:0px;
 margin: 0px;
 z-index:1;
 background: #DBE1D4;
}

#center_wrapper {
 background: #DBE1D4;
 height: 40px;
}
*/
/* Seite zentriert ausrichten */
#center_wrapper
{

}

#center {
  position: relative;
  background: #fff;
  width: 995px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 10px 0px;
  border: 1px solid #d1dbe7;
}

/*
#center .sprachen {
  float: right;
  margin: 0px;
  background: #F2F6E3;
  padding: 3px 5px 3px 5px;
}
#center .sprachen a:link,
#center .sprachen a:visited,
#center .sprachen a:hover,
#center .sprachen a:active
{

  font-weight: bold;
  text-decoration: none;
  border-left: 2px solid #868686;
  color: #868686;
  padding: 0px 5px 0px 5px;
  letter-spacing: -1px;
}

#center .sprachen a:hover {
  text-decoration: underline;
}

#center .sprachen a.erste:link,
#center .sprachen a.erste:visited,
#center .sprachen a.erste:hover,
#center .sprachen a.erste:active
{
  border: none;
}

*/

#center_bottom {
  width: 995px;
  height: 30px;
  background: url('../../assets/common/schatten_unten.gif') -1px 0px no-repeat;

}

/* --------------- Oben: Links und Teaser oben --------------- */
#top {
  background: url('../../assets/common/bg_top_2.gif') #fff;
/*  position: relative;*/
}

#top div{
  padding: 0px 0px 0px 0px;
}

.top_logo {
  margin: 15px 0px 0px 20px;
  padding: 0px;
  width: 84px;
  height: 85px;
  float: left;
}

.top_kopfbild {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
/*  width: 605px;*/
  float: right;
}

.intro_flash {
  height: 170px;
  width: 995px;
}

.sprachauswahl {
  position: absolute;
  top: 10px;
  left: 810px;
  right: auto;
  bottom: auto;
  z-index: 800;
  margin: -1px 0px 0px 0px;
}

.top_kopfbild img {
  width: 785px;
  height: 170px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.sprachauswahl {
  margin: 0px 0px 0px 30px;
  width: 140px;
  float: left;
}

.sprachauswahl select {
  width: 140px;
    margin: 0px 0px 5px 0px;
}

/* sitenavi */
/*
.sitenavi{
  background: #fff;
  padding: 0px 0px 0px 0px;
  margin: 64px 0px 0px 0px;
  float: right;
  color: #999;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
  width: 255px;
  height: 31px;
}
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a:active {
  padding: 3px 5px 3px 5px;
  margin: 0px;
  font-size: 9px;
  color: #999;
  letter-spacing: -1px;
  text-decoration: none;
}
.sitenavi ul {
  margin: 7px 0px 0px 0px;
  padding: 0px;
}
.sitenavi li {
  display: inline;
  border-left: 1px solid #868686;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}
.sitenavi li.erster{
  border: none;
}
*/


/* Block mit den Navigationselementen */
#naviH
{
  width: 995px;
  float: left;
  font-size: 11px;
   margin: 0px 0px 10px 0px;
   padding: 15px 0px 0px 0px;
  background: url('../../assets/common/bg_navih_balken.gif') #3260A5 0px 8px repeat-x;
  display: inline;

/*  height: 36px;*/
/*   padding: 2px 5px 3px 3px;*/
/*   background: url(../../assets/common/bg_menu.gif) repeat-y;*/
}
/*
#naviH div {
  border-top: 1px solid #fff;
  width: 196px;
  margin: 0px 0px 0px 0px;
  padding: 2px 15px 2px 5px;
  text-align: left;
}
*/
#naviH ul {
   list-style-type: none;
   padding: 0px;
   background: #ff0000;
   background: none;
   margin: 8px 0px 0px 0px;
}

#naviH ul li
{
  display: block;
  float: left;

  font-size: 11px;
  width: 60px;
  height: 28px;

  padding: 0px 0px 0px 0px;
  margin: 0px;

/*  background: #ffd000; */
  background: none;
  z-index: auto;
}
#naviH ul li[class] {
  width: auto;
  z-index: auto;
}

/* abwechselnder hintergrund*/
#naviH div.zeile_0{
/*  background: #D7D8DB;  */
}
#naviH div.zeile_1{
/*  background: #D7D8DB; */
}

#naviH ul li a,
#naviH ul li a:link,
#naviH ul li a:visited,
#naviH ul li a:hover,
#naviH ul li a:active
{
  display: block;
  height: 20px;

  border-left: 1px solid #555;
  border-right: 1px solid #fff;

  font-weight: bold;
  line-height: 100%;
  text-decoration: none;

  padding: 8px 10px 0px 10px;
  margin: 0px 0px 0px 0px;

  color: #606D7B;
  background: none;
}

#naviH ul li a:hover
{
 color: #808D9B;
}

#naviH ul li.akt {
  background: url('../../assets/common/bg_navih_balken_blau.gif') repeat-x;
}

#naviH ul li.akt a:link,
#naviH ul li.akt a:visited,
#naviH ul li.akt a:hover,
#naviH ul li.akt a:active
{
 color: #fff;
}
/* Ausnahme bei ersterm Element */

#naviH ul li.erster {
  width: 188px;
  padding: 0px 0px 0px 20px;

}

#naviH ul li.erster span{
  float: left;
  font-weight: bold;
  color: #3260A5;
  padding: 7px 0px 0px 0px;
}



#naviH ul li.erster a,
#naviH ul li.erster a:link,
#naviH ul li.erster a:visited,
#naviH ul li.erster a:hover,
#naviH ul li.erster a:active {
  border-left: none;
  width: 10px;
  float: right;
}


#naviH ul li.letzter {
  width: 30px;
}

#naviH ul li.letzter a,
#naviH ul li.letzter a:link,
#naviH ul li.letzter a:visited,
#naviH ul li.letzter a:hover,
#naviH ul li.letzter a:active {
  border-right: none;
}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/* #naviH {margin:25px 0 100px 15px; position:relative; width:735px; height:25px; z-index:100;} */
#naviH {position:relative; z-index:900;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {z-index: 300; padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
/* #pmenu a, #pmenu a:visited {display:block;width:120px; font-size:11px; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;} */

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
/*#pmenu li {float:left; background:#3260A5;}*/

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
/* #pmenu li ul li:hover > a {background:#dfd7ca; color:#c00;} */
#pmenu li ul li:hover > a {}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
/* #pmenu > li:hover > ul {left:-30px; top:16px;} */
#pmenu > li:hover > ul {left:-30px; top:18px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:900; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
/* * html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;} */
* html #pmenu li a:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#7484ad url('../../assets/common/pfeil_block_blau.gif') no-repeat right center;}
#pmenu li.drop {background:#7484ad url('../../assets/common/bg_button_schmal_einfach.gif') no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
  visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
  visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
  visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
  visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
  visibility:visible; left:-30px; top:17px; lef\t:-31px; to\p:18px;
/* visibility:visible; left:-30px; top:14px; left:-31px; top:15px; */
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{
  visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul {
  visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
  visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
  visibility:visible;
}
/* If you can see the pattern in the above IE5.5 and IE6 style then you can add as many sub levels as you like */

#naviH ul li ul li a:link,
#naviH ul li ul li a:visited,
#naviH ul li ul li a:hover,
#naviH ul li ul li a:active
{
  color: #fff;
  height: auto;
  border: 1px solid #fff;
/*  border-bottom: 1px solid #fff; */
  border-top: none;
  font-weight: normal;
  padding-bottom: 8px;
}

#naviH ul li.akt a:hover,
#naviH ul li ul li a:hover,
#naviH ul li ul li.akt a:hover
{
  color: #bbb;
}
/**allgemeingueltig**/
#naviH ul li ul li {
  width: 160px;
  height: auto;
}
/*******ebenenspezifisch*******/
#naviH ul li ul li {
  background:#3260A5;
}

#naviH ul li ul li.akt
{
  background: #808D9B;
  width: 160px;
}

#naviH ul li ul li ul li {
  background:#4D71A7;
}

#naviH ul li ul li ul li.akt
{
  background: #808D9B;
}


#naviH ul li ul li ul li ul li {
  background:#627EA8;
}

#naviH ul li ul li ul li ul li.akt
{
  background: #808D9B;
}

#naviH ul li ul li ul li ul li ul li {
  background:#7388A7;
}
/* Formatierung der Links in der Aufklappnavi */
/*
.linkmenu td,
.linkmenu_first td {
  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 {
  color: #fff;
 text-decoration: none;
 background: #3260A5;
 border: none;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active
{
 color: #fff;
 text-decoration: none;
 background: #3260A5;
 border-top: 1px solid #FFF;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover,
.linkmenu_first a:hover
{
 color: #FFF;
 background: #5d6b7d;
}
*/
/*------------- Ende Hauptnavigation ------------- */

/* ------------ Content-Bereich ------------ */
#contentarea
{
/* width: 100%;*/
  background: #fff;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
/* ------------ Content-Bereich: Subnavigation ------------ */
#subnavi
{
 width: 180px;
  float: left;
  display: inline;
  margin: 7px 0px 0px 10px;
  padding: 0px 10px 10px 0px;
  background: url('../../assets/common/bg_subnavi_voll.gif') 0px bottom no-repeat;
}

#subnavi .kopf_subnavi {
  height: 11px;
  padding: 0px;
  margin: 0px;
  background: url('../../assets/common/bg_subnavi_top.gif')  left 2px no-repeat #fff;
}

#subnavi .motto {
 margin: 0px 10px 0px 10px;
}

#subnavi .motto .plaintext h1,
#subnavi .motto h2{
 font-size: 11px;
 color: #5d6b7d;
 font-weight: bold;
 border: none;
 margin: 0px;
 padding: 0px;
}
#subnavi .motto .plaintext  {
  margin: 0px;
  padding: 0px;
}

#subnavi .bild {
 margin: 10px 10px 10px 10px;
}
/*
#subnavi_leer
{
  width: 190px;
  height: 100px;
  float: left;
  margin: 0px;
   padding: 0px;
   background: url(../../assets/common/bg_subnavi_bottom.gif) 0px 100% no-repeat #fff;
}
*/
#subnavi h1,
#subnavi h1 a,
#subnavi h1 a:link,
#subnavi h1 a:visited,
#subnavi h1 a:hover,
#subnavi h1 a:active
{
  text-decoration: none;
  font-size: 12px;
  text-transform: none;
   font-weight: bold;
   color: #3260a5;
   background: #fff;
   padding: 0px 10px 10px 0px;
   margin: 0px 0px 0px 1px;
}

#subnavi h1 {
  border-bottom: 1px solid #d1dbe7;
   border-right: 1px solid #e7e9db;
}

#subnavi h1 {
   padding: 0px 10px 10px 10px;
}


/* Subnavigation Ebene 1 */
#subnavi ul
{
 list-style-type: none;
 padding: 0;
 margin: 0px 0px 0px 0px;
 border-left: none;
 border-bottom: none;
}


/*
#subnavi ul#abstand_list {
  border: none;
}
*/

#subnavi ul li
{
 margin: 0px 0px 0px 0px;
 font-size: 11px;
   display: block;
}

#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active
{
 font-weight: bold;
  color: #fff;
   text-decoration: none;
   display: block;
}

#subnavi ul li a:hover
{
}

/* aktive Links in der Subnavigation erhalten diese Klasse */
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt
{
  color: #5d6b7d;
  padding: 5px 3px 5px 25px;
}

#subnavi a:hover.akt
{
}

/* Subnavigation Ebene 2 */
.ebene_1,
.ebene_2{
  z-index: 250;
}
#subnavi ul.ebene_1
{
}

#subnavi ul.ebene_1 li
{
 border-bottom: 1px solid #d1dbe7;
}

#subnavi ul.ebene_1 li a,
#subnavi ul.ebene_1 li a:link,
#subnavi ul.ebene_1 li a:visited,
#subnavi ul.ebene_1 li a:hover,
#subnavi ul.ebene_1 li a:active
{
 padding: 5px 3px 5px 10px;
 color: #3260A5;
 text-transform: none;
 display: block;
}

#subnavi ul.ebene_1 li a:hover
{
  color: #444;
}

#subnavi ul.ebene_1 li.akt {
  border-left: 5px solid #3260A5;
  background: none;
 border-right: none;
}

#subnavi ul.ebene_1 li.akt a,
#subnavi ul.ebene_1 li.akt a:link,
#subnavi ul.ebene_1 li.akt a:visited,
#subnavi ul.ebene_1 li.akt a:hover,
#subnavi ul.ebene_1 li.akt a:active
{
   color: #444;
  background: #f0f0f0;

}

/* Subnavigation Ebene 3 */
#subnavi ul.ebene_1 li.akt ul.ebene_2
{
 padding-bottom: 0px;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li
{
 border-bottom: 1px solid #d1dbe7;
  border-right: none;
 color: #fff;
 background: url('../../assets/common/pfeil_bg_trans.gif') #3260A5 no-repeat 10px 6px;
 background: none #3260A5 no-repeat 10px 6px;
 background: none;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt {
  background: url('../../assets/common/pfeil_bg_trans.gif') #3260A5 no-repeat 5px 7px;
  background: none;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li a,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li a:active
{
  color: #3260A5;
  font-weight: normal;
  display: block;
   padding: 3px 0px 3px 10px;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li a:hover
{
 color: #444;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt a,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt a:active
{
 color: #444;
}

/*************************/
/* Subnavigation Ebene 4 */
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3
{
 padding-bottom: 0px;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li
{
  border-left: none;

 background: #fff;

 margin: 0px 0px 0px 0px;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li a,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li a:active
{
/* font-size: 1.9em;*/
 padding: 5px 3px 5px 20px;
 color: #3260A5;
 text-transform: none;
 display: block;
 font-size: 10px;

}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li a:hover
{
 color: #333;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt a,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt a:active
{
 color: #444;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 {

}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li {
  border: none;
  border-top: 1px solid #d1dbe7;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt {

}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li a,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li a:active
{
 padding: 5px 3px 5px 30px;
  color: #3260A5;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt ul.ebene_40 li a:hover {
 color: #444;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt a:active
{
 color: #444;
}

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

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul {

}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li {
  border: none;
  border-top: 1px solid #d1dbe7;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li.akt {

}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li a,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li a:active
{
 padding: 5px 3px 5px 40px;
  color: #3260A5;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt ul.ebene_4 li.akt ul li a:hover {
 color: #444;
}

#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li.akt a:link,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li.akt a:visited,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li.akt a:hover,
#subnavi ul.ebene_1 li.akt ul.ebene_2 li.akt ul.ebene_3 li.akt  ul.ebene_4 li.akt ul li.akt a:active
{
 color: #444;
}


/************* Quickfinder in linker spalte*****************/

#subnavi .quickfinder {
  border: 1px solid #B6C6D1;
  border-left: none;
  padding: 10px 0px 10px 25px;
  margin: 0px 30px 90px 0px;
  background: #fff;
}

#subnavi .quickfinder h1{
  font-size: 11px;
  letter-spacing: -1px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  background: none;
  height: auto;
}

#subnavi .quickfinder ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: none;
}

#subnavi .quickfinder ul li
{
  margin: 0px;
  padding: 0px;
  border: none;
}

#subnavi .quickfinder ul li a:link,
#subnavi .quickfinder ul li a:visited,
#subnavi .quickfinder ul li a:hover,
#subnavi .quickfinder ul li a:active
{
  padding: 3px 0px 3px 0px;
  letter-spacing: -1px;
  color: #868686;
  background: url(../../assets/common/pfeil_weiss.gif) 130px 4px no-repeat;
  border: none;
}

.sofortkontakt {
}

.sofortkontakt h1{
}

.sofortkontakt a:link.link_form,
.sofortkontakt a:visited.link_form,
.sofortkontakt a:hover.link_form,
.sofortkontakt a:active.link_form
{
  display: block;
  margin: 5px 0px 0px 0px;
}


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

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


#content_wrapper,
#content_wrapper_startseite {
  width: 585px;
  float: left;
  margin: 7px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
   background: url('../../assets/common/bg_content_seiten.gif') #fff repeat-y;
/*  visibility: hidden;
  border: 2px solid red;  */
}

#content_wrapper_startseite {
  margin: 7px 0px 0px 0px;
/*  margin-top: 185px; */
}

#bild_startseite{
  margin: 0px 0px 0px 10px;

}


.content_border_oben {
   background: url('../../assets/common/bg_content_oben.gif') #fff no-repeat 0px bottom;
}

.content_border_links {
  background: #c0c;
}

.content_border_unten {
   background: url('../../assets/common/bg_content_unten.gif') no-repeat;
}


/*
#content_wrapper_gastgeber {
  width: 980px;
  background: #fff;
  float: left;
  margin: 0px;
  padding: 0px;
}
*/
/* ------------ Content-Bereich: Inhalte ------------ */

#content,
#content2,
#content3,
#content4,
#content5,
#content6,
#content_produkt,
#content_suche {
  position: static;
  background: #fff;
  float: left;
  padding: 0px 0px 0px 0px;
}


/* mit Zusatzinfos auf der rechten Seite */
#content
{
  display: inline;
  width: 540px;
  margin: 0px 0px 10px 20px;

}
/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
  display: inline;
  width: 550px;
  margin: 0px 0px 10px 20px;
}

/* Startseite */
#content3
{
  display: inline;
  width: 550px;
  margin: 0px 0px 10px 20px;

}

#content_produkt,
#content_suche
{
 width: 550px;
 margin: 0px 0px 10px 8px;
 display: inline;
}


/* nosubnav */
#content4 {
 width: 492px;
 margin: 0px 0px 0px 15px;
}

.nofloat
{
margin: 0px;
padding: 0px;
 clear: both;
}


/*------------- Content-Bereich Copyright unten ------------------ */

/*
#bottom_bg
{
 width: 100%;
 height: 20px;
 position: relative;
 padding: 0px;
 left: 0px;
 top:-20px;
 margin: 0px;
 z-index:3;
}
*/

#bottom {
  height: 30px;
  position: relative;
  width: 995px;
  margin: 5px auto 10px auto;
  color: blue;
  text-align: right;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
  font-weight: normal;
  padding: 0px 5px 0px 5px;
  color: #aaa;
  border-left: 1px solid #aaa;
}

#bottom a.erster,
#bottom a.erster:link,
#bottom a.erster:visited,
#bottom a.erster:hover,
#bottom a.erster:active {
  border: none;
}

.bottom_links {
  width: 690px;
  padding: 0px;
  margin: 0px;
  float: left;
  color: #aaa;
  text-align: left;
}

.bottom_rechts {
  width: 300px;
  padding: 0px;
  margin: 0px;
  float: right;
}

#bottom .footer_copyright {
  color: #aaa;
  padding: 0px;
}

#bottom .footer_links {
  float: left;
  color: #aaa;
  padding: 5px 0px 0px 0px;
}

#bottom .footer_copyright a,
#bottom .footer_copyright a:link,
#bottom .footer_copyright a:visited,
#bottom .footer_copyright a:hover,
#bottom .footer_copyright a:active,
#bottom .footer_links a,
#bottom .footer_links a:link,
#bottom .footer_links a:visited,
#bottom .footer_links a:hover,
#bottom .footer_links a:active
{
  border: none;
  color: #aaa;
  padding: 0px;
}

/*------------- Ende Content-Bereich Copyright unten ------------- */

/**************************************************
                2-spaltiger Content
***************************************************/

#content_left {
  width: 260px;
  float: left;
}

#content_right {
  width: 260px;
  float: right;
  margin: 0px 0px 0px 0px;
}

/**************************************************
                Ende 2-spaltiger Content
***************************************************/


/*******************************************************
            suchbutton
*******************************************************/
.suche {
  width: 180px;
  margin: 3px 0px 0px 0px;
  float: left;
}

.suche img {
  float: left;
  margin: 0px 5px 0px 0px;
}

.suche input.textfeld{
  border: 2px solid #5d6b7d;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 100px;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 2px 5px 2px 5px;
}

input.submit,
.suche input.submit{
  border: none;
  width: 20px;
  float: left;
  margin: 0px 0px 0px 10px;
  padding: 2px 5px 2px 5px;
  background: url( '../../assets/common/bg_button_schmal_einfach.gif') no-repeat 0px 2px;
}
/*******************************************************
            suchbutton
*******************************************************/


.block_eingerueckt {
  margin: 0px 10px 10px 0px;
}

.block_eingerueckt h1 span.main {
  margin: 0px 0px 20px 0px;
}

.block_eingerueckt h1 span.sub,
.block_eingerueckt p
{
  margin: 0px 0px 0px 180px;
}



/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/
/* Contentmaker: Link */
.link{
/*  border: 1px solid #E7EADF;*/
  padding: 0px;
  margin: 0px 0px 10px 0px;
/*
  padding: 0px 0px 5px 5px;

  margin: 5px 20px 10px 0px;
  */
/*  width: 405px;*/
}

.link h1 {
/*
  color: #646464;
  font-weight: bold;
  padding: 3px;
  margin: 0px;
  font-size: 11px;
}

.link img{
  vertical-align: middle;
}

.link div{
  margin-right: 0px;
/*  border-right: 1px solid #E7EADF; */
/*   border-bottom: 1px solid #E7EADF; */
}

.link a:link,
.link a:visited,
.link a:hover,
.link a:active
{
  color: #646464;
  margin: 5px;
}

.link a:hover{
}

.link div a,
.link div a:link,
.link div a:visited,
.link div a:hover,
.link div a:active
{
  background: none;
  margin: 0px;
  background: no-repeat 0px 5px;
}

.link p{
}

/* Link Content */

.link_content  {
  z-index: 0;
  /*  width : 500px;*/
}

.link_content a,
.link_content a:link,
.link_content a:visited,
.link_content a:hover,
.link_content a:active
{
  font-style: normal;
  text-decoration: underline;
  padding: 2px 0px 2px 15px;
  margin: 0px 0px 0px 0px;
  background: url('../../assets/common/pfeil_block_blau.gif') no-repeat 0px 4px;
}

.link_content .link_image  {
  margin: 0px 10px 0px 0px;
  padding: 0px;
  float: left;
}

.link_content .link_image a:link,
.link_content .link_image a:visited,
.link_content .link_image a:hover,
.link_content .link_image a:active
{
  padding: 0px;
  margin: 0px 0px 0px 0px;
}



/* Contentmaker: Download */


.box div.cm_download
{
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

.box div.cm_download a,
.box div.cm_download a:link,
.box div.cm_download a:visited,
.box div.cm_download a:hover,
.box div.cm_download a:active
{
	margin: 0px;
	padding: 0px;
}

.box div.cm_download ul li a,
.box div.cm_download ul li a:link,
.box div.cm_download ul li a:visited,
.box div.cm_download ul li a:hover,
.box div.cm_download ul li a:active
{
	background: none;
}

.box div.cm_download img
{
	margin: 0px;
	padding: 0px;
}


.download{
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.download h1 {
/*
  color: #646464;
  font-weight: bold;
  padding: 3px;
  margin: 0px;
  font-size: 11px;
  */
}

.download img{
  vertical-align: middle;
}

.download div
{
 margin-right: 10px;
 float: left;
/* border-right: 1px solid #E7EADF;
 border-bottom: 1px solid #E7EADF;*/
}

.download a,
.download a:link,
.download a:visited,
.download a:hover,
.download a:active
{
  color: #646464;
}

.download a:hover
{
}

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

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

.download span
{
  font-weight: normal;
}

/* Contentmaker: Bild */
.image{
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.image h1{
/*
 font-size: 11px;
 color: #646464;
 font-weight: bold;
 margin-bottom: 5px;
 */
}

.image div{

/* background: #CBD1C7;*/
/* color: #FFF; */

}

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

/*#################################################
 Contentmaker: Texteditor
#################################################*/

.plaintext {
  margin: 0px 0px 10px 0px;
  font-size: 11px;
}

.plaintext span{
  font-size: 11px;
}


.plaintext .text {
  font-size: 11px;
}

.plaintext div {
  font-size: 11px;
}


/*** umschliesst die showText *****/
.texteditor {
}

#content_suche .plaintext
{
  margin-left: 10px;
}


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

.blocksatz {
  text-align: justify;
}

.standard_blocksatz {
/*  text-align: justify; */
	margin-bottom: 20px;
}


.image_float {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.image_float h1 {
/*
  color: #3260A5;
  font-size: 11px;
  font-weight: bold;
  */
}

/* Bild rechts im Text*/


/* Speziel f�r Link-Element */

.image_float_right {
  clear: both;
  padding: 0px;
  margin: 10px 0px 20px 0px;
}

.image_float_right div {
  font-size: 10px;
}

.image_float_right .link_content{
  margin: 0px 0px 10px 0px;
}

.image_float_right .link_content .link_image {
   float: right;
   margin: 0px 0px 10px 10px;
}

/* ende link-element-spezial*/


.image_float .image_float_right {
  margin: 0px 0px 10px 10px;
   float: right;
}

.image_float_right a:link,
.image_float_right a:visited,
.image_float_right a:hover,
.image_float_right a:active {
  font-weight: normal;
}
.image_float_right a:hover {
  text-decoration: underline;
}

.image_float_right_text {

  font-weight: normal;
  margin-bottom: 5px;
}

.image_float_right_text h1 {
/*
  font-size: 1.1em;
  font-weight: bold;
  color: #646464;

  */
}

.image_float_right_text div {
 line-height: 100%

}

/*Bild links im Text*/
.image_float_left {
   /*border: 1px solid #E7EADF;*/
/*   background: #d7d8db;  */
   float: left;
   margin: 0px 0px 10px 0px;
   padding: 0px;
}

.image_float_left img {
   padding: 0px 10px 0px 0px;
}

.image_float_left a:link,
.image_float_left a:visited,
.image_float_left a:hover,
.image_float_left a:active{
  font-weight: normal;
  text-decoration: underline;
  background: 0px 5px no-repeat;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  display: block;
}

.image_float_left div {
  color: #fff;
  font-style: italic;
  font-size: 10px;
  padding: 5px 0px 0px 0px;
}


.image_float_left a:hover {
  text-decoration: none;
}

.image_float_left .link_content {

}

.image_float_left .link_content a:link,
.image_float_left .link_content a:visited,
.image_float_left .link_content a:hover,
.image_float_left .link_content a:active
{
  display: block;
  margin: 10px;
  padding: 0px 0px 15px 0px;
  font-weight: bold;
}
.image_float_left .link_content p{
  padding: 10px;
  font-style: normal;

}

.image_float_left .link_content .link_image a:link,
.image_float_left .link_content .link_image a:visited,
.image_float_left .link_content .link_image a:hover,
.image_float_left .link_content .link_image a:active {
  margin: 0px;
  padding: 0px;
}

.image_float_left hr {
  border: 1px solid #646464;
}

.image_float_left_text {
  font-weight: normal;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  float: left;
  width: 360px;

}

.image_float_left_text p {
  padding: 0px 0px 0px 0px;
}

.image_float_left_text h1 {
/*
  font-size: 1.1em;
  font-weight: bold;
  color: #646464;
  */
}

.image_float_left_text div {
 line-height: 100%
}

.image_float_left_grau {
  float: left;
}

.image_float_left_grau div {
  padding: 2px 5px 0px 5px;
}

.image_float_left_grau_text {
  padding: 5px 10px 5px 160px;
  margin: 0px 20px 0px 0px;
  background: url('../../assets/common/bg_verlauf_565.gif') #f6f7f7  repeat-y 0px;
}

.einleitungsblock_rechts {
  font-size: 1.1em;
  text-align: right;
}

.bildbox_links {
  float: left;
}

.bildbox_links img {
  margin: 0px 0px 0px 0px;
}

.bildbox_links_text {
  margin: 0px 20px 10px 0px;
  padding: 0px 0px 5px 5px;
  height: 99px;
  width: 410px;
  float: right;
  background: url('../../assets/common/bg_verlauf_565.gif') #f6f7f7  repeat-y 0px;
}


.spalte_bild_oben {

}

.spalte_bild_oben a{
    padding: 0px 0px 0px 0px;
}

.spalte_bild_oben_text a{
    padding: 0px 0px 0px 15px;
}



.spalte_bild_oben b {
  display: inline;
}

.standard_grau {
  background: #e0e0e0;
}

.standard_graue_bs_text b{
  display: block;
  background: #e0e0e0;
  padding: 0px 5px 0px 5px;
  margin: 0px;
}

.spalte_bild_links,
.spalte_bild_links_blocksatz{
  float: left;
  display: inline;
  margin: 0px 10px 0px 0px;
}

.spalte_bild_rechts,
.spalte_bild_rechts_blocksatz{
  float: right;
  display: inline;
  margin: 0px 20px 0px 10px;
}

.spalte_bild_links_blocksatz_text,
.spalte_bild_rechts_blocksatz_text {
  text-align: justify;
}

.spalte_listenbox ul,
.spalte_listenbox_text ul {
  background: url('../../assets/common/bg_verlauf_265.gif') #f6f7f7 repeat-y;
  padding: 5px 0px 5px 10px;
  margin: 0px 0px 10px 0px;
}
#content_left .spalte_listenbox ul,
#content_left .spalte_listenbox_text ul {
  background: url('../../assets/common/bg_verlauf_265.gif') #f6f7f7 repeat-y;
  padding: 5px 0px 5px 10px;
  margin: 0px 10px 10px 0px;
}


.doppelspalte {
  width: 570px;
}

/* Ende Contentmaker: Bild und Text*/

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

/* ------------ content3tent-Bereich: Zusatzinformationen (Linke Spalte) ------------ */


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

/* Dieser div sorgt fuer den Rahmen */
#custom,
#custom_startseite
{
  float: right;
  width: 205px;
  background: #fff;
  margin: 9px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#custom_startseite {
/*  margin: -170px 0px 0px 0px;  */
}
/********************************************************/ /***/
/*******************************************************/ /***/
/** Definition von Teaserboxen auf der rechten Seite **/ /***/
/*****************************************************/ /***/
/****************************************************/ /***/
.box {
  font-size: 10px;
   background: url('../../assets/common/bg_custom_box_voll.gif') no-repeat left bottom #fff;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 20px 0px;
   clear: both;
}

.box span {
  font-size: 10px;
}

.box div
{
  font-size: 10px;
  width: 170px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

.box .event {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #3260A5;
/*  display: inline;*/
}

.box h1 {
 font-size: 10px;
 font-weight: bold;
 margin: 0px 0px 5px 0px;
 padding: 3px 5px 3px 10px;
 text-transform: none;
 background: url('../../assets/common/bg_custom_box_head_2.gif') no-repeat #fff;
}

.box .h_ersatz {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 background: url('../../assets/common/bg_custom_box_top.gif') no-repeat left top #fff;
 height: 13px;

}

.box h2 {
 font-weight: bold;
 font-size: 10px;
 margin: 0px 20px 5px 0px;
 padding: 3px 0px 3px 0px;
 text-transform: none;
}

.box p,
.box .texteditor
{
 font-size: 10px;
 margin: 0px 0px 0px 10px;
 width: 170px;
}
.box .texteditor {
 margin: 0px 0px 0px 10px;
}

.box img {
  margin: 0px 0px 0px 1px;
}

.box div.image{
  padding: 0;
  margin: 0;
  border: none;
}

.box div.image h1{

 font-weight: bold;
 color: #FFF;
 background: #9d9b9f;
 padding: 5px 10px;
}

.box div.image div{
 padding: 3px;
}

.box a,
.box a:link,
.box a:visited,
.box a:hover,
.box a:active
{
  color: #3260a5;
 text-decoration: none;
 background: url('../../assets/common/pfeil_block_blau.gif') no-repeat #fff 0px 2px;
 padding: 0px 0px 0px 14px;
 font-size: 10px;
}

.box a:hover
{
  color: #444;
}

.box div.image a,
.box div.image a:link,
.box div.image a:visited,
.box div.image a:hover,
.box div.image a:active
{
  color: #3260a5;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  background: none;
  font-size: 10px;
}

.box div.image a:hover
{
  color: #444;
}

/*************************
Sonderfall Bild in Custom
-> auch der evtl umgebene
Link muss ansprechbar sein.
Deswehen bildelement mit
wrapper_bild
**************************/
.box div.wrapper_bild {
  margin: 0px;
  padding: 0px;
}

.box .wrapper_bild img {
  width: 185px;
}

.box .wrapper_bild a:link,
.box .wrapper_bild a:visited,
.box .wrapper_bild a:hover,
.box .wrapper_bild a:active
{
  background: none;
  padding: 0px;
  margin: 0px;
}

.box .wrapper_bild div {
  font-style: italic;
  font-size: 10px;
}

/*****************
ende bildwrapper
*****************/
.box ul
{
 list-style: none;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 10px;
 width: 170px;
}

.box ul li
{
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 14px;
 background: url('../../assets/common/pfeil_block_blau.gif') no-repeat #fff 0px 2px;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active
{
 background: none;
 text-decoration: none;
 margin: 0px;
 padding: 0px 0px 0px 0px;
}

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

.box ul li span
{
}

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

/* Teaser: Linkliste */
.box ul.assetlink,
.box ul.assetdownload
{
  font-size: 10px;
  margin: 0px 0px 5px 10px;
  padding: 0px;
  clear: both;
  /* siehe normale ul */
}

.box ul.assetlink span,
.box ul.assetdownload span {
  color: #335;
  font-size: 10px;
}


/* Teaser: Linkliste */
.box ul.assetlink li a:link,
.box ul.assetlink li a:visited,
.box ul.assetlink li a:hover,
.box ul.assetlink li a:active
{
  padding: 0px 0px 0px 0px;
/*
   background: no-repeat 5px 1px;
   */
}

.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active
{
  padding: 0px 0px 0px 0px;
  /*
   background: no-repeat 5px 1px;
   */
}

.box ul.assetdownload{
}

.box ul.assetdownload img,
.box ul.assetlink img {
  margin: 0px;
}

.box ul.assetdownload img{
  margin: 0px;
}
/* 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;
}

/************* LOGIN *****************/

#custom .user_status,
#custom_startseite .user_status{

}

#custom .user_status p,
#custom_startseite .user_status p {
  padding: 0px 0px 5px 0px;
}

#custom .login,
#custom_startseite .login{

}

#custom .login .meldung,
#custom_startseite .login .meldung {
  margin: 0px 20px 10px 10px;
  display: block;
}

#custom .login form,
#custom_startseite .login form{
  margin: 0px 20px 0px 0px;
}

#custom .login h1,
#custom_startseite .login h1{
  margin: 0px 0px 10px 0px;
}


#custom .login input,
#custom_startseite .login input{
  width: 120px;
  border-bottom: 1px solid #ddd;
  border-right:  1px solid #ddd;
  margin: 0px 0px 5px 10px;
  padding: 2px 5px 2px 5px;
  float: left;
}

#custom .login input.text,
#custom_startseite .login input.text{

}

#custom .login input.password,
#custom_startseite .login input.password{
  float: left;
}


#custom .login input.submit,
#custom_startseite .login input.submit{
  border: none;
  width: 25px;
  margin: 2px 0px 0px 10px;
  padding: 6px 0px 0px 0px;
  background: url('../../assets/common/bg_button_schmal.gif') no-repeat #fff 0px 0px;
  float: left;
}

#custom .login ul,
#custom_startseite .login ul{
  margin: 0px 0px 0px 10px;
  padding: 0px;
  width: 160px;
}

#custom .login ul li,
#custom_startseite .login ul li{
  margin: 0px;
  padding: 0px 0px 0px 14px;
  background: url('../../assets/common/pfeil_block_blau.gif') no-repeat #fff 0px 4px;
}

#custom .login ul li a:link,
#custom .login ul li a:visited,
#custom .login ul li a:hover,
#custom .login ul li a:active,
#custom_startseite .login ul li a:link,
#custom_startseite .login ul li a:visited,
#custom_startseite .login ul li a:hover,
#custom_startseite .login ul li a:active {
    text-decoration: none;
    background: none;
}

#custom .login ul li a:hover,
#custom_startseite .login ul li a:hover{
  text-decoration: underline;
}

/************* X:LOGIN *****************/

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

}

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

.box table td a:link,
.box table td a:visited,
.box table td a:hover,
.box table td a:active
{
   background-color: #095AA6;
   color: #FFF;
   text-decoration: none;
   display: block;
}

.box table td.month {
  color: #000;
  background-color: #F2FAFC;
}

.box table td.month a:link,
.box table td.month a:visited,
.box table td.month a:hover,
.box table td.month a:active
{
  color: #000;
  background-color: #F2FAFC;
  display: inline;
}

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

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

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




/* Ende Kalender */

.box2 {
  border: 1px solid #B6C6D1;
  border-right: none;
  margin: 0px 0px 10px 10px;
  padding: 0px 0px 0px 10px;
}

.box2 img {
  margin: 0px 5px 0px 0px;
}

#custom .links_gesamt,
#custom .downloads_gesamt
{
  border: 1px solid #B6C6D1;
  border-right: none;
  margin: 0px 0px 10px 10px;
  padding: 10px;
}

#custom .links_gesamt h1,
#custom .downloads_gesamt h1 {
  font-size: 10px;
}


#custom .links_gesamt ul,
#custom .downloads_gesamt ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#custom .links_gesamt ul li,
#custom .downloads_gesamt ul li {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

#custom .links_gesamt ul li a:link,
#custom .links_gesamt ul li a:visited,
#custom .links_gesamt ul li a:hover,
#custom .links_gesamt ul li a:active {
  font-size: 10px;
  padding: 0px 0px 0px 20px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

#custom .downloads_gesamt ul li a:link,
#custom .downloads_gesamt ul li a:visited,
#custom .downloads_gesamt ul li a:hover,
#custom .downloads_gesamt ul li a:active
{
  font-size: 10px;
  padding: 3px 0px 3px 20px;
  background: no-repeat;
}

#custom .wetter {
  border: 1px solid #B6C6D1;
  border-right: none;
  margin: 0px 0px 10px 10px;
  padding: 10px 10px 10px 10px;
}

#custom .wetter .unter1 {
  width: 120px;
  margin: 0px 5px 0px 0px;
  float: left;
}

#custom .wetter .unter2 input {
  border: 1px solid #B6C6D1;
  width: 25px;
}

#custom .wetter .unter2 select {
  border: 1px solid #B6C6D1;
  width: 65px;
  margin: 0px 5px 0px 0px;
}

#custom .wetter .unter2 {
  width: 95px;
  float: left;
}

#custom .wetter .unter3 {
  width: 95px;
  margin: 20px 0px 0px 0px;
  float: left;
}

#custom .wetter .unter3 a:link,
#custom .wetter .unter3 a:visited,
#custom .wetter .unter3 a:hover,
#custom .wetter .unter3 a:active
{
  line-height: 120%;
}
/* ------------ Ende Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */


/***** Kontakt *****/
.contact
{
 font-weight: bold;
 /*border: 1px solid #A3C7ED;*/
 padding: 0px 0px 2px 0px;
 margin: 5px 0px;
 margin-bottom: 15px;
 position: relative;
}

.contact h1 {
/*
  margin: 0px 0px 2px 0px;
  */
}

.contact h2 {
  background-image: url('../../assets/common/contact.gif');
  background-repeat: no-repeat;
  background-position: 10px top;
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 2px 0px;
}

.contact div
{
 font-weight: normal;
 padding: 0px 0px 0px 30px;
}

.contact b{
  color: #073070;
}

.contact img{
  vertical-align: middle;
  margin-right: 3px;
  margin-left: -25px;
}

/* Ende Contentmaker: Contact */

/****************************************************************************************************************
* kontakt.phtml
****************************************************************************************************************/
.form_contact {
}

.form_contact .error {
  margin: 10px 0px;
  color: #FE0000;
  font-weight: bold;
}

.form_contact .service {
  margin: 5px 0px;
}

.form_contact .service input {
  border: none;
  width: 13px;
  margin: 3px 3px 0px 2px;
}

.form_contact label {
  margin: 0px 5px 0px 0px;
  width: 120px;
  float: left;
}

.form_contact label.red {
  color: #FE0000;
}

.form_contact input,
.form_contact textarea {
  border: 1px solid #828282;
  padding: 2px;
  margin: 2px 0px;
  width: 270px;
}

.form_contact input.plz {
  width: 40px;
  margin: 2px 2px 2px 0px;
}

.form_contact input.ort {
  width: 218px;
}

.form_contact .pflicht {
  margin: 0px 5px 5px 125px;

}

.submitbutton button{
  margin: 20px 0px 0px 0px;
  padding: 2px 5px 2px 5px;
  width: 100px;
  border: none;
  color: #fff;
  background: #3260A5;
  border: 1px solid #444;

/*  background: url(../../assets/common/button_bg_100.gif) no-repeat;*/
  cursor: pointer;
}
/***** Ende Kontaktformular ************************************************************************************/

/****************************************************************************************************************
* infopool.phtml
****************************************************************************************************************/
.infopool {
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.infopool h1,
.infopool_detail h1{
  text-transform: none;
}

.infopool h1 a:link,
.infopool h1 a:visited,
.infopool h1 a:hover,
.infopool h1 a:active {
  font-size: 12px;
  color: #3260A5;
  text-decoration: none;
}

.infopool h1 a:hover {
  text-decoration: underline;
}

.infopool .datum,
.infopool_detail .datum
{
  text-transform: none;
  font-weight: bold;
}

.infopool .info_date,
.infopool_detail .info_date {
  margin: 0px 0px 10px 0px;
  font-size: 10px;
  color: #3260A5;
  border-bottom: 1px solid #3260A5;
  padding: 0px 0px 0px 0px;
}


.infopool .image{
/*  width: 280px;*/
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
/*  background: #eaf0f5;
  border: 1px solid #9d9b9f;
  border-right: none;
  */
}

.infopool .teaser{
  /* ohne Bild und Dates */
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  border-bottom: 1px solid #3260A5;
}

.infopool .teaser_image{
  /* mit Bild */
  float: left;
  width: 280px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.infopool .teaser h1,
.infopool .teaser_image h1 {

/*  padding: 5px 0px 0px 5px;  */
/*  background: #d7d8db;*/
}


.infopool .teaser .info_text,
.infopool .teaser_image .info_text {
  padding: 5px 5px 5px 5px;
}

.infopool .teaser_image a,
.infopool .teaser_image a:link,
.infopool .teaser_image a:visited,
.infopool .teaser_image a:hover,
.infopool .teaser_image a:active {
  text-decoration: underline;
}

.infopool .teaser a,
.infopool .teaser a:link,
.infopool .teaser a:visited,
.infopool .teaser a:hover,
.infopool .teaser a:active {
  text-decoration: underline;
  padding: 0px 0px 0px 14px;
  background: url('../../assets/common/pfeil_block_blau.gif') no-repeat 0px 3px;
}


.infopool_detail {
/*  width: 412px;
  margin: 0px 0px 5px 0px;
  float: left;
  */
  padding: 0px;
}



.infopool_detail .image div{
  background: none;
  color: #868686;
}

.infopool_detail .anreisser{
/*  border: 1px solid #646464; */
  font-weight: bold;
}

.infopool_detail .teaser {
/*  font-style: italic; */
}

.infopool_detail .teaser{
  /* ohne Bild und Dates */
  padding: 0px;
  margin: 0px 0px 10px 0px;
}


.infopool_detail .teaser h1 {
/*
  font-weight: normal;
  font-size: 12px;
  */
}

.infopool_detail .plaintext {
  padding: 0px;
}



.infopool_detail_float_image {
  float: right;
}

.infopool .veranstaltungsdaten,
.infopool_detail .veranstaltungsdaten{
  float: left;
    font-size: 10px;
  width: 160px;
  padding: 3px;
  color: #646464;
  background: #EEE;
}

.infopool .publizierungsdaten,
.infopool_detail .publizierungsdaten{
  float: right;
  text-align: right;
  font-size: 11px;
  width: 160px;
  padding: 3px;
  color: #646464;
}
.info_link_detail a, .info_link_detail  {
  font-size: 11px;
}

.info_detail_leer {
  font-size: 11px;
  font-style: italic;
}


.infopool_detail .download, .infopool_detail link_content {
    font-size: 11px;
}

.infopool_detail .dates {
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
  border: 1px solid #3260A5;
  border-right: none;
  border-left: none;
}

.infopool_detail .teaser .image {
  float: left;
  margin: 0px 10px 0px 0px;
}


.infopool_zurueck {
  font-size: 11px;
  clear: both;
  margin: 0px 0px 10px 0px;
  background:  url('../../assets/common/pfeil_zurueck.gif') no-repeat 0px 5px;
}
.infopool_zurueck a:link,
.infopool_zurueck a:visited,
.infopool_zurueck a:hover,
.infopool_zurueck a:active
{
/*  background: url(../../assets/common/pfeil_button.png) no-repeat 0px 3px #ff0;  */
  padding: 0px 0px 0px 15px;
}


/* Suche Infopool */
/* siehe .box */

/* zusatz Style Infopools*/
.infopool_standard .h1,
.infopool_standard h1{
  /*background-image: url('../../assets/common/h1_bg.gif') !important;*/
}

.infopool_monate {
  margin: 0px 0px 10px 10px;
  padding: 10px;
  border: 1px solid #B6C6D1;
  border-right: none;
  background: #fff;
}
.infopool_monate h1{
  font-size: 11px;
  text-transform: none;
}

.infopool_monate ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.infopool_monate ul li {
  margin: 0px;
  padding: 0px;
}

.infopool_monate ul li a:link,
.infopool_monate ul li a:visited,
.infopool_monate ul li a:hover,
.infopool_monate ul li a:active {
  padding: 0px 0px 0px 15px;
  text-decoration: none;
  background: url('../../assets/common/pfeil.gif') 0px 2px no-repeat;
}

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

.back {
  margin: 10px 0px 0px 0px;

}
/***** Ende Infopool *******************************************************************************************/
/*#################################################
 CSS-Klassen fuer die Sitemap
#################################################*/
table.sitemap {
  margin: 0px;
}

.sitemap td{

  padding: 5px 0px 5px 0px;
}

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

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1
{
  display: block;
  color: #3260A5;
 font-weight: bold;
 font-size: 12px;
 text-decoration: underline;
 line-height: 160%;
 padding: 0px 0px 0px 15px;
 margin: 0px;
 width: 200px;
 background: url('../../assets/common/pfeil_block_blau.gif') no-repeat 0px 5px;
}

a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2 {
 font-weight: bold;
 text-decoration: none;
 line-height: 160%;
  color: #3260A5;
 padding: 0px 0px 0px 15px;
}

a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3 {
 color: #646464;
 text-decoration: none;
 line-height: 160%;
  color: #3260A5;
 padding: 0px 0px 0px 20px;

}

a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4
{
 color: #646464;
 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

#################################################*/
.zitat{
  font-style: italic;
  margin-bottom: 10px;
}

.zitat h1{
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0px;
}

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

 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
{

 float: left;
 margin: 0px 5px 10px 0px;
}

#floatimageleft img
{
 border: none;
}

#floatimageright
{

 text-align: right;
 float: right;
 margin: 0px 0px 10px 5px;
}

#floatimageright img
{
 border: none;
}

.red
{
 color: #FF0000;
}
.green
{
 color: #00CC00;
}
.blue
{
 color: #0000FF;
}

#left_leer {
  float: left;
  width: 10%;
  background: #c0c;
}
/*************************************************
    Bildergalerie
*************************************************/
/***** Galerie *****/
.gallery {
  margin: 0px 0px 10px 0px;
}

.gallery h1 {
}

.gallery div {
  border-top: none;
}

.gallery .image {
  float: left;
  margin: 0px 10px 0px 0px;
}

.gallery .headline {
  background: #fff;
}

.gallery .headline a:link,
.gallery .headline a:visited,
.gallery .headline a:hover,
.gallery .headline a:active
{
  color: #3260A5;
  font-weight: bold;
  text-decoration: none;
  background: url('../../assets/common/pfeil_block_blau.gif') 0px 2px no-repeat;
  padding: 0px 0px 0px 14px;
}

.gallery .headline a:hover {
  text-decoration: underline;
}


.gallery a:link,
.gallery a:visited,
.gallery a:hover,
.gallery a:active
{
/*  font-style: italic;  */
/*  text-decoration: none;  */
}
.gallery a:hover {
  text-decoration: none;
}
/* Ende Galerie */

/****************************************************************************************************************
* fotogalerie.phtml
****************************************************************************************************************/
.showgallery {
}

.showgallery h1 {
/*
  text-align: center;
  color: #FFF;
  background: #8797A3;
  */
}

.showgallery_thumb {
  width: 276px;
  height: 500px;
  float: left;
  border-right: 1px solid #828282;
}

.showgallery_thumb div {
  width: 80px;
  height: 80px;
  margin: 5px;
  text-align: center;
  vertical-align: middle;
  float: left;
}

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

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

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

.showgallery_image {
  width: 435px;
  margin: 0px;
  padding: 15px 0px 15px 15px;
  float: left;
}

.showgallery_image div {
   padding: 3px;
}

.galerie_content {

}

.galerie_content div.image {
  width: 260px;
  float: left;
}

.galerie_content div.text {
  width: 260px;
  float: left;
  margin: 0px 20px 0px 0px;
}

.galerie_content div.text div.galerie_link{
  display: block;
  float: left;
  margin: 0px 20px 0px 0px;
}


/***** Ende Galerie-Ausgabe ************************************************************************************/


/*************************************************
    Ende Bildergalerie
*************************************************/

iframe {
  border: none;
}

/***********************************************
Ende breadcrumb
***********************************************/

#breadcrumb {
  margin: 0px 0px 0px 210px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #999;
  height: 20px;
  background: #ddd;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover,
#breadcrumb a:active
{
  font-size: 10px;
  text-decoration: none;
  color: #999;
}

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

#breadcrumb .aktiv a:link,
#breadcrumb .aktiv a:visited,
#breadcrumb .aktiv a:hover,
#breadcrumb .aktiv a:active {
  font-size: 20px;
}

/***********************************************
Ende breadcrumb
***********************************************/

/***********************************************
Newslettertemplate
************************************************/

.newsletter_input input,
.newsletter_input select{
  margin: 3px 0px 3px 0px;
  padding: 2px 2px 2px 2px;
  width: 104px;
}

.newsletter_input input.email {
  width: 218px;
}

.newsletter_input input.tag {
  width: 40px;
}

.newsletter_input input.jahr {
  width: 54px;
}

.newsletter_input select {
  padding: 1px 1px 1px 1px;
  width: 110px;
}

.newsletter_input input.submit {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #5d6b7d;
  border-right: 2px solid #5d6b7d;
  background: none #eee;
  color: #5d6b7d;
  margin: 0px 10px 0px 0px;
}

.newsletter_feld {
}

.newsletter_auswahl {
}
/***********************************************
ende Newslettertemplate
**********************************************/

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

***********************************************/
.pointer {
  cursor: pointer;
}
/***********************************************/
/*
.intro_flash {
  width: 820px;
  height: 115px;
  background: #c00;
  float: left;
}

*/