/* CSS Document */

body {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 0 0;
	color:#3300CC;
}

h1, h1 a {
	margin-top:15px;
	font-size: 17px;
	color:#999999;
	text-decoration:none;
}

h3 {
  font-size: 12px;
  color: #de5100;
}

#hintergrund {
	width: 968px;
	display: block;
	background-image: url(../_img/schatten_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#hintergrund:after{
	content:".";
	clear:both;
	visibility:hidden;
	height:0px;
	display:block;
}

#rechts {
	float: right;
	width: 500px;
	min-height: 350px;
	padding-right: 21px;
	padding-top: 17px;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(../_img/schatten_rechts.gif);
	background-position: right;
	background-repeat: repeat-y;	
}

#header {
	display: block;
	width: 963px;
	height: 200px;
	background-image: url(../_img/header.jpg);
	background-repeat:no-repeat;
}

#kundenlogin {
	display: block;
	width: 425px;
	float: left;
	padding-top: 5px;
	padding-left: 75px;
	color: #999999;
	border-top: 1px solid #66cc00;
	background:url(../_img/schatten_form.gif) repeat;
}

#promoterlogin { 
	display: block;
	width: 425px;
	float: left;
	padding-top: 5px;
	padding-left: 75px;
	color: #999999;
	border-top: 1px solid #66cc00;
	background:url(../_img/schatten_form.gif) repeat;
}

#teaser {
	display: block;
	width: 425px;
	float:left;
	height: 359px;	
}

#content_rechts {
	display: block;
	width: 425px;
	padding-top: 15px;
	padding-left: 75px;
	color: black;
	float: left;	
	border-top: 1px solid #66cc00;
	border-bottom: 1px solid #66cc00;
	color:#666666 ;
	background:url(../_img/schatten_form.gif) repeat;
}

#footer {
	clear: both;
	width: 968px;
	height:20px;
	background-image: url(../_img/footer.jpg);
}

#pfeil_rechts1, #pfeil_rechts2 {
	position:absolute;
	left: 925px;
	border:none;
}


#kundenform label, #kundenform input, #kundenform select, #promoterform label, #promoterform input, #promoterform select { 
/* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  margin:5px;
}

label {
	width:150px;
	text-align:right;
}

label a{
	color:#E15001;
	text-decoration:none;
}

#kundenform input.text, #promoterform input.text  {
	border:1px solid #A7A7A7;
	width: 200px; /* Breite.*/
}

/* magic */
input[type=hidden]  {
	display: none;
}



input[type=submit]  {
	margin-bottom: 25px;
}
.submit_form {
	display: inline;
	border: 1px solid #A7A7A7;
	width: 202px !important; 	/* Wert für Fiefox */
	width: 204px;				/* Wert für IE6 */
	padding:0px;
	/* margin-bottom: 20px !important;
	margin-bottom: 0px;
	Wert für IE7 wird in der Seite über conditional eingebunden.
	padding-left: 10px;
	margin-left: 5px !important; 	/* Wert für ff & ie 7 
	margin-left: 0px;				/* Wert für IE6 
*/} 

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
	float: none;
	background-color:#FFFFFF;
	font-size: 9px;
	text-align:center;
	cursor: pointer;
}

#kundenform, #promoterform {
	display:none;
}

#foot-menu {
	color: #666666;	
	width: 972px;
	padding: 11px 9px;
}

#foot-menu ul {
	padding: 0;
	margin: 0;
}

#foot-menu #copyright, #foot-menu li {
	list-style: none none;
	float: left;	
	padding: 0;
	margin: 0;
}

#foot-menu #copyright, #foot-menu li a {
	color: #666666;	
	text-decoration: none;
	display: block;
	padding: 0.25em 0;
}

#foot-menu #copyright span, #foot-menu li a span {
	padding: 0 1em;	
}

#foot-menu li a span {
	border-left: 1px solid #999999;
}

.green {
	color:#00CC00;
}
.red {
	color:#CC0000;
}