﻿	body {
		margin: 0;
		text-align:center;
	}
	
	div#wrapper {
	text-align:left;
	width:960px; 
	margin:0 auto; 
	}
	#main {
		position: absolute;
		top: 214px;
		width: 960px;
	}
	#onlycentercontent {
		float:  left;
		width: 617px;
	}
	#header {
		position: absolute;
		width: 960px;
		height: 214px;
	}
	#mainnavi{
		width:960px;
		height:30px;
		background-image: url(/images/kunde/design/bg_navi.jpg);
	}
	
	#centercontent {
		float: right;
		width: 617px;
	}
	
	#leftandrightcontent{
		float:left;
		width:341px;
	}
	
	#leftcontent {
		float: left;
		width: 170px;		
	}
	#rightcontent {
		float: right;
		width: 171px;		
	}
	#footer {
		float: left;
		margin-top: 15px;
		width: 100%;
		height:62px;
		background-image: url(/images/bg_footer.jpg);
	}

#centercontent .col50L {   width: 49%; float: left;    }
#centercontent .col50R {   width: 50%; float: right;   }



FORM LABEL {
	width: 90%;
	margin: 5px 0 3px 0;
	display: block;
	float: left;
	color: #24415A;
	font-size: 10px;
}
FORM INPUT.text,
FORM INPUT.button {
	width: 170px;
	height: 20px;
	border: 1px solid #d447db;
}
FORM TABLE INPUT.text {
	width: 300px;
	height: 18px;
	background-color: #FFFFFF;
	border: none;
	border: 1px solid #d447db;
}
FORM TABLE INPUT.text.medium { width: 245px; }
FORM TABLE INPUT.text.small  { width: 50px;  }

FORM TABLE SELECT.select {
	width: 300px;
	height: 18px;
	border: 1px solid #d447db;
}
FORM TEXTAREA.textarea {
	width: 300px;
	height: 90px;
	border: 1px solid #d447db;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
FORM INPUT.button {
	width: 172px;
}
FORM INPUT.text {
	margin: 0 0 7px 0;
}
FORM TABLE INPUT.text {
	margin: 2px 0 2px 0;
}
FORM INPUT.button {
	background-color: #d447db;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}


#centercontent h2{
	margin:0;
	padding:10px 0 0 17px;
	width:600px;
	height: 31px;
	background-image: url(/images/bg_h2.jpg);
	font-weight: bold;
	font-size: 16px;
}