body, html, td, bodytext {
  font-size: 11px;
  font-family: verdana;
  font-weight: normal;
}

body, html {
  padding:0px;
  margin:0px;
}

p {margin:0px;}

h1,
h2,
h3,
h4,
h5,
h6, a {
   color: #717171;     
}

a h3 {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}


h3 {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

/*
####################################################


# Content Bereich
####################################################
*/
#content {
    padding-left:105px;
}

.imgtext-nowrap {
    padding-left: -100px;
}

.content_img {

}

.firstheader_img, .firstheader_noimg{
    font-family: verdana;
    font-size: 18px;
    font-weight: bold;
    color: #005da8;
    padding-left: 10px;
    padding-top: 20px;
}
.firstheader_noimg{
    padding-left: 105px;
}

/* .firstheader schiebt den eigendlichen Header aus dem sichtbaren Bereich raus */
.firstheader{
    position: absolute;
    top: -1000px;
    left: -1000px;
}
/* ########################################################### */


/* ########################################################### */
/* # Textcolor                                               # */
/* ########################################################### */

.bodytext, .bodytext a, li a,li{
    color: #717171;        
}


.bodytext {
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
    padding-right:20px;
}


.csc-header {
    font-family: arial;
    font-size:8px;
    font-weight: bold;
    color:#717171;
}


.bodytext a{
    text-decoration: underline;
    color:#717171;
}


.csc-caption {
    padding: 0px;
    margin:0px;
    text-align: left;
    font-family: verdana;
    font-size: 10px;
    color: #717171;

}


li{
    clear:both;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}

li a{
    text-decoration: underline;
}




/*
####################################################
# Menu 2 einstellungen
####################################################
*/
#menu2 {
    color: #FFFFFF;
    background:#ececed;
    background-image:url(/fileadmin/img/menu2_bg.jpg)
}
#menu {
    background:#ececed;


/*    background-image: url(/fileadmin/img/menu_bg.gif);
    background-repeat: no-repeat; */

}

/*.menu2_break {
    background:#336699;
    height:1px;

}
*/

.menu2_img {
	float: left;
    margin-top:2px;
    width:57px;
    }

.menu2_text {
	float:right;
    padding: 2px;
    width: 160px;
    padding-bottom:10px;

}


.menu2_text a {
    color: #1b1b1f;
   	text-decoration: none;

}

.menu2_text a h5 {
	font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.menu2_text a {
	font-size: 11px;
    margin: 0px;
    padding: 0px;
}



.menu2_content {
    padding: 0px;
    margin: 0px;
}


	/* default styles for extension "tx_cssstyledimgtext" */
	/*
	   Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
	   (c) the TYPO3 content rendering group
	*/

	/* COMMON */

	.csi-textpic .csi-caption {
		text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
	}

	.csi-textpic .csi-image {

	}

	.csi-textpic .csi-imagewrap {
	}

	.csi-textpic .csi-text {

		text-align: left; /*will have to be an inline style - controlled by TS*/
	}

	.csi-text p {
		margin-top: 0;
	}

	/* CENTER */

	.csi-center .csi-image {
		margin: 0 auto 3px;

	}

	/* RIGHT */
	.csi-right div.csi-image {
		float: right;
		clear: both;
	}

	.csi-right div.csi-text {
		clear: right;
	}


	/* LEFT */
	.csi-left div.csi-image {
		float: left;
		clear: both;
	}

	.csi-left div.csi-text {
		clear: left;
	}


	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		clear: both;
		margin-right: 5px;
	}


	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 5px;
	}


	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		margin-right: 215px; /*will have to be an inline style - controlled by TS*/
	}

	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
	}

    .csi-textpic .csi-intext-left {
        float:left;
    }

    .csi-intext-left-nowrap .csi-image{
        clear:both;
        position: absolute;
        left:192px;
    }


	/* INTEXT LEFT NOWRAP*/
	.csi-intext-left-nowrap .csi-text {
	}
    
    
    /* Powermail */
    /* Form */
span.powermail_mandatory {
    /* Color of mandatory error message */
    color:#f29400;
}
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% 1px;
}
div.powermail_mandatory_js {
    /* DIV container of errormessage */
    color: red;
    margin: 3px 0 15px 114px;
}

.tx-powermail-pi1 h3,
h3 {
    font-weight: normal;
    color:#979696;
    font-style:italic;
    padding-left:5px;
    padding-bottom:0px;
    font-size:14px;    
}

fieldset.tx-powermail-pi1_fieldset,
.tx-powermail-pi1_confirmation fieldset {
    /* Fieldset */
    border-top: 1px solid #d5d5d5;
    border-bottom:1px solid #d5d5d5;
    border-left:1px solid #f7f7f7;
    border-right:1px solid #f7f7f7;
    background-color: #f7f7f7;
    padding: 20px;  
    margin-bottom:30px;
    width:360px;
}
fieldset.tx-powermail-pi1_fieldset legend {
    /* legend of Fieldset */
    font-weight: normal;
    color:#5d5d60;
}

.tx-powermail-pi1 label {
    display:block;
    float:left;
    margin:3px 3px 3px 0px;
    width:100px;
}

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: 240px;    
}
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 200px;
    font-weight: bold;
}
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 {
    /* Description */
    display: none;
}
div.tx_powermail_pi1_fieldwrap_html label a:hover {
    /* Description on mouseover */
    display: block;
    position: absolute;
    width: 250px;
    padding: 5px;
    /*background-color: #ddd;*/
    border: 1px solid #f29400;
    color: black;
    text-decoration: none;
    font-size: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
    /* Description icon */
    padding: 2px 2px 0 2px;
}


    /* Confirmation */
td.powermail_all_td {
    padding: 3px 10px 3px 0;
}

    /* THX */
td.powermail_all p.bodytext {
    margin: 0;
}

.powermail_check_inner {
    float:left;
    width:400px;
    padding:0px 0px 10px 0px;
}

.powermail_check_inner label {
    float:right;
    margin:-17px 0px 0px 40px;
    width:360px;
} 

/* specials*/

fieldset#tx-powermail-pi1_fieldset_3,
fieldset#tx-powermail-pi1_fieldset_4,
fieldset#tx-powermail-pi1_fieldset_7,
fieldset#tx-powermail-pi1_fieldset_8 {
    border:0px;
    background-color:transparent;
    text-align:right;   
    margin:-60px 0px 0px 0px; 
}

h3#h3_3,
h3#h3_4,
h3#h3_7 {
    display:none;
}

#uid16_msgCnt,
#uid16_cb {
    display:none;
}

input#uid16_hr {
    width:250px;
}

input#uid17 {
    width:200px;
}

.captcha {
    margin-left:92px;
    margin-top:10px;
}

.captcha img {
    border:1px solid #a5acb2;
}

img.powermail_captcha {
     border:1px solid #a5acb2;
     float:right;
     margin-top:-25px;
}

#advice-required-uid7 {
    width:150px;
    float:left;
}

span.tx-srfreecap-pi2-cant-read {
    color:#5d5d60;
    padding-left:10px;
    display:block;   
}

input.tx-powermail-pi1_confirmation_submit {
    float:right;     
    margin:-20px 30px 0px 0px;
}

input.tx-powermail-pi1_confirmation_back {
    margin:-10px 0px 0px 30px;
}

fieldset#tx-powermail-pi1_fieldset_4 legend,
fieldset#tx-powermail-pi1_fieldset_8 legend {
    display:none;
}

#uid18_msgCnt {
    display:none;
}

input#uid18_hr {
    width:175px;
}
