/*************/
/* Allgemein */
/*************/
/* *{KEINE * allgemein Definitinen machen!!} */

/* Wenn der Scrollbalken nicht immer angezeigt werden soll, nachfolgende Zeile bitte auskommentieren */
html {overflow: -moz-scrollbars-vertical;}
body {font-size:12px;font-family: Verdana,Arial;}
a {text-decoration:none; color:#8C1423;}
a:hover {text-decoration:none; color:#000000;}

img {border:none;}

h1 {font-size:18px;color:#8C1423;border-top:1px #8C1423 solid;padding-top:10px;margin-top:10px;font-weight:normal;}
h2 {font-size:13px;font-weight:bold;color:#8C1423;margin:0px;padding:0px;}
h3 {font-size:12px;font-weight:bold;}

li {margin-left:20px;}

.linie {
border-bottom:1px solid #8C1423;
width:100;
}

/**********/
/* Aufbau */
/**********/
.centerbox {
	width:1000px;
	margin:0px auto;
}

.head {
	float:left;
	width:1000px;
	background-color:#FFFFFF;
}

.logo {
	float:right;	
	padding-right:210px;
}

.subhead_left {
	float:left;
	width:210px;
	height:10px;
	background-color:#FFFFFF;
}

.subhead_middle {
	float:left;
	width:580px;
	height:10px;
	background-color:#DFD8CE;
}

.subhead_right {
	float:left;
	width:210px;
	height:10px;
	background-color:#FFFFFF;
}

.navi {
}

.subnavi {
	position:absolute;	
	right:0;
	width:190px;
	padding-bottom:10px;
	bottom:0px;
}

.content {
	background-image:url('system_images/background.jpg');
	background-repeat:repeat-y;
	width:100%;
}


.content_left {
	float:left;
	width:190px;
	padding:10px 0px 0px 20px;
	text-align:right;
	position:relative;
	
	height:600px;
}

.content_middle {
	float:left;
	width:500px;
	padding:0px 40px 0px 40px;
	line-height:150%;
}

.content_right {
	float:left;
	width:190px;
	padding-right:20px;
}

.footer {
}

.footer_left {
	float:left;
	width:210px;
	background-color:#FFFFFF;
}

.footer_middle {
	float:left;
	width:580px;
	background-color:#DFD8CE;
}

.footer_right {
	float:left;
	width:210px;
	background-color:#FFFFFF;
}

.teaser_start {
	border-top:1px #8C1423 solid;
	border-bottom:1px #8C1423 solid;
	padding:5px 20px 5px 20px;
	margin-top:10px;
}

.teaser {
	border-bottom:1px #8C1423 solid;
	padding:5px 20px 5px 20px;
}

.clear {
	clear:both;
	height:1px;
	line-height:1px;
}

/********/
/* Navi */
/********/
.navi a {
	padding-right:20px;
	color:#000000;
}

.navi a:hover {
	color:#8C1423;
}

.navi_link {
	border-bottom:1px #8C1423 solid;
	padding:5px 0px 5px 0px;
}

.start {
	border-top:1px #8C1423 solid;
}

.navi .active {
	color:#8C1423;
	background-image:url('system_images/point.jpg');
	background-repeat:no-repeat;
	background-position:right center;
}

.subnavi a {
	padding-right:20px;
	color:#000000;
}

.subnavi a:hover {
	color:#8C1423;
}

.subnavi .active {
	color:#8C1423;
	background-image:url('system_images/point.jpg');
	background-repeat:no-repeat;
	background-position:right center;
}
