/*CSS-Style für die gesamte Tabelle*/

#bb_agenda {
	width: 100%;
}
.agenda_heading
{
	font-size:120%;
	padding:8px;
}
.agenda_element
{
	border-collapse:collapse;
	width: 100%;
}
.agenda_element_h
{
	border:1px solid #000;
	border-collapse:collapse;
	background:#EEEEEE;
	padding:5px;
}
.referent{
	text-align:right;
	font-weight:italic;
	background:#FFFFFF;
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
}
.agenda_element_h.ungerade
{
	background:#DCE6F2;
}

* { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; list-style-position:outside;}

.news-latest-item
{
	font-size:10px;
    font-weight:normal;
}

body { 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-align: center;

}

ul {
	position: relative;
	padding-left: 10px;
}

* html ul {
	display: inline; 
	position: relative;
	padding: 0;
	margin: 0;
}

li {

	padding-left: 1px;
	margin-left: 15px;
}

.align-left{
	text-align:left;
}

a:link, a:visited {
  color:#353A90;
	text-decoration: none;
}


a:hover {
	color:#F0A500;
	text-decoration: underline;
}


a.internal-link:link, a.internal-link:visited {
  color:#353A90;
	text-decoration: none;
}


a.internal-link:hover {
	color:#F0A500;
	text-decoration: underline;
}






span.active {
	color:#F0A500;
	text-decoration:none;
}


h1 {
	font-size:18px;
	font-weight:bold;
	color: #353A90;


}

h2 {
	font-size:16px;
	font-weight:bold;
	color: #353A90;

}

h3, h4 {
	font-size:14px;
	font-weight:bold;
	color: #353A90;

}

strong {
	font-size: 10px;
}

.csc-header h4 {
	font-size:14px;
	font-weight:bold;
	color: #353A90;
	text-align:left;
	margin-bottom:5px;
}

.csc-header h5 {
	font-size:12px;
	font-weight:bold;
 }




#main-table {
	width: 980px;
	border: none;
	margin: 0px; 
	padding: 0px;
}


/*CSS-Style für die Headergrafik*/
#header {
	vertical-align:bottom;
	height: 120px;
	max-height: 120px;
	background-image:url(images/header-gesamt.jpg);
	background-repeat:no-repeat;
	
}



/*CSS Style für die Hauptnavigation unter der Headergrafik*/
#mainnav-links{
	background-color: #353A90;
	height: 20px;
	width: 190px;
	max-height:20px;
	border-left-color:#DCDCDC;
	border-left-width:0px;
	border-left-style:solid;
	text-align:center;
}

#main-nav-mitte {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 600px;
	color: #FFFFFF;
	background-color: #353a90;
	text-align: center;
	vertical-align: middle;
	max-width:600px;
	z-index:auto;

}







ul.main-nav, ul.main-nav ul {

    list-style-type: none;
    text-align: left;
    margin: 0;
    z-index:auto;


}



ul.main-nav a {

    display: block;
    padding: 3px 10px 3px 10px;
    font-weight:bold;
    text-align: left;
    z-index:auto;

}



ul.main-nav ul a {

    padding: 0 10px;
    text-align: left;
    z-index:auto;
    font-weight:normal;

}



ul.main-nav li {

    padding:0;
    margin:0;
    background-image: none;
    background-color: #353A90;
    float:left;
    border:1px solid #353A90;
    text-align: left;
    z-index:auto;

}

/* Für Unterpunkte keine Float-Eigenschaft */

ul.menu ul li {

    float:none;

    background-color: transparent;

}




ul.main-nav ul {

    margin-left:0;
    padding: 0 0 5px 0;
    position: absolute;
    background-color: #26383D;
    border:0px solid #26383D;
    display:none;
    min-width:180px;
    text-align: left;
    z-index:auto;

}



/* IE-Hack für die Breite */

*html ul.main-nav ul {

    width:180px;
    text-align: left;
    z-index:auto;

}



/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */

/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.main-nav ul.hover, ul.main-nav li.hover ul, ul.main-nav li:hover ul  {

    display:block;
    text-align: left;
    z-index:auto;

}



