/*************/
/* Allgemein */
/*************/
* {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

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

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

img {border:none;}

h1 { color:#00A88B; font-size:24px; font-weight:bold; margin:0px 0px 20px 0px;}
h2 { color:#000000; font-size:13px; font-weight:bold; margin:0px 0px 0px 0px;}
h3 { color:#00A88B; font-size:46px; font-weight:bold; margin:0px 0px 20px 0px; line-height:46px;}
h4 { color:#000000; font-size:13px; font-weight:bold; margin:0px 0px 0px 0px; background-image:url(system_images/arrow.gif); background-repeat:no-repeat; padding:0px 0px 0px 25px; background-position:0 center;}

ul {margin:0px; padding:0px;}
li {margin-left:0px; list-style:none; background-image:url(system_images/point_red.gif); background-position:0 10px; background-repeat:no-repeat; padding:0px 0px 5px 10px;}

body {margin:0px; background-color:#E4F1D1;}

/**********/
/* Aufbau */
/**********/
.centerbox {
	width:1000px;
	margin:0px auto;
	background-repeat:no-repeat;
}

.head {
	padding:34px 0px 13px 0px;
	height:170px;
}

.navi {
	float:left;
	padding:0px 15px 10px 18px;
	width:170px;
	height:558px;
}

.content {
	float:left;
	margin:40px 34px 10px 30px;
	width:733px;
	height:518px;
	font-size:13px;
	line-height:160%;
}

.with_image {
	width:430px;
	/*margin:40px 354px 10px 30px;*/
	padding:0px 290px 10px 20px;
	margin-left:0px;

}

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

.breadcrumb {
	color:#0070B0;
	font-weight:bold;
	font-size:12px;
	float:left;
	width:482px;
	padding:0px 0px 0px 18px;
}

.breadcrumb a		{color:#0070B0;}
.breadcrumb a:hover	{color:#E52032;}

.foot {
	color:#0070B0;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	float:left;
	width:482px;
	padding:0px 18px 0px 0px;
}

.box_table	{width:324px;}
.box_table td	{padding:0px 10px 0px 10px;}

.box_head	{background-image:url(system_images/box_head.gif);background-repeat:no-repeat; color:#00A88B; font-weight:bold;}
.box		{background-image:url(system_images/box_line.gif);}
.box_foot	{background-image:url(system_images/box_foot.gif);background-repeat:no-repeat; background-position:bottom;}

.foot a			{color:#0070B0;}
.foot a:hover	{color:#E52032;}

.red, .red a {color:#E52032;}
.noMargin {margin:0px;}
.noPadding {padding:0px;}
.bold {font-weight:bold;}

/********/
/* Navi */
/********/
.menu1, .menu1Down {
	display:block;
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin:25px 0px 5px 0px;
}

.menu1:hover, .menu1Down {
	color:#0070B0;
}

.menu2, .menu2Down {
	display:block;
	color:#333;
	font-size:13px;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	background-image:url(system_images/point_black.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}

.menu2:hover, .menu2Down {
	color:#00A88B;
	background-image:url(system_images/point_red.gif);
}