body {margin-top:15px; color:#333333; margin-top:0px; margin-left:0px;}
td {font-family:verdana, helvetica, sans-serif; font-size:12px; color:#666666;}
p {font-family:times, helvetica, sans-serif; font-size:14px; color:#666666; margin-left:15px;margin-right:15px;}
ul, li {font-family:verdana, helvetica, sans-serif; font-size:12px; color:#666666;}
h1 {font-family:times, helvetica, sans-serif; font-size:20px; color:#666666; margin-left: 15px; margin-right:15px;}
h2 {font-family:times, helvetica, sans-serif; font-size:13px; color:#666666; margin-left: 15px; margin-right:15px;}
img { border:0px;}

.text {font-family:times, helvetica, sans-serif; font-size:14px; color:#666666; margin-left:15px;margin-right:15px;}
.rot { color:#DF264E;}
.weiss { color:#ffffff;}
.bigweiss { color:#ffffff;font-size:13px;}
.small {font-family:verdana, helvetica, sans-serif; font-size:11px; color:#666666;}

td.leisteoben{ background-image:url(images/hg_leiste.jpg);background-position:left; background-repeat:repeat-x;}
td.bgverlauf{ background-image:url(images/hg_leiste1.gif);background-position:left; background-repeat:repeat-x;}
td.bgverlauf1{ background-image:url(images/hg_leiste2.gif);background-position:left; background-repeat:repeat-x;}
table.border { border-width:1px; border-style: solid; border-color:#757678;}

tr.bgblau { background-color:#D9D9EC;}
tr.bgblau2 { background-color:#EDEDF6;}
.textrot { color:#DF264E;}


a:link {font-family:verdana, helvetica, sans-serif; color:#333399; text-decoration:none;font-size:14px;}
a:visited {font-family:verdana, helvetica, sans-serif; color:#333399; text-decoration:none;font-size:14px;}
a:active {font-family:verdana, helvetica, sans-serif; color:#333399; text-decoration:none;font-size:14px;}
a:hover {font-family:verdana, helvetica, sans-serif; color:#333399;text-decoration:none;font-size:14px;}

a.menue:link {font-family:times, helvetica, sans-serif; color:#666666;text-decoration:none;font-size:14px; padding-bottom:25px;}
a.menue:visited {font-family:times, helvetica, sans-serif; color:#666666;text-decoration:none;font-size:14px; padding-bottom:25px;}
a.menue:active {font-family:times, helvetica, sans-serif; color:#666666;text-decoration:none;font-size:14px; padding-bottom:25px;}
a.menue:hover {font-family:times, helvetica, sans-serif; color:#333399;text-decoration:none;font-size:14px; padding-bottom:25px;}

a.menueon:link {font-family:times, helvetica, sans-serif; color:#333399;text-decoration: none;font-size:14px; padding-bottom:25px; background-image:url(images/button_on.gif); background-position:center bottom; background-repeat:no-repeat;}
a.menueon:visited {font-family:times, helvetica, sans-serif; color:#333399;text-decoration:none;font-size:14px; padding-bottom:25px; background-image:url(images/button_on.gif); background-position:center bottom; background-repeat:no-repeat;}
a.menueon:active {font-family:times, helvetica, sans-serif; color:#333399;text-decoration:none;font-size:14px; padding-bottom:25px; background-image:url(images/button_on.gif); background-position:center bottom; background-repeat:no-repeat;}
a.menueon:hover {font-family:times, helvetica, sans-serif; color:#333399;text-decoration:none;font-size:14px; padding-bottom:25px; background-image:url(images/button_on.gif); background-position:center bottom; background-repeat:no-repeat;}

a.menueweiss:link {font-family:verdana, helvetica, sans-serif; color:#ffffff; text-decoration:none;margin-left: 5px;margin-right: 5px;font-size:12px; line-height:20px;}
a.menueweiss:visited {font-family:verdana, helvetica, sans-serif; color:#ffffff; text-decoration:none;margin-left: 5px;margin-right: 5px;font-size:12px; line-height:20px;}
a.menueweiss:active {font-family:verdana, helvetica, sans-serif; color:#ffffff; text-decoration:none;margin-left: 5px;margin-right: 5px;font-size:12px; line-height:20px;}
a.menueweiss:hover {font-family:verdana, helvetica, sans-serif; color:#ffffff;text-decoration:none;margin-left: 5px;margin-right: 5px;font-size:12px; line-height:20px;}




/* Typo3 Styles */

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #AA8246; }
span.name-of-person { color: #10007B; }
span.detail { color: #A05A32; }

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #333333;
}
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 200px;
}
fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 1px solid #cccccc;
 margin-bottom: 10px;
	padding: 10px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #333333;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 200px;
	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: 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 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 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: #ffffff;
	border: 1px solid red;
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-style:normal;
}
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;
}