/* Zweite Ebene */

        ul.menu ul {

              margin:0;

                 padding: 0;

               position: absolute;

               background-color: #26383D;

                border: 1px solid #FFF9E4;

                display: none;

                    width: 180px;

     }



   /* Zweite Ebene anzeigen */

       ul.main-nav li.hover ul, ul.main-nav li:hover ul  {

               display: block;

   }



/* Dritte Ebene */

   ul.main-nav li.hover ul ul, ul.main-nav li:hover ul ul {

                  display: none;

                    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */

              margin-top: -20px; /* Höhe eines Listenelements */

        }



   /* Dritte Ebene anzeigen */

       ul.main-nav li.hover ul li.hover ul, ul.main-nav li:hover ul li:hover ul {

                display: block;

   }





/* Vierte Ebene */

     ul.main-nav li.hover ul li.hover ul ul, ul.main-nav li:hover ul li:hover ul ul {

                  display: none;

    }



   /* Vierte Ebene anzeigen */

       ul.main-nav li.hover ul li.hover ul li.hover ul , ul.main-nav li:hover ul li:hover ul li:hover ul {

               display: block;

   }



ul.main-nav ul li {

    float:none;
    text-align: left;
    background-color: transparent;
    border: 0px;
    z-index:auto;

}






#mainnav-rechts{
	background-color: #353A90;
	height: 20px;
	max-height:20px;
	width: 190px;
	text-align:center;
	vertical-align:middle;
	border-right-color:#DCDCDC;
	border-right-width:0px;
	border-right-style:solid;

}



/*Formatierung der Hauptnavigation unter dem Header */

.link-mainnav { }

a.link-mainnav:link, a.link-mainnav:visited {
	color:#FFFFFF; text-decoration:none;
	font-size: 12px;
}


a.link-mainnav:hover {
	color:#F0A500; text-decoration:underline;
	font-size: 12px;
}

a.link-mainnav:active {
	color:#F0A500; text-decoration:none;
	font-size: 12px;
}


/*Konfiguration des Breadcrump-Menüs*/


#main-left {
	width: 190px;
	border-left-color:#DCDCDC;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#DCDCDC;
	border-right-width:1px;
	border-right-style:solid;
	text-align:center;
	vertical-align:top;
	padding-top:25px;

}

/*
#main-breadcrump {
	background-color:#EEEEEE;
	height:20px;
	vertical-align: bottom;
	padding-top: 5px;
} */

#main-right {
	width: 190px;
	border-left-color:#DCDCDC;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#DCDCDC;
	border-right-width:1px;
	border-right-style:solid;
	text-align:center;
	vertical-align:top;
	padding-top:5px;

}

#breadcrump {
	color: #353A90;
	font-size:10px;
	text-align:left;
	padding-left: 5px;
	vertical-align: middle;
	background-color:#EEEEEE;
	height: 20px;
	max-height: 20px;
	
}

#breadcrump-links {
	border-left-color:#DCDCDC;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#DCDCDC;
	border-right-width:1px;
	border-right-style:solid;
	width:190px;
	
}

#breadcrump-rechts {
	border-right-color:#DCDCDC;
	border-right-width:1px;
	border-right-style:solid;
	border-left-color:#DCDCDC;
	border-left-width:1px;
	border-left-style:solid;
	width:190px;
	
}



#print {
	padding-right:30px;
	background-color:#EEEEEE;
	color: #353A90; 
	text-align:right;
	width:110px;
	height: 20px;
	max-height: 20px;
}

#main {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

#main-content {
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
	font-size:11px;
	text-align:justify;
	vertical-align:top;
	min-height: 400px;
	height: 100%;

}

#prod-navi {
	width: 100%;
	text-align: right;
	margin-right: 5px;


}

#prod-navi-unten {
	width: 100%;
	text-align: right;
	margin-right: 5px;

}


/*Styling und Definition des Footer-Bereichs*/

#footer-left {
	background-image:url(images/footer-left.gif);
	background-repeat:no-repeat;
	width:190px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:10px;
	border-right-color:#353A90;
	border-right-width:2px;
	border-right-style:solid;
	
}

#footer {
	background-color: #353A90;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	max-width:600px;
}

#footer-right{
	background-image:url(images/footer-right.gif);
	background-repeat:no-repeat;
	width:190px;
	height:25px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:10px;
	border-left-color:#353A90;
	border-left-width:2px;
	border-left-style:solid;
	
}

