/* CSS Document */

html{
	background-image: url(../bilder/mainBackground.gif);
	background-repeat: repeat-x;
	background-color: #424f59;
}

#flash{
	z-index:1;
	position:absolute;
	width:280px;
	height:176px;
	left: 505px;
	top: 11px;
}

#imtto{
	z-index:2;
	position:absolute;
	width:80px;
	height:41px;
	left: 10px;
	top: 260px;
}

#wcstripes{
	z-index:2;
	position:absolute;
	width:150px;
	height:94px;
	left: 605px;
	top: 339px;
}

#main{
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}

#head{
	position: relative;
	height:306px;
}

#logoheader{
	position: relative;
	height:90px;
}

#navigation{
	position: relative;	
	text-align: right;
	background-image: url(../bilder/navigation.gif);
	height: 23px;
	width: 740px;
	padding: 4px 10px 0px 10px;
}

.navigation a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fcf9f4;
	text-decoration: none;
}

.navigation a:hover{ 
 color: #a1bfd7;
}

.navigation a:active{ 
 color: #a1bfd7;
}

.kundenFormular{
	color: #FFF;	
}

#content{
	position: relative;
	background-color: #fcf9f4;
	height: auto;
	min-height: 350px;
	padding: 10px 30px 10px 30px;
	overflow: visible;
}

#rechnungsadresse{
	position: relative;
	color: #ffffff;
	background-image: url(../bilder/kundenerfassung/rechnungsadresse.jpg);
	background-repeat:no-repeat;
	height: auto;
	min-height: 300px;
	padding: 60px 30px 10px 30px;
	overflow: visible;
}

#lieferadresse{
	position: relative;
	color: #ffffff;
	background-image: url(../bilder/kundenerfassung/lieferadresse.jpg);
	background-repeat:no-repeat;
	height: auto;
	min-height: 300px;
	padding: 60px 30px 10px 30px;
	overflow: visible;
}

#zusatz{
	position: relative;
	color: #ffffff;
	background-image: url(../bilder/kundenerfassung/zusatz.jpg);
	background-repeat:no-repeat;
	height: auto;
	min-height: 205px;
	padding: 50px 30px 10px 30px;
	overflow: visible;
}

#kontakt{
	position: relative;
	color: #ffffff;
	background-image: url(../bilder/kundenerfassung/kontakt.jpg);
	background-repeat:no-repeat;
	height: auto;
	min-height: 205px;
	padding: 50px 30px 10px 30px;
	overflow: visible;
}

#sendbutton{
	position: relative;
	height: auto;
	overflow: visible;
}

.pointer {
	cursor:pointer;
	}

#footNavigation{
	position: relative;
	height: 22px;
	width: 760px;
	background-color: #ebebeb;
	text-align: center;
	color: #a1bfd7;
	padding-top: 2px;
}

.footNavigation a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a1bfd7;
	text-decoration: none;
}

.footNavigation a:hover{
	color: #FFFFFF;
}

#pageBottom{
	position: relative;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #25ade1;
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #25ade1;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

select{
	width:150px;
	}

.inputkunden{
	width:0px;
	color: #FFF;
	}
	
	
hr{
	width: 450px;
	background-color: #eeeeee;
	border: 0px;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.produkte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.produkte a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

.felder{
	width: 148px;
	height: 18px;;
	border: 1px solid #a1bfd7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 2px;
	padding-top: 3px;
}

.textfeld{
	border: 1px solid #a1bfd7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 2px;
	padding-top: 3px;
}

.error{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #a1bfd7;
	padding: 10px;
	border: 2px solid #cccccc;
}
