@import url(editor.css);
* {
	margin:0px;
	padding:0px;
	outline:none;
}
body,td,th,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #4d2a00;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f0d1a9;
	margin-left: 0px;
}


/* ------------------ AUFBAU ------------------ */
#wrapper {
	width:830px;
	margin:auto;
}
#header { 
	background:url(images/header.jpg) 0 0 no-repeat;
	width: 830px;
	height:262px;
}
#content {
	width:830px;
}
#navi {
	width:240px;
	height:auto;
	float:left;
	margin:15px 17px 0 0;
}
#inhalt {
	width:500px;
	min-height: 400px;
	float:left;
	padding:15px 30px 0 0;
}
/* ------------------ MENUE TOP ------------------ */
.cMenue {
	list-style-type:none;
	font-size:14px;
	line-height:24px;
	width:180px;
	padding-left:28px;
}
/* Menüebene 1 */
.cMenue0 {background:url(images/dotted.gif); background-position:bottom; background-repeat:repeat-x;}
.cMenue0 a { text-decoration:none; color:#a66514; line-height:22px; }
.cMenue0 a:visited { color:#a66514; }
.cMenue0 a:hover { color:#5e3603; }
.cMenue0H { background:url(images/dotted.gif); background-position:bottom; background-repeat:repeat-x;}
.cMenue0H a { color:#a66514; line-height:22px; font-weight:bold; text-decoration:none;}


/* Menüebene 2 */
.cMenue1 {background:url(images/dotted.gif); background-position:bottom; background-repeat:repeat-x;}
.cMenue1 a { text-decoration:none; color:#c58431; line-height:22px; }
.cMenue1 a:visited { color:#c58431; }
.cMenue1 a:hover { color:#5e3603; }
.cMenue1H {background:url(images/dotted.gif); background-position:bottom; background-repeat:repeat-x;}
.cMenue1H a { color:#c58431; line-height:22px; font-weight:bold; text-decoration:none;}


/* Menüebene 3 */
.cMenue2 {background:url(images/dotted.gif); background-position:bottom; background-repeat:repeat-x;}
.cMenue2 a { text-decoration:none; color:#b87521; line-height:22px; }
.cMenue2 a:visited { color:#b87521; }
.cMenue2 a:hover { color:#5e3603; }
.cMenue1H {background:url(images/dotted.gif); background-position:bottom; background-repeat:repeat-x;}
.cMenue1H a { color:#b87521; line-height:22px; font-weight:bold; text-decoration:none;}

#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;
}