/*Formatierung der Footer-Navigation */
.link-footer:link {
	color:#FFFFFF; text-decoration:none;
	font-size:10px;
}

.link-footer:visited {
	color:#FFFFFF; text-decoration:none;
	font-size:10px;
}

.link-footer:hover {
	color:#F0A500; text-decoration:underline;
	font-size:10px;
}

.link-footer:active {
	color:#F0A500; text-decoration:none;
	font-size:10px;
}



#akt-pos {
	border-top-color:#DCDCDC;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#DCDCDC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-align:center;
	vertical-align:middle;
	color:#EFA400;
	font-size:12px;
}

#techdat {
	border-top-color:#DCDCDC;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#DCDCDC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	text-align:center;
	vertical-align:middle;
	color:#EFA400;
	font-size:12px;
}

.akt-pos:link, .akt-pos:visited, .akt-pos:active, .akt-pos:hover {
	color:#EFA400;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	
}

#unter-nav{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	padding-right:0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	font-size: 12px;
	color: #353A90;
	width:190px;

}
	
	
#main-link {
	
	list-style-image:url(images/st.gif);
	background-color:#FFFFFF;
	text-align:left;
	font-size:12px;
	width:190px;
	margin-top:3px;
	margin-bottom:3px;
	font-weight:bold;


	

}

.main-link {
	
	list-style-image:url(images/st.gif);
	background-color:#FFFFFF;
	text-align:left;
	font-size:12px;
	width:190px;
	font-weight:bold;
	vertical-align: middle;
	height: 10px;
	padding-left: 10px;
}

.main-link {
	height: 100%;
	min-height: 10px;
}



#main-link2 {
	vertical-align:middle;
	background-color:#FFFFFF;
	list-style-image:url(images/st.gif);
	text-align:left;
	font-size:10px;



}

.main-link2 {
	vertical-align:top;
	background-color:#FFFFFF;
	list-style-image:url(images/st.gif);
	text-align:left;
	font-size:10px;
	padding-left: 25px;



}

.active {
   font-size: 12px;
   color: #F0A500;

}



/*Formatierung der linken Unternavigation */

/*.link-unternav:A {
	color: #353A90; text-decoration:none;
	font-size: 10px;
}*/

.link-unternav:link {
	color: #353A90; text-decoration:none;
	font-size: 10px;
}
.link-unternav:visited {
  color: #353A90; text-decoration:none;
	font-size: 10px;
}

.link-unternav:hover {
	color:#F0A500; text-decoration:underline;
	font-size: 10px;

}

.link-unternav:active, .link-unternav:focus {
    color:#F0A500; text-decoration:none;
	font-size: 10px;
}

span.active2 {
    color:#F0A500; text-decoration:none;
	  font-size: 10px;
}

.link-unternav1:A {
	color: #353A90; text-decoration:none;
	font-size: 10px;
}

.link-unternav1:link {
	color: #353A90; text-decoration:none;
	font-size: 10px;
}
.link-unternav1:visited {
    color: #353A90; text-decoration:none;
	font-size: 10px;
}



.link-unternav1:hover {
	color:#F0A500; text-decoration:underline;
	font-size: 10px;
	font-weight:bold;
}

.link-unternav1:active, .link-unternav1:focus {
    color:#F0A500; text-decoration:none;
	font-size: 10px;
}



.site-boards {
	padding-top:15px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	width:150px;
	max-width:150px;
}	

.site-infos {
	padding-top:10px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	border-left-color:#353A90;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#353A90;
	border-right-width:1px;
	border-right-style:solid;
	font-size:8px;
	text-align:center;
	width:130px;
	max-width:130px;

}

.site-infos-thema {
	background-image:url(images/user-header.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:25px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	font-size: 10px;

}

.site-infos-footer {
	background-image:url(images/user-footer.gif);
	color:#FFFFFF;
	text-align:center;
	width:150px;
	max-width:150px;
	height:10px;
	font-weight:bold;
	background-repeat:no-repeat;

}


.highlights {
	text-align: left;
}


#rightborder {
	text-align:center;
	vertical-align:middle;
}

.rightborderdata {
	padding-bottom: 20px;

}

.military-right {
	padding-bottom: 20px;
}

#Beratung {
    font-size: 10px;
	color: #EFA400;
	text-align: center;

}
#kontakt-tel{
    font-size: 10px;
	color: #000000;
	text-align: center;

}


