/*----------------------------------------------------------------------*/
/*  Standard                                                            */
/*----------------------------------------------------------------------*/
.csc-textpic-caption 
{ 
	margin: 0;
	font-size: 10px;
}


h1, h2, h3, h4, h5, h6,
form, select, option, textarea, input,
th, td,
ol, ul,li
{
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	color:				#ffffff;
	font-size: 			100.01%;
	font-size: 			11px;
	margin-top:			0;
}

H3 {  font-size: 14px; color: #333333; margin-top: 5px; margin-bottom: 8px; }

/* { margin:0; padding:0; }

option { padding-left: 0.4em; }  */

html 
{ 
}

IMG
{
    border: 0px solid #999999;
}

P.bodytext, form 
{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 6px;
	color: #ffffff;
}

A
{
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	color: #65A4D5;
	text-decoration:	none;
}
	
A:hover
{
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	text-decoration:	underline;
	color:				#65A4D5;
}

.fliesstext-klein
{
	font-size: 			10px;
	line-height: 		16px;
	font-family: 		Verdana,Arial,Helvetica,sans-serif;
	text-decoration: 	none;
	color:				#cccccc;
}


body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #b4b4b4 url(../img/background_verlauf.jpg) repeat-x;
	margin: 0;
}

#screen {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: none;
}


#borderLeft {
	background: url(../img/imgLeftShadow.png) repeat-y;
	width: 14px;
	height: 100%;
	position: absolute;
	left: 0px;
}

#borderRight {
	background: url(../img/imgRightShadow.png) repeat-y;
	width: 14px;
	height: 100%;
	position:absolute;
	top: 0;
	right: 0;
}

#borderBottom {
	width: 816px;
	height: 10px;
	left: 0;
	top: 0;
	float: left;
	margin-left: 5px;
	background: url(../img/bottomShadow.png) no-repeat;
}

#wrap {
	width: 800px;
	left: 14px;
	z-index: 0;
	position: relative;
	display: inline-block;
}
		
#imgHeader {
	height: 200px;
	width: 800px;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

#contentWrap {
	width: 800px;
	margin-left: 0px;
	margin-right: 0px;
	background: #000825 url(../img/background_content.jpg) no-repeat;
	float: left;
	min-height: 550px;
}

#content {
	width: 562px;
	float: right;
	margin-top: 8px;
	margin-right: 22px;
	margin-bottom: 30px;
	height: auto;
}
		
#footer {
	font-size: 75%;
	text-align:center;
	height: 27px;
	margin-bottom: 0;
	margin-left: 31px;
	margin-right: 31px;
	clear: both;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #333333;
}

#footer A
{
	text-decoration: none;
	color: #333333;
}

#footer A:hover
{
	text-decoration: underline;
	color: #666666;
}

#contentLeftWrap {
	width: 168px;
	margin-left: 24px;
	margin-right: 24px;
	float: left;
	height: auto;
	z-index: 10;
}


/* Navigation */

#navigationWrap {
}

#navigationWrap IMG {
	padding: 0px;
	margin: 0px;
/*	background-color: #cccccc; */
	border-bottom: 1px solid #c9c9c9;
}

ul.navi {
	margin: 0px;
	margin-top: 13px;
	border-top: 1px solid #c9c9c9;
	padding: 0px;
	padding-top: 3px;
}

ul.subnavi {
	margin: 0 0;
	padding: 0;
}

ul.navi li {
	width: 148px;
	text-align: left;
	list-style-type: none;
}	

ul.subnavi li {
	list-style-type: none;
	padding: 0px;
}

ul.navi li a {
	text-decoration:none;
	padding: 0px;
}

ul.navi li a:hover {	
	padding: 0px;
}

ul.navi li a:active {
	padding: 0px;
}
				
p {
	margin: 0;
	color: #ffffff;
}


/*----------------------------------------------------------------------*/
/*  Kontaktformular                                                     */
/*----------------------------------------------------------------------*/

#formLeft
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				150px;
	padding:			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
	float:				left;
	overflow:			hidden;
	clear: 				both;
}

#formRight
{
	position:			relative;
	top:				0px;
	left:				10px;
	width:				300px;
	padding:			0px 0px 0px 0px;
	margin: 			0px 0px 0px 0px;
	float:				left;
	overflow:			hidden;
}

#formRight input
{
	padding: 1px;
	padding-top: 2px;
	margin: 0;
	margin-bottom: 2px;
	height: 14px;
	line-height: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px; 
	color: #000000;
	border: #333333 solid 1px;
	background-color: #ffffff;
}

