# div,p,dl,dt,dd {border:1px solid #000}


/***************************/
/* General element styles: */
/***************************/

H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { 
font-family: verdana, courier, sans-serif, arial; color: #000000; 
}

PRE { 
font-family: monospace; 
}

a, a:visited {
text-decoration: ;
font-family: verdana, courier, sans-serif, arial;
}

A:hover { 
color: #800080;
 
}

FORM { 
margin: 0px 0px 0px 0px;
}

P, PRE { 
margin: 0px 0px 0px 0px; 
}

P, TD, UL, OL { 
font-size: 12px; 
}

INPUT, TEXTAREA, SELECT { 
padding-left: 5px; font-size: 11px; 
}

body {
margin: 0px 0px 0px 0px;
background-color: #ECE9D8;
}

/***************************/
/****** Page styles: *******/
/***************************/


#banner {
width: 1024px;
margin: 0px 0px 0px 0px;        /*  top, right, bottom, left  */
padding: 0px 0px 0px 0px;        /*  top, right, bottom, left  */
text-align: center;
}

#menu {
width: 1024px;
margin: 20px 0px 0px 0px;        /*  top, right, bottom, left  */
padding: 0px 0px 0px 0px;        /*  top, right, bottom, left  */
text-align: center;
}

#inhalt {
width: 980px;
margin: 22px 0px 0px 0px;        /*  top, right, bottom, left  */
padding: 15px 15px 20px 15px;        /*  top, right, bottom, left  */
font-family: verdana, courier, sans-serif, arial;
font-size: 11px;
text-align: left;
background-color: white;
}

.seitenanfang {
margin-top: 40;
text-align: center;
}



/***************************/
/******** Header: **********/
/***************************/

/* H1 = Layout1 */

H1 {
font-family: verdana, courier, sans-serif, arial; 
font-size: 20px; 
font-weight: bold;
color: #000000;  
} 

/* H2 = Layout2 */

H2 { 
font-family: verdana, courier, sans-serif, arial;
font-size: 18px; 
font-weight: normal;
text-decoration: none; 
color: #000000;
padding-top: 10px;
padding-bottom: 30px; 
}

/* H3 = Layout3 */

H3 { 
font-family: verdana, courier, sans-serif, arial;
font-size: 16px; 
font-weight: bold; 
color: #000000;
padding-top: 20px;
padding-bottom: 10px;
}

/* H4 = Layout4 */

H4 { 
font-family: verdana, courier, sans-serif, arial;
font-size: 12px; 
font-weight: normal;
font-style: italic;
text-decoration: none; 
color: #000000;
padding-top: 10px;
padding-bottom: 3px;
}

/* H5 = Layout5 */

H5 { 
font-family: verdana, courier, sans-serif, arial;
font-size: 12px; 
font-weight: bold;
color: #000000;
padding-top: 10px;
padding-bottom: 3px;
}

H1, H2, H3, H4, H5, H6 { 
margin: 0px 0px 0px 0px; 
margin-top: 10px; 
margin-bottom: 2px; 
}

H1.csc-firstHeader, H2.csc-firstHeader, H3.csc-firstHeader, H4.csc-firstHeader, H5.csc-firstHeader, H6.csc-firstHeader { 
margin-top: 0px; 
}

/*************************/
/********* MENU: *********/
/*************************/






/*********************/
/* Tables, generally */
/*********************/

TABLE.contenttable P { font-size: 10px; }

/* Zeilen nach erster Zeile */

TABLE.contenttable TR TD { vertical-align: top; } 

/* Tables, specifically */
TABLE.contenttable-0 P { color: 000000; }

TABLE.contenttable-1 P { color: #186900; }
TABLE.contenttable-1 TR.tr-0 TD P { font-weight: bold; }
TABLE.contenttable-1 TR.tr-0 TD { font-weight: bold; padding-top: -20px; padding-bottom: 5px;}

TABLE.contenttable-2 P { color: #10007B; }
TABLE.contenttable-2 TR TD.td-0 { background-color: #F5FFAA; }
TABLE.contenttable-2 TR TD.td-0 P { font-weight: bold; }

TABLE.contenttable-3 P { color: #8A0020; }
TABLE.contenttable-3 TR TD.td-0, TABLE.contenttable-3 TR.tr-0 TD { background-color: #D1D2E4;}
TABLE.contenttable-3 TR TD.td-0 P, TABLE.contenttable-3 TR.tr-0 TD P { 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;*/
	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 300px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	# border: 1px solid #aaa;
        background-color: ;              /* #ccc               */
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
        display: none;
	font-weight: bold;
	color: black;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 150px;
	float: left;
	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: 300px;
}
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 20px;     /*  top, right, bottom, left  */
	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 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: 0.8em;
}
div.tx_powermail_pi1_fieldwrap_html img.icon_info {
	/* Description icon */
	padding: 2px 2px 0 2px;
}
fieldset.tx-powermail-pi1_fieldset div.even {
	# background-color: #eee;
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

fieldset {
border: 0;
}
