@import url(editor.css);
@import url(menue.css);
* {
	margin:0px;
	padding:0px;
	outline:none;
}
body,td,th, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height:1.3em;
	height:100%;
}
body {
	background-color: #787681;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ------------------ AUFBAU ------------------ */
#wrapper {
  position:relative;
	margin:auto;
	width:784px;
	margin-top: 20px;
  background:url(images/wrapper.gif);
}
#iHeader {
	background:url(images/header.jpg) 0 0 no-repeat;
	width: 784px;
	height:114px;
}

#iLinks {
	float:left;
	width:125px;
	padding:30px 0 0 45px;
}

#iContent {
  position:relative;
	float:left;
	width:550px;
	padding: 10px 0 0 30px;
	min-height:400px;
}
* html #iContent {height:400px;}

#iFooter {
  position:relative;
  margin-left:1px;
  background:url(images/footer.jpg) 0 0 no-repeat;
	width: 784px;
	height:47px;
}

#iMenueUnten {
  padding:0 0 0 200px;
}

#iRechts {
  position:absolute;
  right:0px;
  bottom:47px;
	background:url(images/right.jpg) 0 0 no-repeat;
	width: 27px;
	height:161px;
}

#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;
}
