@import url(editor.css);
* {
	margin:0px;
	padding:0px;
	outline:none;
}
body, td, th, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033400;
	line-height:1.3em;
	height:100%;
}
body {
	background-color: #fff;
	margin:0px;
}
/* ------------------ AUFBAU ------------------ */
#wrapper {
	margin:auto;
	width:1001px;
	margin-top: 10px;
	background:url(images/wrapper.gif) 0 0 repeat-y;
}
#iHeader {
	background:url(images/header.jpg) 0 0 no-repeat;
	width: 1001px;
	height:308px;
}
#iLinks {
	float:left;
	width:243px;
	background:#c4d85d;
	padding:30px 0 0 0;
	margin-left:1px;
	height:100%;
}
#iContent {
	float:left;
	width:623px;
	background:#feffd7;
	padding: 10px 30px 0 30px;
	min-height:400px;
}
* html #iContent {
	height:400px;
}
#iFooter {
	background:url(images/footer.jpg) 0 0 no-repeat;
	height:91px;
	width:1001px;
}
/* ------------------ MENUE ------------------ */
.cMenue {
	list-style-type:none;
	list-style-position:outside;
	color: #033400;
}
/* Menueebene 1 */
.cMenue0, .cMenue1, .cMenue2, .cMenue3, .cMenue0H, .cMenue1H, .cMenue2H, .cMenue3H {
	border-bottom:1px solid #95B94F;
}
.cMenue0 a, .cMenue0H a {
	padding: 6px 0 6px 30px;
	text-decoration:none;
	color:#003501;
	display: block;
	font-size:13px;
}
.cMenue0 a:visited {
	text-decoration:none;
	color:#666666;
}
.cMenue0 a:hover, .cMenue0H a:hover {
	color:#003501;
	background-color:#D3E146;
}
.cMenue0H a {
	color:#003501;
	font-weight:bold;
}
.cMenueTrenner0, .cMenueTrenner0 a, .cMenueTrenner0 a:visited, .cMenueTrenner0H, .cMenueTrenner0H a, .cMenueTrenner0H a:visited {
	margin: 0 0 0 0px;
	padding-top:5px;
	text-decoration:none;
	color:#003501;
	font-weight:bold;
}
/* Menueebene 2 */
.cMenue1 a, .cMenue1H a {
	padding: 6px 0 6px 50px;
	text-decoration:none;
	color:#005E04;
	display: block;
}
.cMenue1 a:visited {
	text-decoration:none;
	color:#666666;
}
.cMenue1 a:hover, .cMenue1H a:hover {
	color:#005E04;
	background-color:#DFE97B;
}
.cMenue1H a {
	color:#005E04;
	font-weight:bold;
}
/* Menueebene 3 */
.cMenue2 a, .cMenue2H a {
	padding: 6px 0 6px 50px;
	text-decoration:none;
	color:#008208;
	display: block;
}
.cMenue2 a:visited {
	text-decoration:none;
	color:#005E04;
}
.cMenue2 a:hover, .cMenue2H a:hover {
	text-decoration:none;
	color:#008208;
	background-color:#DFE97B;
}
.cMenue2H a {
	color:#008208;
	font-weight:bold;
}

#iHistory {
	float: left;
	font-size: 12px;
	color: #222222;
	padding-bottom: 20px;
}
#iSeitenNavi {
	text-align:right;
}
#iAdmin {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:35px;
	z-index:98;
}
.cAdmin {
	background-color: #333333;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	padding: 5;
}
.cAdmin A:link {
	font-size: 12px;
	color: #ffffff;
}
.cAdmin A:visited {
	font-size: 12px;
	color: #ffffff;
}
.cAdmin A:hover {
	COLOR: #ff0000;
	TEXT-DECORATION: underline;
}
.cAdmin A:active {
	font-size: 12px;
	color: #ffffff;
}
.cAdminTrenner {
	background-color:#770000;
	COLOR:#fff;
}
.cAdmin A {
	FONT-SIZE:12px;
	COLOR:#fff;
	TEXT-DECORATION:none;
}
.cAdminEdit {
	background-color:#ffFFFF;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	font-style:normal;
	TEXT-ALIGN: left;
}