#Beratung p {
    color: #000000;
}

#Beratung A {
    font-size: 9px;
	text-decoration: none;
	color: #EFA400;

}

#Beratung A:hover {
    text-decoration: underline;
}






.csc-firstheader {
    height: auto;
	max-width:540px;
	font-size: 15px;
	text-align:left;
}

.content-text {

  padding-bottom: 30px;
  max-width:540px;
}

.csc-self-header {
   height: auto;
   padding-bottom: 0px;
   max-width:540px;
   padding-top: 0px;
}

.bodytext {
 
    padding-bottom: 10px;
	max-width:540px;
}

.csc-textpic {
   height: auto;
   padding-top: 5px;
   padding-bottom: 5px;
   max-width:540px;

}


.csc-uploads {
	padding-bottom: 30px;
}

* html .csc-textpic {
   height: auto;
   padding-bottom: 5px;
   max-width:540px;

}

.csc-header-n2, .csc-header-n3, .csc-header-n4, .csc-header-n5, .csc-header-n6, .csc-header-n7, .csc-header-n8, .csc-header-n9 {

    /*padding-top: 20px;*/
	max-width:540px;
	font-size: 10px;
	text-align:left;
	
}

.csc-header-n1 h5{

    padding-top: 20px;
	font-size: 12px;
	text-align:center;
	color: #353A90;
	
}

.csc-header-n2 h2, .csc-header-n3 h2, .csc-header-n4 h2, .csc-header-n5 h2, .csc-header-n6 h2, .csc-header-n7 h2, .csc-header-n8 h2, .csc-header-n9 h2 {
	font-size: 14px;
	text-align:left;
}

