/* USED COLORS ------------------------------------------------- */
/* BENUTZTE FARBEN --------------------------------------------- */

/* white (e.g. content-background)          #ffffff    weiss     */
/* black (e.g. font)                        #000000    schwarz   */
/* grey (e.g. inner-containers)             #f0eeeb    grau      */
/* red (e.g. hover-links)                   #b80000    rot       */
/* blue (e.g. links)                        #0000a3    blau      */
/* light blue (e.g. website-background)     #efefff    hellblau  */
/* violett (e.g. visited links)             #5d005d    violett   */

/* GENERAL ----------------------------------------------------- */
/* ALLGEMEIN --------------------------------------------------- */

/* page general */
/* Seite generell */
div{
}
body {
	background-color: #FFFFFF;   /* Hintergrund: hellblau */
	color: #000000;              /* Textfarbe: schwarz */
	font-family: Trebuchet MS; /* Schriftart: Verdana bis sans-serif */
	font-size: 80.01%;          /* Schriftgroesse: ca. 100% */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	text-align: left;            /* Horizontale Ausrichtung: linksbuendig */
	background-image: url(img/bg_main.jpg);
	background-repeat: repeat-x;
   text-align: center;            /* Horizontale Ausrichtung: linksbuendig */

}

/* page-container including header-, main- and footer-container */
/* Seiten-Container mit Kopf-, Inhalts- und Fussbereich */
#top {
	line-height: 1.5em;          /* Zeilenhohe: 1.5fach */
	margin: auto;                /* Aussenabstand: automatisch */
	padding: 0;                  /* Innenabstand: keiner */
	width:975px;
	text-align: left;            /* Horizontale Ausrichtung: linksbuendig */

}

/* link general */
/* Verweis allgemein */
a {
  color: #79C541;              /* Textfarbe: blau */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
  font-weight:bold;
  border-bottom: 1px dashed #79C541;
}

/* visited link */
/* Bereits besuchter Verweis */

/* link on mouse-over */
/* Verweis bei Mouse-over */
a:hover{
	color: #000000;              /* Textfarbe: rot */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	border-bottom: 1px solid #000000;

}


/* active or focused link */
/* Aktiver Verweis oder Verweis mit Fokus */

/* Skip-Navigation ('hidden' skip-anchors) */
/* Skip-Navigation ('unsichtbare' Sprungmarken) */
ol#skip {
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
}

ol#skip li {
  display: inline;             /* Anzeigeart: Inline, Element erzeugt keine neue Zeile */
  list-style: none;            /* Listendarstellung: keine */
}

ol#skip a:link,
ol#skip a:visited,
ol#skip a:hover {
  left: -400em;                /* Positionierung: links ausserhalb des Anzeige-Bereiches */
  position: absolute;          /* Positionierung: absolut */
}

ol#skip a:active,
ol#skip a:focus {
  left: 0;                     /* Positionierung: links oben */
  text-align: center;          /* Horizontale Ausrichtung: zentriert */
  width: 20em;                 /* Breite: 20em */
}

/* horizontal navigation-list */
/* Liste fuer horizontale Navigationsleiste */


/* vertical navigation-list */
/* Liste fuer vertikale Navigationsleiste */
ol.vertical {
	color: #000000;              /* Textfarbe: schwarz */
	list-style: none;
	font-size:85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding:0;
	margin:0;
	margin-bottom: 10px;
	padding-bottom: 10px;
                 /* Innenabstand: keiner */
}

/* item in the vertical navigation-list */
/* Einzelne Listenpunkte in der vertikalen Navigationsleiste */
ol.vertical li {
  color: #000000;              /* Textfarbe: schwarz */
  letter-spacing: .1em;        /* Zeichenabstand: 0.1em */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0 ;      /* Innenabstand: oben/rechts keiner, unten/links 0.5em */
  margin-top:2px;
  margin-bottom:2px;
}

/* active item in the vertical navigation-list */
/* Aktiver Listenpunkt in der vertikalen Navigationsleiste */
ol.vertical li strong.activated {
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  margin: 0;                   /* Aussenabstand: keiner */
}

