/*************/
/* Allgemein */
/*************/
* {
	padding:0px;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
}

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

a {text-decoration:none;color:#000000}
a:hover {color:#FF4C00;}

img {border:none;}

h1 {font-size:13px; font-weight:bold; color:#FF4C00; margin-bottom:15px}
h2 {font-size:12px; font-weight:bold; color:#FF4C00;}
h3 {font-size:12px; font-weight:bold; color:#FF4C00;}
li {margin-left:20px;}

body, .content_clear {
	background-color:#EFEEE6;
}

/**********/
/* Aufbau */
/**********/
.centerbox {
	width:1000px;
	background-image:url(system_images/page_background.gif);
	margin-top:25px;
}

.head {
	border-bottom:1px solid #FF4C00;
	height:59px;
	padding-top:41px;
	text-align:right;
}

.navi_box {
	padding-top:10px;
	padding-bottom:10px;
	height:280px;
}

.navi_left {
	float:left;
	width:179px;
	padding-right:1px;
	height:280px;
}

.navi_content {
	float:left;
	width:615px;
	background-color: #E3DED2;
}

.navi {
	float:left;
	margin-left:1px;
	width:129px;
	height:260px;
	padding-top:20px;
	background-image:url(system_images/navi_right_background.gif);
	padding-right:75px;
	text-align:right;
}

.subnavi_description {
	width:160px;
	height:20px;
	text-align:right;
	padding:0px 10px 0px 10px;
	font-size:12px; 
	color:#FF4C00;
}

.subnavi {
	clear:both;
	border-top:1px solid #FF4C00;
	border-bottom:1px solid #FF4C00;
	height:20px;
	padding-right:205px;
}

.content_box {
}

.content_left {
	float:left;
	width:180px;
	height:179px;
}

.content {
	float:left;
	width:545px;
	padding:25px 35px 25px 35px;
}

.content_right {
	float:left;
	margin-left:1px;
	width:204px;
	background-image:url(system_images/content_right_background.gif);
	height:179px;;
}

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

.foot {
	padding-bottom:25px;
	text-align:right;
	background-color:#EFEEE6;
}

/********/
/* Navi */
/********/
.navi a 	{color:#000000; font-size:12px;}
.navi a:hover 	{color:#FF4C00; font-size:12px;}
.navi_active 	{color:#FF4C00; font-size:12px;}

.subnavi a:hover {
}

.subnavi_active {
}

/*************/
/* Sonstiges */
/*************/
.subnavi table {
	width:100%;
	border-collapse:collapse;
}

.subnavi_blank {
	width:10px;
}

.subnavi_content {
	background-color:#DEDECA;
	height:20px;
}

.subnavi_space {
	width:5px;
}