@import url(editor.css);
* {
	margin:0px;
	padding:0px;
	outline:none;
}
body,td,th, html {
	color:#383539;
	background: #ffffff;
}
body {
  font: 12px/14px helvetica, arial, sans;
	background-color: #ffffff;
	margin: 0px;
}

/* ------------------ AUFBAU ------------------ */
#wrapper {
  position:relative;
	margin:auto;
	width:900px;
	margin-top: 20px;
  background:url(images/wrapper.gif);
}

#wrapper2 {
	width:600px;

}


#iHeader {
	background:url(images/header.png) 0 0 no-repeat;
	height:170px;
}

#iContent {
	padding: 10px 30px 10px 30px;
	width:840px;
	min-height:400px;
}

#iContent2 {
	width:600px;
	min-height:400px;
}

* html #iContent {height:400px;}

#iMenueUnten {
	position:absolute;
	bottom:20px;
	right:30px;
}

#iMenueUnten ul{
  margin: 0 0 0px 0;
	padding: 0 0 2px 0;
	clear:left;
}

#iMenueUnten li{
  float:left;
	list-style-type:none;
	padding-left:5px;
}
#iMenueUnten a  { padding: 0 0 0 5px; text-decoration:none; color:#000000;}
#iMenueUnten a:visited { text-decoration:none; color:#000000; }
#iMenueUnten a:hover { color:#D4A818;}


#iFooter {
  padding:0px 30px 0 40px;
	background:url(images/footer.gif) 0 0 no-repeat;
	height:132px;
}

#iFooter ul
	{
	padding: 20px 0 0 0;
	float:left;
	}

#iFooter li
	{
	list-style-type:none;
	float:left;
	}

#iFooter a
	{
	display:block;
		}
	
#iFooter a:hover
	{
		text-decoration: none;
	}

#iFooter img {
	padding-top:0px;
	margin: 0 1px 0 14px;
	display:block;
}


/* ------------------ MENUE ------------------ */

#iMenue {
	position:absolute;
	top:135px;
	left:30px;
	color:#ffffff;
}
	
#iMenue ul{
  margin: 0 0 0px 0;
	padding: 0 0 2px 0;
	clear:left;
}

#iMenue li{
  float:left;
	list-style-type:none;
	padding-right:10px;
}
#iMenue a  { padding: 0 0 0 5px; text-decoration:none; color:#ffffff;}
#iMenue a:visited { text-decoration:none; color:#ffffff; }
#iMenue a:hover { color:#D4A818;}


#iHistory {
	float: left;
	font-size: 18px;
	color: #5B6E74;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
}
#iSeitenNavi {
	text-align:right;
	padding-right:40px;
}

#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;
}
