body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #e7731c;
	margin-bottom: 10px;
	margin-top: 10px;
}
h0 {
	font-size: 22px;
	font-weight: bolder;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #847895;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	margin-left: 20px;
}
h1 { font-size: 16px; }
h2 { color: #65567a; font-size: 14px; }
h3 { font-size: 12px; }
h4 { color: #65567a; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }

p, li, dd {
	color: #3e3339;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:18pt;
	margin: 0 5px 0 20px;
}

li {
	margin-left: 3em;
	list-style-image: url(../bild/list.gif);
}

a {	text-decoration: none; }
a:link { color: #663399; font-style: italic; }
a:visited {	color: #663399; font-style: normal;	text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; }


#NAVI_MAIN {
	position: fixed;
	background-color: #fcc300;
	background-image: url(../bild/nav.jpg);
	height: 100%;
	width: 200px;
	text-align:center;
	z-index: 3;
}
#NAVI_MAIN ul {
	margin: 0;
	padding: 0;
	text-align:center;
	width:187px;
}
#NAVI_MAIN ul li {
	margin: 7px 0; 
	padding: 0;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	list-style-position:inside;
	width:187px;
}
.active {
	background-color: #65567a;
	color: #e7731c;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	height:25px;
	line-height:18pt;
	padding: 0;
	text-align:center;
	width:187px;
}
#NAVI_MAIN a {
	color: #473057;
	font-size: 13px;
	font: Verdana, Helvetica, Arial, sans-serif normal;
	font-style: normal;
	font-weight: bold;
	line-height:18pt;
	padding: 0;
	text-align:center;
	text-decoration: none;
}
#NAVI_MAIN a:hover, #NAVI_MAIN a:active, #NAVI_MAIN a:focus {
	color: #FFFFFF;
	text-decoration: underline;
}


#HEADER {
	position: fixed;
	background-color: #65567a;
	background-image: url(../bild/top.jpg);
	margin-left: 200px;
	height: 100px;
	width: 100%;
	z-index: 2;
}
#HEADER_INNER_LEFT {
	float:left;
	position:relative;
	height:85px;
	width:auto;
}
#HEADER_INNER_RIGHT {
	float:right;
	height:85px;
	position:relative;
	right:25%;
	text-align:right;
	width:175px;
}
.bottom_box {
	position:absolute;
	bottom:0;
}

#CONTENT_MAIN {
	padding-left: 200px;
	position: absolute;
	top: 100px;
	width: 70%;
	z-index: 1;
}
#CONTENT_INNER_BOX {
	float:right;
	position:relative;
	text-align:right;
	width:170px;
}

.content_box {
	padding: 10px;
	padding-left: 20px;
}

.clearer, .clearer_and_distance {
	clear:both;
	height: -1px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	border:0;
	padding:0;
	margin:0;
}
.clearer_and_distance {
	padding-bottom:15px;
	border-top: 1px solid #ddd;
}

.more_link { font: 10px Verdana, Helvetica, Arial, sans-serif; padding-bottom: 5px; }
.more_link a { font-size: 10px; text-decoration:none; }
.more_link a:hover { font-size: 10px; text-decoration:underline; }

.float_left { float:left; padding-right: 15px; padding-bottom: 15px; }
.float_right { float:right; padding-left: 15px; padding-bottom: 15px; }

.padding_bottom { padding-bottom:15px; }