/* link general in navigation-lists */
/* Verweis allgemein in Navigationsleisten */
ol.vertical li a:link {
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
  border:none;
 }
 
 ol.vertical li span.act {
  color: #99CC00;              /* Textfarbe: schwarz */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
 }

/* visited link in navigation-lists */
/* Bereits besuchter Verweis in Navigationsleisten */
ol.vertical li a:visited {
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-style: normal;          /* Schriftstil: kursiv */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
   border:none;
}

/* link on mouse-over in navigation-lists */
/* Verweis bei Mouse-over in Navigationsleisten */
ol.vertical li a:hover {
  color: #99CC00;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  text-decoration: none;  /* Textdekoration: unterstrichen */
   border:none;
}

/* active or focused link in navigation-lists */
/* Aktiver Verweis und Verweis mit Fokus in Navigationsleisten */
ol.vertical li a:active,
ol.vertical li a:focus {
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
    border:none;
}

/* active item in navigation-list if subnavigation exists */
/* Aktiver Listenpunkt in der Navigationsleiste wenn eine Subnavigation existiert */
ol.vertical li.displayed a:link,
ol.vertical li.displayed a:visited {
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  text-decoration: none;       /* Textdekoration: keine */
    border:none;
}

/* active item in navigation-list if subnavigation exists: link on mouse-over */
/* Aktiver Listenpunkt in der Navigationsleiste wenn eine Subnavigation existiert: Verweis bei Mouse-over */
ol.vertical li.displayed a:hover {
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
    border:none;
}

/* active item in navigation-list if subnavigation exists: active or focused link */
/* Aktiver Listenpunkt in der Navigationsleiste wenn eine Subnavigation existiert: Aktiver Verweis und Verweis mit Fokus */
ol.vertical li.displayed a:active,
ol.vertical li.displayed a:focus {
  color: #000000;              /* Textfarbe: schwarz */
  display: block;              /* Anzeigeart: Block, Element erzeugt neue Zeile */
  font-weight: bold;           /* Schriftgewicht: fett */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;               /* Innenabstand: 0.5em */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
    border:none;
}

/* inner-container */
/* Allgemeiner Container */
div.container p {
	color: #88BA14;
}

/* uppercase word */
/* Text in Grossbuchstaben */
.grossbuchstaben {
  text-transform: uppercase;   /* Text in Grossbuchstaben */
}

/* copyright notice */
/* Urheber-Hinweis */
.copyright {
	clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
	float: none;                 /* Textumfluss: keiner */
	font-size: .85em;            /* Schriftgroesse: 85% des Elternelementes */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	text-align: center;          /* Horizontale Ausrichtung: zentriert */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* HEADER ------------------------------------------------------ */

/* header-container */
/* Kopf-Container */
#header {
	clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
	float: none;                 /* Textumfluss: Container keiner */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
	width: 970px;                 /* Breite: 100% */
}

/* inner header-container (containing logo and navigation) */
/* Container um logo und navigation */
#innerheader {
	float: left;                 /* Textumfluss: Container links ausrichten */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Breite: 75% */
}

/* left-header-container */
/* Container links mit Logo */
#header_left {
	color: #000000;              /* Textfarbe: schwarz */
	float: left;                  /* Innenabstand: keiner */
	width: 194px;                  /* Breite: 30% */
	background-image: url(img/bg_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 27px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height: 136px;
}

/* navigation-container */
/* Container mittig mit Navigation */
#navigation {
	color: #000000;              /* Textfarbe: schwarz */
	float: right;                /* Textumfluss: Container rechts ausrichten */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	width: 69%;                  /* Breite: 69% */
}

/* right-header-container */
/* Container rechts mit Adressdaten */
#header_right {
	color: #000000;              /* Textfarbe: schwarz */
	float: right;                /* Textumfluss: Container rechts ausrichten */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	margin-top:60px;
	margin-right:30px;

}

/* MAIN -------------------------------------------------------- */

