body {
	background-color:#333333;
}

h2,h3,h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px Helvetica,Verdana,Arial 
}

h1 { 
	font: normal 14px Helvetica,Verdana,Arial;
	font-weight: bold;
}

img.block {
	display:block;
}

td {
	font-size:11px;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  width:938px;
  margin-left:auto;
  margin-right:auto;
  border:1px solid silver;
  background: url(../fileadmin/images/background.gif) center repeat-y;
  background-color:#FFFFFF;
}

div#top {
  font: bold 10px Verdana,Arial;
  clear:both;
  background-color:#990000;
  text-align:right;
  color:#FFFFFF;  
  padding:5px;
  padding-right:10px;  
}

div#top a {
   text-decoration: none;
   color:white;
   }

div#header { background-color:white; }

/*-----------------------------------*/

div#links { 
	float:left;
	width:179px; 
	padding-top:37px;
	padding-bottom:10px;
	background-color:#999999;
}

div#head { 
	font: normal 10px Helvetica,Verdana,Arial;
	padding-top:5px;
	padding-bottom:5px;
}


div#center { 
	margin-left:190px; 
	width:490px; 
}
div#center a { color:#990000; }
div#center a:visited { color:#666666; }

div#right { 
	width:215px; 
	height:auto;
	float:right; 
	text-align:left; 
	padding-top:10px;	
	background-color:#CCCCCC;
}

.float-left { 
	float:left; 
}

div#footer {
  clear:both;
  background-color:#990000;
  padding:10px;
}


/* Felder und Submit Button für Email-Formulare */

.csc-mailform-field input {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #BDBDBD;
	font-family: Helvetica,Verdana,Arial;
	font-size: 12px;
	line-height:15px;
}

.csc-mailform-field textarea {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #BDBDBD;
	font-family: Helvetica,Verdana,Arial;
	font-size: 12px;
	line-height:15px;
}

.csc-mailform-field label {
	margin:2px;
	font-size:12px;
	line-height:15px;
	color:#000000;
	/*float: left;*/
	text-align: left;
	margin-right: 0px;
	width: 300px;
	display: block;
	font-family: Helvetica,Verdana,Arial;
}

/*Border um gesamtes Formular wenn gewünscht
	.csc-mailform {
	border-style: solid;
	border-width: 1px;
	border-color: #BDBDBD;
}*/

/*Ausrichtung des Submit Buttons*/

#mailformformtype_mail
{
	margin-left: 0px;
	margin-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #CCCCCC;
	border-width: 1px;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #A2A2A2;
	border-right-color: #A2A2A2;
	border-style: solid;
}

.csc-mailform-field {
	font-size: 12px;
	line-height:15px;
	clear:both;
}

.csc-mailform-field select {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #BDBDBD;
}

/* BEGINN CSS für Powermail Extension*/
/* Powermail */
span.powermail_mandatory {
	color: black;
}
input.validation-failed,
textarea.validation-failed {
	background-color: #A00006;
}
div.powermail_mandatory_js {
	color: #A00006;
	margin: 3px 0 15px 150px;
}

fieldset.tx-powermail-pi1_fieldset textarea {
	width: 250px;
}

input.powermail_submit {
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid black;
	width: 130px;
}

td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

fieldset.tx-powermail-pi1_fieldset {
	/* Disable border */
	/*border: none;*/
}

fieldset.tx-powermail-pi1_fieldset label {
	/* Style labels */
	display: block;
	width: 150px;
	float: left;
	clear: both;
}

fieldset.tx-powermail-pi1_fieldset input, fieldset.tx-powermail-pi1_fieldset select {
	/* Style input fields */
	width: 200px;
	border: none;
	border-bottom: 1px solid black;
}
	
div.tx_powermail_pi1_fieldwrap_html {
	/* Increase margin between every field */
	margin: 10px 0;
}

div.powermail_check_inner, div.powermail_radio_inner {
	margin: 10px 50px;
}

div.tx_powermail_pi1_fieldwrap_html_submit {
	margin-left: 150px;
}

/* END CSS für Powermail Extension*/