/************/
/* FORMULAR */
/************/

/* normal (Seitenbereich) */
#normal {
  /*-- Position --*/
  position:absolute; 
  top:331px;
  left:196px; 
  width:448px;
  height:210px;
  /*-- Aussenabstand --*/
  /*-- Farbe --*/ 
  background-color:#CC0000;
  /***background-color:#CC0000;*/
}

#rechts {
  /*-- Position --*/
  position:absolute; 
  top:331px;
  left:479px; 
  width:168px;
  height:210px;
  /*-- Aussenabstand --*/
  /*-- Innenabstand --*/  
  margin:-2px 0 0 0;
  /*-- Farbe --*/ 
  background-color:#CC0000;
  /***background-color:#CC0000;*/
}

#rechts table {
  border: 0;
  border-collapse: collapse;
}

#rechts tr {
  vertical-align:top;
}


.csc-mailform {
	background-color:#CC0000;
	border: 0px solid #000000;
	margin: 0px;
	padding: 0px;
	width:262px;
}
		
.csc-mailform-field {
	margin:0px;
	padding:0 2px 2px 0;
	border:0px solid #000000;
	height:16px;
	float: left;
}

div#ff-Text {
	height: auto;
}

.csc-mailform label{
	display:block;
	width:96px;
	float:left;
	text-align:left;
	margin:-1px 0 0 0;
	padding:0;
	color:#FFFFFF;
	height: 14px;
	overflow: hidden;
	/*font-size:11px;*/
}

label#label-send{
	display: none;
}

.csc-mailform input, .csc-mailform textarea {
/*	display:block;*/
	/* Position */
	float:left;
	width:154px; /*- padding, -border*/
	height:14px;
	/* Farben */
	color: #000000;
	background-color:white;
	/* Rand */
	border: 1px solid #FFFFFF;
	/* Aussenabstand */
	padding: 0px 2px;
	/* Innenabstand */
	margin: 0;
	/* Schrift */
	font-size:11px;
	font-family:myriad, arial, helvetica, sans-serif;
}

input{
	font-size:9px;
}

/* Sonderfaelle */
input#mailformstrasse {
	width: 122px;
}

input#mailformnr {
	width: 24px;
}

input#mailformplz {
	width: 24px;
}

input#mailformort {
	width: 122px;
}

div#ff-send {
	width: 258px;
	text-align: right;
}

input#mailformformtype_mail {
	border: 0px none red;
	width:36px;
	margin-top:-1px;
	margin-right:1px; /* Ausgleich */
}

.csc-mailform textarea {
	height:76px;
}

.csc-mailform .csc-mailform-submit{
	width:36px;
	height:22px;
	background-color:#CC0000;
	border: 0px solid #000000;
	color:#FFFFFF;
	float:left;
	margin-left: 96px;
	text-align: right;
	font-size:10px;
	margin-top:0px;
}