/* main-container */
/* Haupt-Container */
#main {
	clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
	float: none;                 /* Textumfluss: Container keiner */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	width: 100%;                 /* Breite: 100% */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* inner main-container (containing subnavigation and content) */
/* Container um subnavigation und content */
#innermain {
	float: left;                 /* Textumfluss: Container links ausrichten */
	margin: 0;                  /* Breite: 75% */
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}

/* subnavigation-container */
/* Container links mit Navigation */
#subnavigation {
	color: #000000;              /* Textfarbe: schwarz */
	float: left;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	width: 180px;                  /* Breite: 30% */
	margin-left: 23px;
}

/* content-container */
/* Container mittig mit Inhaltsbereich */
#content {
	color: #000000;              /* Textfarbe: schwarz */
	float: right;                  /* Breite: 69% */
	width: 750px;
	padding-left: 20px;
	padding-top: 7px;
	margin-top: -7px;
}
#content img {
	border:none;
}
/* heading level 1 */
/* Ueberschrift Ebene 1 */
#content h1 {
	font-size: 1.3em;            /* Schriftgroesse: 1.2em */
	font-weight: normal;           /* Schriftgewicht: fett */
	display:inline;
	text-transform: uppercase;
	color: #000000;
	padding: 0;                  /* Innenabstand: keiner */
	margin:0px;
	line-height:0.5em;
	margin-left: 0px;
              /* Aussenabstand: keiner */
	margin-right:2px;
	margin-top:2px;
	float:left;
	letter-spacing:2px;
}

#content .csc-header h1 {
	font-size: 1.3em;            /* Schriftgroesse: 1.2em */
	font-weight: normal;           /* Schriftgewicht: fett */
	display:inline;
	text-transform: uppercase;
	color: #000000;
	padding: 0;                  /* Innenabstand: keiner */
	margin:0px;
	line-height:0.5em;
	margin-left: 0px;
              /* Aussenabstand: keiner */
	margin-right:2px;
	margin-top:14px;
	float:left;
	letter-spacing:2px;
}


/* heading level 2 */
/* Ueberschrift Ebene 2 */
#content h2 {
	font-size: 0.9em;            /* Schriftgroesse: 1.2em */
	font-weight: bold;                  /* Innenabstand: keiner */
}

/* paragraph */
/* Absatz */
#content p {
	font-size: 0.85em;            /* Schriftgroesse: 1.2em */
	font-weight: normal;                  /* Innenabstand: keiner */
	color:#8E8E8E;
	line-height: 1.5em;
	letter-spacing:1px;
	margin-bottom:18px;
}
#content div p img{
	border:none;
	margin-left:30px;
}
/* paragraph */
/* Absatz */
#content li {
	font-size: 0.85em;            /* Schriftgroesse: 1.2em */
	font-weight: normal;                  /* Innenabstand: keiner */
	color:#8E8E8E;
	line-height: 1.5em;
	letter-spacing:1px;
}


/* bread crumb trail */
/* Brotkrumen-Pfad */
#content p#breadcrumb {
	font-size: .85em;            /* Schriftgroesse: 85% des Elternelementes */
	line-height: 1.3em;         /* Innenabstand: unten 0.5em, Rest keiner */
}

/* paragraph linking to the top of the site */
/* Absatz mit Sprungmarke zum Seitenanfang */
#content p.up {
  font-size: .85em;            /* Schriftgroesse: 85% des Elternelementes */
  line-height: 1.3em;          /* Zeilenhohe: 1.3fach */
  margin: 0 .5em;              /* Aussenabstand: oben/unten keiner, rechts/links 0.5em */
  padding: 0;                  /* Innenabstand: keiner */
  text-align: right;           /* Horizontale Ausrichtung: rechts */
}

/* services-container */
/* Container rechts mit Services */
#services {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: right;                /* Textumfluss: Container rechts ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 24%;                  /* Breite: 24% */
}
.tx_cfloat_first, .tx_cfloat_middle, .tx_cfloat_last {
  float: left;
  display: block;
  padding-right: 10px;
  padding-left: 3px;
}

.tx_cfloat_middle {
  padding-left: 10px;					
}