/*Formatierung der Mailformulare*/
legend {padding-left:10px;padding-right:10px;border: 0px; text-align:left;}
fieldset {border:0px;padding-left:10px;padding-right:10px;padding-top:10px;padding-bottom:10px;border: 1px solid #C0C0C0;}
.radiolayout {width:80%;padding-top:15px;padding-bottom:15px; padding-left:0px}
.formu {width:480px;padding-top:10px;padding-bottom:10px; padding-left: 50px; border: 1px solid #C0C0C0; background: #EEEEEE;}
* html .formu {padding-left: 60px; width:530px}
.mf-radio {border:0px;}
.mf-text {color: #000000;border: 1px solid #C0C0C0;margin-bottom: 5px;}
.mf-check {border: 0px;}
.mf-select {border:1px; solid #C0C0C0;margin-bottom: 5px;}
.mf-input {border: 1px solid #C0C0C0;margin-bottom: 5px;}
.mf-submit {color: #ffffff;background-color: #C0C0C0;border: 0px;}
.mf-input {  }
.mf-pass {  }
.mf-reset {  }  

.tx-indexedsearch-descr {
	width: 400px;
	max-width: 400px;
}

.suchbutton {
	margin-top:5px;
	
}


/*Formatierung der Datenblättter*/
/*2 Spalten Layout*/

.tx-fdfx2cols-pi1 {
	width: 530px;
	vertical-align: center;
	z-index: 1;
}

.c2l1-left
{
	vertical-align: top;
	border: none;
	width: 50%;
	color:#000000;
	background-color: #DCE6F2;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	white-space:normal;
	margin: 10px;
	z-index: auto;
}

/** html .c2l1-left
{
	padding-left: 40px;
}*/

.c2l1-middle
{
	vertical-align: top;
	border: none;
	width: 50%;
	color:#000000;
	background-color: #DCE6F2;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	z-index: auto;
}

.c3l1-left{
   border-right: 0px solid #FFEDA8;
   padding-right: 5px;
   width:33%;
   white-space:normal;
   vertical-align: top;
   z-index: auto;

}
.c3l1-middle{
   border-right: 0px solid #FFEDA8;
   padding-left: 5px;
   padding-right: 5px;
   width:33%;
   white-space:normal;
   vertical-align: top;
   z-index: auto;
}
.c3l1-right{
   padding-left: 5px;
   width:33%;
   white-space:normal;
   vertical-align: top;
   z-index: auto;
}


.teasertext {
	text-align: center;
}

.teaserimage {
	text-align: center;
	background-image:url(../Daten/Buttons/Button_orange_100.jpg);
	background-repeat: no-repeat;
	background-position:center;
	
}

* html .teaserimage {
	padding-left: 10px;
}

.teaserimage2 {
	text-align: center;
	background-image:url(../Daten/Buttons/Button_blau_100.jpg);
	background-repeat: no-repeat;
	background-position:center;
	
}

* html .teaserimage2 {
	padding-left: 10px;
}


#blau td.teaserimage {
	text-align: center;
	background-image:url(../Daten/Buttons/Button_blau_100.jpg);
	background-repeat: no-repeat;
	background-position:center;
	
}

.csc-uploads-fileName {
	padding-right: 70px;
	padding-left: 30px;
}


.tx-filelist-pi1-header-filename {
	width: 340px;
	font-size: 12px;

}

.tx-filelist-pi1-header-info {
	width: 50px;
	font-size: 12px;

}

.tx-filelist-pi1-header-last_modification {
   width: 100px;
   font-size: 12px;

}

.tx-filelist-pi1-last_modification, .tx-filelist-pi1-info, .tx-filelist-pi1-filename {
	font-size: 10px;
}

/*
	vertical-align: top;
	border: none;
	width: 50%;
	color:#000000;
	background-color: #DCE6F2;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	white-space:normal;
	margin: 10px;
	z-index: auto;
*/

.job-orangebackground {
	background-color:#F0A500;
	color: #00245F;	
	padding: 5px;
	z-index: auto;
}



.schrift-riesig {
	font-size: 18px;
}

.schrift-riesig-blau {
	text-align:left;
}

.schrift-sehrgross {
	font-size: 14px;
}

.schrift-sehrgross-blau {
	font-size: 14px;
	color: #353A90;
}

.schriftgross {
	font-size: 12px;
}

.schrift-gross-blau {
	font-size: 12px;
	color: #353A90;
}

.schrift-mittel {
	font-size: 11px;
	text-align:left;
}

.schrift-mittel-blau {
	font-size: 10px;
	color: #353A90;
}



.tx-dropdownsitemap-pi1 LI.open OL { display: block; }

.tx-dropdownsitemap-pi1 LI.closed OL { display: none; }

.tx-dropdownsitemap-pi1 LI.open UL { display: block; }

.tx-dropdownsitemap-pi1 LI.closed UL { display: none; } 

.tx-dropdownsitemap-pi1 DIV { background: #FFFFFF; padding: 2px; margin: 2px; }

.tx-dropdownsitemap-pi1 DIV.level_1 { border: solid 1px #EEEEEE; background: #FFFFFF; }

.tx-dropdownsitemap-pi1 DIV.level_2 { background: #FFFFFF; }

.tx-dropdownsitemap-pi1 DIV.level_3 { background: #FFFFFF; }

.tx-dropdownsitemap-pi1 DIV.level_4 { background: #FFFFFF; }

.tx-dropdownsitemap-pi1 DIV.level_5 { background: #FFFFFF; }

.tx-dropdownsitemap-pi1 DIV.expAll { text-align: center; } 




a.glossary:link {
	border-bottom: 1px dotted black; cursor: help;
}

a.glossary:visited {
     border-bottom: 1px dotted black; cursor: help;
}

a.glossary:active {
	border-bottom: 1px dotted black; cursor: help;
}

a.glossary:hover {
	border-bottom: 1px dotted black; cursor: help;
}


acronym, dfn, abbr, span.abbr { border-bottom: 1px dotted black; cursor: help; }
dl.glossary dt { font-weight: bold; margin: 0 0 3px 0; font-style: normal; }
dl.glossary dd { margin: 0 0 15px 20px; }
dl.glossary .description { margin: 0; padding: 0; }
dl.glossary .type { font-style: italic; padding: 0 3px 0 0; }

/* steuern was nicht verändert werden soll*/
a acronym {border-bottom: 0px dotted black;font-style:normal;cursor:pointer;}
a dfn {border-bottom: 0px dotted black;font-style:normal;cursor:pointer;}
span.active2 acronym {border-bottom: 0px dotted black;font-style:normal;cursor:pointer;}
span.active2 dfn {border-bottom: 0px dotted black;font-style:normal;cursor:pointer;}
h3 acronym {border-bottom: 0px dotted black;cursor:default; font-weight:normal;}
h3 dfn {border-bottom: 0px dotted black;cursor:default; font-weight:normal;}
h4 acronym {border-bottom: 0px dotted black;cursor:default; font-size:12px; font-weight:bold;}
h4 dfn {border-bottom: 0px dotted black;cursor:default; font-size:12px; font-weight:bold;}
dd.csc-textpic-caption dfn {border-bottom: 0px dotted black;font-style:normal;cursor:default;} 


.SFP-data {
	font-size: 10px;
}

.SFP-ueber {
	font-weight: bold;
	font-size: 10px;
}
.SFP-Hersteller {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #353990;
	font-weight: bold;
	height:20px;
	vertical-align: middle;
}

.SFP-Drittanbieter {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #353990;
	font-weight: italic;
	height:20px;
	vertical-align: middle;
}

.SFP-spez {
	background-color: #F0A500;
	font-size: 10px;
	font-weight: bold;
}





/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: red;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: red;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 150px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #aaa;
	background-color: #FFF;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	float: left;
	clear: both;
	font-weight: bold;
}
div.tx_powermail_pi1_fieldwrap_html_radio label{
	display: inline;
	float: none;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 260px;
}
fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 5px 0;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 20px 0 10px 150px;
	font-weight: bold;
	font-size: 130%;
}
p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.countryzone {
	margin: 10px 0 0 150px;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}



#Weiteres {
  text-align: left;
  
}





a.start:link, a.start:visited {
	color:#353A90;
	text-decoration: none;
}

a.start:hover {
	color:#353A90;
	text-decoration:underline;

}







#hmenu {
  margin-top: 10px;
}


#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	background-color: #353A90;
	color: #FFF;
	font-weight: bold;
	padding: 0;
	padding-right: 10px;
	border: solid #EEE;
	border-width: 0px 0;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
	z-index: 100;
}
 
#nav a {
	display: block;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	padding: 0.25em 0em;
	font-size: 12px;
	background-color: #353A90;
	
}


 
#nav a.menuparent  {
	text-align: left;
	background-color: #353A90;
}

#nav a.menuparent:hover  {

	text-align: left;
	color:#f0a500;
	background-color: #353A90;
	
}

 
 

#nav li {
	float: left;
	text-align: left;
	margin-left: 0px;
	margin-right: 10px;

}

#nav li a {
  	padding-left: 10px;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	font-weight: normal;
	border-width: 2px;

	margin: 0;
	text-align: left;
		
}
 
#nav li li {
 
	width: 180px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	
}
 
