/*************/
/* Allgemein */
/*************/
* {
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#72808A;
}

/* Wenn der Scrollbalken nicht immer angezeigt werden soll, nachfolgende Zeile bitte auskommentieren */
html {overflow: -moz-scrollbars-vertical;}

body, .clear {background-color:#FFF4EA; margin-top:0px;}

a {text-decoration:none; color:#F25527;}
a:hover {color:#003376;}

img {border:none;}

h1 {font-size:14px;font-weight:bold; padding-bottom:10px;}
h2 {font-size:12px;font-weight:bold;}
h3 {font-size:12px;font-weight:bold;}

li {margin-left:20px; list-style-image:url(system_images/li.gif);}

/**********/
/* Aufbau */
/**********/
.centerbox {
	width:950px;
	background-image:url(system_images/subnavi_bg.gif);
	background-repeat:no-repeat;
	background-color:#A0AAB2;
	margin:0px auto;
}

.head_navi {
	height:180px;
	padding-bottom:10px;
	padding-left:25px;
	line-height:200%;
}

.head_navi table {
	height:180px;
	width:195px;
	float:left;
}

.head_navi td {
	vertical-align:bottom;
}

.subnavi {
	width:195px;
	height:473px;
	float:left;
	padding-left:25px;
	padding-top:15px;
	line-height:200%;
}

.content_box {
	float:left;
	width:730px;
	background-image:url(system_images/content_bg.gif);
}

.content {
	width:470px;
	padding:20px;
	background-color:#DEE2E4;
	float:left;
	line-height:150%;
}

.right {
	float:left;
	width:180px;
	height:220px;
	background-image:url(system_images/right_bg.gif);
	background-repeat:no-repeat;
	padding:20px;
	padding-top:140px;
}

.foot {
	clear:both;
	height:98px;
	background-image:url(system_images/foot_bg.gif);
	padding-top:10px;
	line-height:200%;
	padding-left:25px;
}

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

/********/
/* Navi */
/********/
.menu1 {
	font-weight:bold;
	padding-left:10px;
	color:#72808A;
}

.menu1:hover {
	color:#F25527;
}

.menu1_active {
	font-weight:bold;
	padding-left:10px;
	background-image:url(system_images/menu_point.gif);
	background-repeat:no-repeat;
	color:#F25527;
}

.menu2 {
	font-weight:bold;
	padding-left:10px;
	color:#DEE2E4;
}

.menu2:hover {
	color:#003376;
}

.menu2_active {
	font-weight:bold;
	padding-left:10px;
	background-image:url(system_images/menu2_point.gif);
	background-repeat:no-repeat;
	color:#003376;
}