.tx_cfloat_last {
  padding-left: 10px;
  border-right: 0px;
    }

.tx_cfloat_end {
  clear: left;
  height: 0px;
    }


#content .halb p,
#content .halbz p
{
	color:#353535;
	line-height: 1.3em;          /* Zeilenhohe: 1.3fach */
	padding-right:12px;
	padding-left:15px;
	letter-spacing:0px;
}

#content .halb h1, 
#content .halb h2,
#content .halbz h1, 
#content .halbz h2{
	color:#000000;
	line-height: 0.9em;          /* Zeilenhohe: 1.3fach */ 
	float:none;
	font-size: .95em;            /* Schriftgroesse: 85% des Elternelementes */
	font-weight:bold;
	padding-right:12px;
	padding-left:15px;
	letter-spacing:0px;
}

#content .halb hr,
#content .halbz hr{
	margin-top:20px;
	margin-bottom:0px;
	border: 1px solid #eaeaea;;

}

/* link general */
/* Verweis allgemein */
#content .halb a,
#content .halbz a{
  color: #A3A3A3;              /* Textfarbe: blau */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  text-decoration: underline;  /* Textdekoration: unterstrichen */
  border:none;
}

/* visited link */
/* Bereits besuchter Verweis */

/* link on mouse-over */
/* Verweis bei Mouse-over */
#content .halb a:hover,
#content .halbz a:hover{
	color: #A3A3A3;              /* Textfarbe: rot */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	text-decoration: underline;  /* Textdekoration: unterstrichen */
	text-decoration: none;       /* Textdekoration: keine */
	  border:none;
}


#content .ganz p{
	color:#000000;
	line-height: 1.0em;          /* Zeilenhohe: 1.3fach */
	padding-right:20px;
	font-size:0.9em;
	float:left;


}

#content .ganz a,
#content dt a,
#content .tx-rgtabs-pi1 a,
.container a{
border:none;
}


#content .ganz h1, 
#content .ganz h2,{
	color:#99CC00;
	line-height:0.5em;
    font-size: 1.2em;            /* Schriftgroesse: 85% des Elternelementes */
	margin-top:12px;
	display:inline;
	float:left;
	font-weight:bold;

}

#content .ganz hr{
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #eaeaea;
}
#content .ganz{
	border-top:2px solid #eaeaea;
	border-bottom:2px solid #eaeaea;
	padding-top:3px;
}
#content .halbz{
	padding-top:10px;
	padding-bottom:5px;
}
#content .halb{
	border-bottom:2px solid #eaeaea;
	padding-top:10px;
	padding-bottom:5px;
}
.nokborder,
.nokborder img
{
	border:none;
}

/* FOOTER ------------------------------------------------------ */

/* Footer-Container */
/* Fussbereich */
#footer {
	clear: both;                 /* Fortsetzung bei Textumfluss: unterhalb */
	float: none;                 /* Textumfluss: Container keiner */
	margin: 0;                   /* Aussenabstand: keiner */
	padding: 0;                  /* Innenabstand: keiner */
	width: 100%;                 /* Breite: 100% */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* inner-footer-container (containing footer_left and footer_center) */
/* Container um footer_left und footer_center */
#innerfooter {
  float: left;                 /* Textumfluss: Container links ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 75%;                  /* Breite: 75% */
}

/* Left Footer-Container */
/* Container links im Fussbereich */
#footer_left {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: left;                 /* Textumfluss: Container links ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: 0;                  /* Innenabstand: keiner */
  width: 30%;                  /* Breite: 30% */
}

/* Center Footer-Container */
/* Container mittig im Fussbereich */
#footer_center {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: right;               /* Textumfluss: Container rechts ausrichten */
  margin: 0;                   /* Aussenabstand: 0 */
  padding: 0;                  /* Innenabstand: keiner */
  width: 69%;                  /* Breite: 69% */
}

