@charset 'utf-8';

/*
*	MAIN
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	background:#ffffff;
	direction: ltr;
	font-family: arial;
	font-size:9px;
	color:#474B4E;
	height:100%;
	width:100%;
	margin-bottom:1px;
}

/*
*	GENERAL
*/

h1 {
	font-family:arial;
	font-size:14px;
	color:#9C002F;
	margin-bottom:15px;
}

img {
	border:none;
}

a {
	text-decoration:underline;
	color:#474B4E;
}

a:hover {
	color:#A6C107;
}

p {
	margin-bottom:10px;
}

.std {
	font-family:arial;
	font-size:12px;
	line-height:16px;
	color:#6E6E6E;
}

li {
margin-left:20px;
list-style-image:url("../upload/_Layout/pfeil.gif");
}

/*
*	LAYOUT
*/

#website {
	height:100%;
	width:100%;
	text-align:center;
}

#inner {
	width:950px;
	height:100%;
	background:#ffffff;
	text-align:left;
	margin:auto;
	border-spacing:0px;
	border-collapse:collapse;
}

#header {
	width:950px;
	height:85px;
	padding:0px 0px 10px 20px;
	text-align:left;
	background:#9C002F;
	border-bottom:1px solid #ffffff;
}

#h_left {
	width:180px;
	height:131px;
	background:#6E6E6E;
}

#h_right {
	width:180px;
	height:131px;
	background:#6E6E6E;
}

#h_middle {
	height:131px;
	background:#ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

/*
*	NAVI
*/

#navi {
	background:#EDEDED;
	width:180px;
	vertical-align:top;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	padding-top:33px;
}

#naviwrapper {
	width:180px;
	border-spacing:0px;
	border-collapse:collapse;
}

td.spacer {
	height:10px;
}

td.item {
	height:26px;
}

td.itemactive {
	height:26px;
}

a.item {
	font-family:arial;
	font-size:10px;
	color:#6E6E6E;
	text-decoration:none;
	padding:7px 0px 7px 15px;
	display:block;
}

a.item:hover {
	font-family:arial;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	padding:7px 0px 7px 15px;
	display:block;
	background:#9C002F;
}

a.itemactive, a.itemactive:hover {
	font-family:arial;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	padding:7px 0px 7px 15px;
	display:block;
	background:#9C002F;
}


/*
*	CONTENT
*/

#content {
	vertical-align:top;
	padding:40px 20px 0px 20px;
	font-family:arial;
	font-size:12px;
	line-height:16px;
	color:#6E6E6E;
	border-top:1px solid #ffffff;
}

/*
*	RIGHT
*/

#right {
	width:180px;
	vertical-align:top;
	background:#9C002F;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

#rightwrapper {
	width:180px;
	background:#9C002F;
	border-spacing:0px;
	border-collapse:collapse;
}

#newshead {
	background:#EDEDED;
	height:30px;
	padding-left:20px;
}

#news {
	background:#EDEDED;
	vertical-align:top;
	border-top:1px solid #ffffff;
	padding-left:20px;
	padding-top:10px;
	height:130px;
	font-family:arial;
	font-size:12px;
	line-height:16px;
}

/*
*	FOOTER
*/

#footer_left {
	background:#EDEDED;
	border-right:1px solid #ffffff;
	height:20px;
}

#footer_right {
	background:#9C002F;
	border-left:1px solid #ffffff;
	height:20px;
}

#footer_middle {
	height:20px;
	padding-left:20px;
}

a.up {
	background:url("../images/up.gif") 0px 1px no-repeat;
	padding-left:12px;
	font-family:arial;
	font-size:10px;
	color:#6E6E6E;
	text-decoration:none;
}