#nav li ul a {
	width: 180px;
	padding-left: 10px;
	text-align: left;
	
}
 
#nav li ul ul {
	/*-20 gibt horizontale Verschiebung an*/
  margin: -20px 0 0 180px;
	text-align: left;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	background: url(images/pfeil.gif) no-repeat 0% 40%;
  left: -999em;
	text-align: left;
	color:#f0a500;
	background-color: #353A90;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	background: url(images/pfeil.gif) no-repeat 0% 40%;
  left: auto;
	text-align: left;
	color:#f0a500;
	background-color: #353A90;

}
 
#nav li:hover, #nav li.sfhover, #nav li a:hover, #nav ul a:hover {
	background: url(images/pfeil.gif) no-repeat 0% 40%;
	font-size: 12px;
  text-align: left;
	color:#f0a500;
	background-color: #353A90;
	
}











/*-------------CSS---------------------*/
ul#menuListV{
width:190px;
background-color:#FFFFFF;
padding: 0;
margin: 0;
display:inline;
}

ul#menuListV li {
  padding: 0px;
  margin: 0px;
  width:190px;
  display:inline;
}


ul#menuListV, ul#menuListV ul{
list-style-type:none;
  width:190px;
  display:inline;
margin:0;
padding:0;
text-align: left;
font-size: 12px;
}
/*Normal Zustand 1 Ebene */
a.menuLinkV:link, a.menuLinkV:visited, a.menuLinkV:hover, a.menuLinkV:active{
	display:block;
/*	width:190px;
  display:inline;*/
	position:relative;
	padding: 1px;
	padding-left: 10px;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
	background-color:#353a90;
	background-image: none;
	background-repeat:no-repeat;
	background-position:center left;
	color:#FFF;
  border-bottom: 1px solid #fff;
  font-weight:bold;
	
}


 
a.menuLinkV:hover {
	/*width:190px;
  display:inline;*/
  background-color:#353a90;
	padding: 1px;
	padding-left: 10px;
	background-image:url(images/pfeil.gif);
	background-repeat:no-repeat;
	background-position:center left;
	font-size: 12px;
	/*text-decoration: underline;*/
        color:#F0A500;
        text-decoration: underline;
}