#formRight textarea
{
	padding: 1px;
	padding-top: 2px;
	margin: 0px;
	margin-bottom: 2px;
	width: 189px;
	height: 100px;
	line-height: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px; 
	color: #000000;
	border: #333333 solid 1px;
	background-color: #ffffff;
}

#formRight input.submit
{
	padding: 2px;
	padding-top: 0px;
	margin: 0px;
	height: 18px;
	line-height: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px; 
	color: #FFFFFF;
	border: #666666 solid 1px;
	background-color: #7c8b2b;
}

#imgFooter {
	width: 800px;
	height: 50px;
	z-index: 0;
	float: left;
}

.csc-frame-rulerAfter {
	margin-top: 13px;
	margin-bottom: 13px;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}

/* Powermail CSS */

/* Powermail */
	/* Form */
span.powermail_mandatory {
	/* Color of mandatory error message */
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	color: #CC0000;
	padding-left: 2px;
}

div.tx-powermail-pi1_mandatory {
	/* legend of Fieldset */
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	font-weight: normal;
}

input.validation-failed,
textarea.validation-failed {
	/* Background color if validation failed */
	background-color: #CC0000;
/*	background-image: url(/fileadmin/templates/res/img/icon_exclamation.png); */
	background-repeat: no-repeat;
	background-position: 98% 1px; 
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	color: #65A4D5;
	margin: 3px 0 15px 105px;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Fieldset */
	border: 0px solid #ffffff;
	padding: 0px;
}

fieldset.tx-powermail-pi1_fieldset legend {
	/* legend of Fieldset */
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	font-weight: normal;
	padding: 0px;
}

fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 95px;
	text-align: right;
	padding-right: 10px;
	float: left;
	clear: both;
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	font-weight: normal;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text,
fieldset.tx-powermail-pi1_fieldset input.powermail_captcha,
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	border: 1px solid #CCCCCC;
	background-color: #000825;
	width: 240px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_file {
	/* Input and textarea */
	border: 0px solid #CCCCCC;
	background-color: #000825;
	width: 240px;
}

.tx_powermail_pi1_fieldwrap_html_captcha_description {
	margin-left: 105px;
	width: 240px;
}

img.wtcalculatingcaptcha {
	margin: 5px 0 5px 105px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_captcha, fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	height: 16px; 
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_radio input.powermail_radio {
	/* Radiobuttons */
	margin: 0 0;
	padding: 0px 0px;
	float: left;
}

fieldset.tx-powermail-pi1_fieldset label.powermail_check {
	width: 200px;
}

fieldset.tx-powermail-pi1_fieldset div.tx_powermail_pi1_fieldwrap_html_check input.powermail_check {
	/* Radiobuttons */
	margin: 0 0;
	padding: 0px 0px;
	float: left;
}

div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	border: 1px solid #CCCCCC;
	background: #000825;
	margin: 10px 0 10px 105px;
	padding: 0 5px 0 5px;
	font-weight: bold;
	text-transform: uppercase;
}

input.tx-powermail-pi1_mandatory_submit, input.tx-powermail-pi1_confirmation_submit, input.tx-powermail-pi1_confirmation_back {
	/* submit button */
	border: 1px solid #ffffff;
	margin: 20px 5px 10px 0px;
	padding: 0 5px 0 5px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
}

.tx_powermail_pi1_fieldwrap_html select { 
	border: 1px solid #ffffff;
	padding: 0 0 0 0; 
	height: 18px;
}

div.powermail_radio_inner {
	padding: 2px 0px;
	margin: 0 0 0 105px;
	width: 230px;
}

div.powermail_check_inner {
	padding: 2px 0px;
	margin: 0 0 0 105px;
	width: 230px;
}

IMG.date2cal_img_help {
	display: none;
}


div.powermail_radio_inner label {
	/* label */
	display: inline-block;
	text-align: left;
	margin: 0px;
	padding: 0px 5px;
	float: none;
	clear: both;
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	font-weight: normal;
}

div.powermail_check_inner label {
	/* label */
	display: inline-block;
	text-align: left;
	margin: 0px;
	padding: 0px 5px;
	float: none;
	clear: both;
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	font-weight: normal;
}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title,
p.tx_powermail_pi1_fieldwrap_html_radio_title {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div.countryzone {
	margin: 10px 0 0 105px;
}
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 {
}


	/* Confirmation */
td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

	/* THX */
td.powermail_all p.bodytext {
	color: #343434;
/*	font: 10px/14px Verdana, "Lucida Grande", Lucida, sans-serif; */
	margin: 0;
}