

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;

}


.iefix {
	padding: 10px;
}


a:link, a:active {
	text-decoration: underline;
	color: #000;
}

a:visited{
	text-decoration: underline;
	color: #575757;
}

a:hover {
	text-decoration: none;
	color: #0C3B63;
}


input, select, textarea {
	border: solid 1px #94D0F5;
	background: #FFF;
	width: 300px;


}



div#positionierer {
	width: 740px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
}


div#header {
	display: block;
	clear: both;
	width: 740px;
	height: 99px;
	background-image: url('../pics/header.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	text-indent: -740px;
	margin-bottom: 30px;
}


div#navigation {
	display: block;
	float: left;
	width: 184px;
	margin-left: 14px;
}


div#scroller {
	background: #E2F2FC;
	width: 162px;
	margin-top: 40px;
	margin-bottom: 20px;
	background-image: url('../pics/main_unten.gif');
	background-position: left bottom;
	background-repeat: no-repeat;	
}


div#main {
	background: #E2F2FC;
	width: 526px;
	float: left;
	margin-bottom: 20px;
	background-image: url('../pics/main_unten.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}


div#adresszeile {
	clear: both;
	background-image: url('../pics/adresszeile_bg.gif');
	text-align: center;
	margin-bottom: 20px;
	margin-left: 30px;
	display: block;
	width: 710px;
	height: 24px;
	line-height: 24px;

}
