@charset "utf-8";
/* CSS Document */

body { margin:0px; font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#333; background-color:#fff;}
h1 { color:#336699; font-size:14px; line-height:25px; padding-left:2px;}
h2 { color:#336699; font-size:14px; line-height:20px; padding-left:2px;}
h3 { font-size:12px;  padding-left:3px; color:#cc3300;}
p {  padding-left:3px;}
thead {text-transform:uppercase; background-color:#E6EEF3; text-align:left;}
.clear {clear:both;}

h2 a{ font-size:12px; color:#333;}

a:link { color:#336699; text-decoration:none;}
a:active { color:#336699; text-decoration:none;}
a:visited { color:#336699; text-decoration:none;}
a:hover { color:#336699; text-decoration:underline;}

div#headercontainer {width:826px; margin:auto; padding:0px 10px 0px 10px; background:url(images/bg-menue.png) top repeat-y;}
div#headercontent {width:826px; height:155px; overflow:hidden; margin:auto; margin-top:0px; position:relative; padding:0px; background-color:#336699;}

div#logo { width:auto; height:auto; position:absolute; left:15px; top:0px;}
div#email { background-color:#274D72; width:auto; padding:0px; height:auto; position:absolute; right:0px; bottom:0px; color:#fff; border: dashed 1px #fff;}
#email a, a.active { color:#FFFFFF;}

div#menue {width:805px; margin:auto; position:relative; padding:0px 10px 0px 10px;border-left:solid 1px #336699; border-right:solid 1px #336699;  height:34px; overflow:hidden; color:#FFF;}

div#contentcontainer { width:auto; margin:0px; background-color:#e0e1d9; height:auto; background:url(images/bg-container.gif) left top repeat-x #F3F6F9; border-top:1px solid #fff;}

div#content { width:755px; height:auto; margin:auto; margin-top:0px; position:relative; padding:15px 40px 50px 30px; border-left:solid 1px #336699; border-right:solid 1px #336699; background-color:#FFFFFF;}

div#footer { height:auto; width:auto; text-align:center; background-color:#336699; color:#FFF;  padding:5px;}

#footer p, #email p { margin:3px;}
#footer a { color:#e0e1d9;}

#content p, h3, h4, table, form, ul { margin-left:2px;}

tr.bggrau { background-color:#DFE0E1;}
tr.tr-even { background-color:#C4C6B6;}

td p { margin-bottom:3px; margin-top:3px;}
th p sub, sup { font-size:12px; font-weight:bold;}

div.csc-frame-frame1 { background:url(images/bg-images.gif);}
div.csc-frame-frame2 { background-color:#336699; padding:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;}
div.csc-frame-rulerAfter { background-color:#FFFFFF;}
div.csc-frame-rulerAfter p.bodytext { margin-top:0px;}

ul.tabelle { display:table-row;}
ul.tabelle li { display:table-cell; background-color:#fff; padding:10px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;}

ul.menue {  list-style:none;  margin:5px; margin-left:28px; padding:3px; vertical-align:top; display:block; color:#fff;}
.menue li { display:inline; color:#336699;}
.menue li a { color:#336699; font-weight:bold; font-size:12px; text-transform:uppercase; margin-right:10px; margin-left:10px;}
.menue li a.aktiv { color:#fff; margin-right:10px; margin-left:10px; }

ul.submenue {  list-style:none;  margin:5px; margin-left:28px; padding:3px; vertical-align:top; display:block; color:#fff; border-bottom: dashed 1px #336699;}
.submenue li { display:inline; color:#888;}
.submenue li a { color:#888; font-weight:bold; font-size:12px; margin-right:6px; margin-left:6px;}
.submenue li a.aktiv { color:#336699; margin-right:6px; margin-left:6px; }

ul.homemenue {  list-style:none;  margin:2px; padding:1px; vertical-align:top; display:block; color:#fff;}
.homemenue li { display:inline; color:#fff;}
.homemenue li a { color:#fff; font-size:12px; text-transform:uppercase; margin-right:10px; margin-left:10px;}
.homemenue li a.aktiv { color:#fff; margin-right:10px; margin-left:10px; }

span.news-latest-date { visibility:hidden; display:none;}

h1.csc-firstHeader { margin-bottom:20px; margin-top:15px;}

.csc-textpic-border div ul#imagecycle_2 { border-left: 15px solid #9E0000;}

.tx-yag-pi1 { margin-left:20px;}
.theme-lightbox { margin-left:20px;}
div.csc-frame-frame1 { background-color:#CDD9E6; padding:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; height:260px;}


/* 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; }

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
	color: #666666;
}
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 #999999;
 margin-bottom: 10px;
	padding: 10px;
	width:400px
}
fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
	font-weight: bold;
	color: #666666;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 400px;
	float: left;
	clear: both;
	font-weight: bold;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, powermail_captcha
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: #fff;
	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;
}



	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	margin: 0;
}

form#mailform { width:150px;}
.csc-form-label-req, .csc-form-label, .csc-form-labelcell, .csc-form-fieldcell, .csc-loginform { margin-left:3px; margin-top:0px; margin-bottom:0px; font-size:10px; width:150px;}
.csc-mailform-field textarea,.csc-mailform-field select {float:left; display:block; background:#fff; padding:1px;  border:1px solid #003300; font-size:10px;}
.csc-mailform-submit { width:100px; clear:both; border:1px solid #000; background-color:#ffffff; font-size:10px; font-weight:bold;} 
