@import url(editor.css);
* {
	margin:0px;
	padding:0px;
	outline:none;
}
body,td,th, html {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	line-height:1.3em;
	height:100%;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* ------------------ AUFBAU ------------------ */
#wrapper {
	margin:auto;
	width:1048px;
  background:url(images/left.gif);
	background-repeat:repeat-y;
}
#iHeader {
	background:url(images/header.jpg) 0 0 no-repeat;
	width: 988px;
	height:281px;
}
#iLinks {
	float:left;
	width:240px;
	padding:30px 0 0 148px;
	height:100%;
}
#iContent {
	float:left;
	width:600px;
	padding-top:30px;
	height:100%;
	padding-bottom:40px;
}
/* ------------------ MENUE TOP ------------------ */
#navi-top {
	position:relative;
	width:130px;
	height:36px;
	left:842px;
	top:141px;
}
#navi-top a {
	height:38px;
	text-indent: -6000px;
	display:block;
	float:left;
}
#navi-top a.home {
	background: url(images/navi/01-home.jpg) 0 0 no-repeat;
	width:42px;
}
#navi-top a.kontakt {
	background: url(images/navi/02-kontakt.jpg) 0 0 no-repeat;
	width:41px;
}
#navi-top a.impressum {
	background: url(images/navi/03-impressum.jpg) 0 0 no-repeat;
	width:40px;
}
#navi-top a:hover {
	background-position: 0px -38px;
}
/* ------------------ MENUE ------------------ */
.cMenue {
  width:240px;
  margin-top: -5px;
	list-style-type:none;
	list-style-position:outside;
	color: #333333;
}
/* Menüebene 1 */
.cMenue0 a { padding: 0 0 0 20px; background:url(images/pfeil.gif); background-repeat:no-repeat;	background-position: 0px 5px; 	text-decoration:none; color:#333333;}
.cMenue0 a:visited { text-decoration:none; color:#333333; }
.cMenue0 a:hover { text-decoration:underline; color:#7e9900; }
.cMenue0H a { padding: 0 0 0 20px; background:url(images/pfeil.gif); background-repeat:no-repeat;	background-position: 0px 5px; 	text-decoration:none; color:#7e9900; font-weight:bold; }


.cMenueTrenner0, .cMenueTrenner0 a, .cMenueTrenner0 a:visited, .cMenueTrenner0H, .cMenueTrenner0H a, .cMenueTrenner0H a:visited { margin: 0 0 0 -2px; padding-top:5px ;text-decoration:none; color:#7e9900; font-weight:bold; }

/* Menüebene 2 */
.cMenue1 a { padding: 0 0 0 30px; background:url(images/pfeilgrau.gif); background-repeat:no-repeat;	background-position: 20px 5px; 	text-decoration:none; color:#666666; }
.cMenue1 a:visited { text-decoration:none; color:#666666; }
.cMenue1 a:hover { text-decoration:underline; color:#7e9900; }
.cMenue1H a { padding: 0 0 0 30px; background:url(images/pfeilgrau.gif); background-repeat:no-repeat;	background-position: 20px 5px; 	text-decoration:none; color:#7e9900; font-weight:bold; }


/* Menüebene 3 */
.cMenue2 a { padding: 0 0 0 35px; text-decoration:none; color:#7e9900;}
.cMenue2 a:visited { text-decoration:none; color:#7e9900; }
.cMenue2 a:hover { text-decoration:underline; color:#7e9900; }
.cMenue2H a { padding: 0 0 0 35px; text-decoration:none; color:#7e9900; font-weight:bold; }

/* Menüebene 3 */
.cMenue3 a { padding: 0 0 0 40px; text-decoration:none; color:#7e9900;}
.cMenue3 a:visited { text-decoration:none; color:#7e9900; }
.cMenue3 a:hover { text-decoration:underline; color:#7e9900; }
.cMenue3H a { padding: 0 0 0 40px; text-decoration:none; color:#7e9900; font-weight:bold; }

#iHistory {
  float: left;
  font-size: 30px; 
  color: #669900;
  padding:7px 0 10px 0;
}
#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;
}