/* Right Footer-Container */
/* Container rechts im Fussbereich */
#footer_right {
  background-color: #ffffff;   /* Hintergrund: weiss */
  color: #000000;              /* Textfarbe: schwarz */
  float: right;                /* Textumfluss: Container rechts ausrichten */
  margin: 0;                   /* Aussenabstand: keiner */
  padding: .5em 0;             /* Innenabstand: oben/unten 0.5em, rechts/links keiner */
  width: 24%;                  /* Breite: 24% */
}




/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #529212;
}
input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed 
	background-color: red;*/
	background-image: url(/typo3conf/ext/powermail/img/icon_exclamation.gif);
	background-repeat: no-repeat;
	background-position: 98% 0px;
}
div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: red;
	margin: 3px 0 15px 0px;
}

 fieldset.tx-powermail-pi1_fieldset_senden legend{
	display:none;
}

 fieldset.hide div{
	padding: none;
	margin:none;
}
fieldset.hide div {
	padding: none;
	margin:none;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	visibility:hidden;
	height:0px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */

	border: none;
	padding: 0px;
}
fieldset.tx-powermail-pi1_fieldset_senden{
	border:none;

}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	font-family: Trebuchet MS;
	font-size: 0.85em;
	display: block;
	width: 25%;
	float: left;
	clear: both;
	font-weight: normal;
	margin:0;	
	text-align:right;
	color:#8E8E8E;
	letter-spacing:1px;
	margin-right: 5px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select,
.tx-indexedsearch select{
	/* Input and textarea */
	font-family: Trebuchet MS;
	font-size: 1.0em;
	color: #4E9B00;
	width: 200px;
	border: 1px solid #EFEFEF; 
	margin:0 0px 0 0;
	padding:0 0px;


}
fieldset.tx-powermail-pi1_fieldset input.powermail_text{
	/* Input and textarea */
height:17px


}
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_senden input
{
	/* submit button */
	margin: 0px 0 0px 100px;
	font-weight: bold;	
	border: 1px solid #bebebe; 
	padding:0 3px;
	font-size: 11px;
	width:70px;
}
input.tx-powermail-pi1_mandatory_submit
{
	/* submit button */
	margin: 0px 0 0px 100px;
	font-weight: bold;	
	border: 1px solid #bebebe; 
	padding:0 3px;
	font-size: 11px;
	width:130px;
}

.tx-indexedsearch input.tx-indexedsearch-searchbox-sword{
	/* submit button */
	margin: 10px  0px 10px 0px;;
	border: 1px solid #bebebe; 
	padding:0 3px;
	font-size: 11px;
	width:270px;
}

.tx-indexedsearch input.tx-indexedsearch-searchbox-button{
	/* submit button */
	margin: 10px  0px 10px 0px;;
	font-weight: bold;	
	border: 1px solid #bebebe; 
	padding:0 3px;
	font-size: 11px;
	width:70px;
}
.tx-powermail-pi1_mandatory strong
{
font-size:1.0em;
}
.tx-powermail-pi1_mandatory li strong
{
font-size:0.9em;
}

.tx-indexedsearch td{
padding-right:5px;

}
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 200px;
}
div.tx_powermail_pi1_fieldwrap_html label a {
	/* Description */
	cursor: help;
}
div.tx_powermail_pi1_fieldwrap_html label a dfn {
	/* Description */
	display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover dfn {
	/* Description on mouseover */
	display: block;
	position: absolute;
	width: 250px;
	padding: 5px;
	background-color: #ddd;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 1.0em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}


#main input.large, p.formCL input.large, p.formAddr input.large, .formContainer .large, input.large{
	width: 202px;
	height:16px;
}
select {
	width: 210px;
	padding: 0px !important;
	margin: 0px !important;
}

#main input.gender, #main  input.STD1, #main input.noborder{
	border:0;
}
.checkbox {
	float: left;
	margin-top: -1px;
}
.hiddenSubmit { 
	height:0px;
	left:-5000px;
	position:absolute;
	width:0px;
}

#contentd div{
	border:1px solid red;
}

#faehnchen
{
	margin-left:327px;
	margin-top:25px;
	width:20px;
	float:left;
}
#fader{
margin-top:10px;
}
.over{
z-index:0
}

.tagcloud{
margin-left:-4000px;
}