/* Aktiver Zustand 1. Ebene - wenn keine Unterpunkte vorhanden */
a.menuLinkActV:link, a.menuLinkActV:visited, a.menuLinkActV:hover, a.menuLinkActV:active{
	display:block;
	/*width:190px;
  display:inline;*/
	position:relative;
	/*height:17px;*/
	margin:0px;
	padding: 1px;
	padding-left: 10px;
		font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	background-color:#353a90;
	background-image:url(images/pfeil.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#F0A500;
	border-bottom: 1px solid #fff;

}



/* Aktiver Zustand 1. Ebene - wenn Unterpunkte vorhanden */
a.menuLinkAct2V:link,a.menuLinkAct2V:visited,a.menuLinkAct2V:hover,a.menuLinkAct2V:active{
	display:block;
	/*width:190px;
  display:inline;*/
	position:relative;
	/*height:17px;*/
	margin:0px;
	padding: 1px;
	padding-left: 10px;
	font-size:12px;
	font-weight: normal;
	text-decoration:none;
	background-color:#353a90;
	background-image:url(images/pfeil.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#F0A500;
	font-weight:bold;
	border-bottom: 0px solid #fff;
}



/*Normal Zustand 2. Ebene */
a.submenuLinkV:link, a.submenuLinkV:visited,a.submenuLinkV:hover,a.submenuLinkV:active{
   
       
	display:block;
	position:relative;
	margin:0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 14px;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
	background-color: #DCE6F2;
	background-image:url(images/subnavi.gif);
	background-repeat:no-repeat;
	background-position:center left;
	color:#000;
}


a.submenuLinkV:hover {
	color:#F0A500;
	background-color: #DCE6F2;
	background-image:url(images/subnavi.gif);
}
/* Aktiver Zustand 2. Ebene  */
a.submenuLinkActV:link, a.submenuLinkActV:visited,a.submenuLinkActV:hover,a.submenuLinkActV:active{
	display:block;
	position:relative;
	/*background-color:#FFD5B1;*/
	background-color: #DCE6F2;
	color:#F0A500;
	margin:0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 14px;
	font-size:11px;
	font-weight: bold;
	text-decoration:none;
	background-image:url(images/subnavi.gif);
	background-repeat:no-repeat;
	background-position:center left;
}



/*Normal Zustand 3. Ebene */
a.subsubmenuLinkV:link, a.subsubmenuLinkV:visited,a.subsubmenuLinkV:hover,a.subsubmenuLinkV:active{
       
	display:block;
	position:relative;
	/*height:16px;*/
	margin:0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	font-size:10px;
	font-weight: normal;
	text-decoration:none;
	background-image:url(images/schalter_subnavi.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#000;
}
 

 
a.subsubmenuLinkV:hover {
	text-decoration: underline;
	color:#F0A500;
	background-image:url(images/schalter_subnavi_act.gif);
}
/* Aktiver Zustand 3. Ebene  */
a.subsubmenuLinkActV:link, a.subsubmenuLinkActV:visited,a.subsubmenuLinkActV:hover,a.subsubmenuLinkActV:active{
	display:block;
	position:relative;
	/*background-color:#FFD5B1;*/
	color:#F0A500;
	/*height:15px;*/
	margin:0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 30px;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	background-image:url(images/schalter_subnavi_act.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#last-copyright {
  color: #999999;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 700px;
  
  
}

tx-gsipagenav-pi1 {
  margin-right: 5px;
}

.tx-timtabsociable-pi1 {
  margin-right: 5px;
}

.tx-timtabsociable-pi1 a img {
	margin: 3px;

}

.Bookmarks {
  text-align: right;
}

.Bookmarks_unten {
  text-align: right;
  padding-bottom: 20px;
}


#Produktnavigation {
  text-align: left;
}

#SB-2009 {
  text-align: left;
  width: 150px;

}

#SB-2009-Info {
  text-align: left;
  width: 150px;

}
