body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	color:#171717;
}

a {
	color:#9e0b1c;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#fe6600;
}

h1 {
	font-weight:bold;
	font-size:14px;
	margin:0 0 20px 0;
}

.orange {
	color:#FE6600;
}
.rot {
	color:#9E0B1C;
}

.partner {
	float: left;
	width: 170px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.partner img {
	vertical-align: middle;
	margin-top:auto;
	margin-bottom:auto;
}

/***************** LAYER ****************/

#container {
	width:990px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-bottom:5px;
	border-bottom:25px solid #9e0b1c;
	background-color:#fff;
}

#header {
	height:150px;
	background-image:url(../media/top.gif);
	background-repeat:repeat-x;
}

#main {
	background-color:#f3f3f3;
	padding-top:20px;
	position:relative;
	width:100%;
}

#nav {
	float:left;
	width:220px;
}

#nav a, #nav .button {
	color:#fff;
	padding:4px 4px 5px 10px;
	line-height:12px;
	margin-left:25px;
	display:block;
	margin-bottom:10px;
	width:120px;
	font-weight:normal;
}

#nav a.orange, #nav .button {
	background-color:#fe6600;
}
#nav a.rot {
	background-color:#9e0b1c;
}
#nav a.grau {
	background-color:#B2B2B2;
}

#subnav_ueber_uns {
	background-color:#FE6600;
	position:absolute;
	left:159px;
	top:51px;
}

#subnav_ueber_uns a {
	padding:4px 10px 4px 10px;
	margin:0px;
	width:140px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	display:block;
}
#subnav_ueber_uns a:hover {
	background-color:#fff;
	color:#FE6600;
	border:0px none;
}

#content {
	float:left;
	width:700px;
	background-color:#fff;
	padding-left:30px;
	padding-top:25px;
	padding-right:20px;
	border-bottom:5px solid #fff;
}

#content #right {
	float:right;
	width:240px;
}

#content #left {
	width:400px;
	float:left;
}

#scroller {
	float:right;
	width:45px;
	height:355px;
	text-align:center;
	position:relative;
}

#clearer {
	clear:both;
	height:1px;
	overflow:hidden;
}

#newselem {
	margin-bottom:30px; 
	padding-bottom:10px; 
	border-bottom:1px solid #9E0B1C;
}

#newselem i {
	font-size:11px;
}

#newselem #more {
	text-align:right;
}

#newselem a img {
	border:1px solid #9E0B1C;
	padding:4px;
	background-color:#fff;
}
#newselem a:hover img {
	border:3px solid #9E0B1C;
	padding:2px;
}

#inputblock {
	margin-bottom:5px;
}

#inputblock #text {
	float:left;
	width:34%
	text-align:right;
	padding-top:0px;
}

#inputblock #feld {
	float:right;
	width:65%;
}

#inputblock #feld input, #inputblock #feld textarea {
	width:90%;
	padding:2px 2px 2px 6px;
	border:1px solid #9E0B1C;
	font-size:11px;
	font-family:Arial;
}
#inputblock #feld textarea {
	height:120px;
}

