@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: #222222;
	height:100%;
}
body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ------------------ AUFBAU ------------------ */
#wrapper {
  position:relative;
	margin:auto;
	width:820px;
	background-color: #ffffff;
}
#iHeader {
  margin: 0 0 0 0;
  position:relative;
	height:80px;
}
#iHeaderLogo {
  position:absolute;
  left:0px;
  top:0px;
	width: 170px;
	height:80px;
	background:url(images/logo.png) 0 0 no-repeat;
}

#iHeaderText {
  position:absolute;
  left:200px;
  top:20px;
	width: 400px;
	height:161px;
	font-size: 14px;
	TEXT-DECORATION:bold;
}

#iHeaderSuche {
  position:absolute;
  left:690px;
  top:30px;
	width: 300px;
	height:161px;
}
#iHeaderSchatten {
	height:15px;
	background:url(images/schatten.gif) 0 -12px repeat-x;
}

#iLinks {
	float:left;
	width:190px;
	padding:20px 0 150px 0px;
}

#iContent {
  position:relative;
	float:left;
	width:480px;
	padding: 20px 0px 0 0px;
	min-height:400px;
}
* html #iContent {height:400px;}

#iRechts {
  float:left;
  padding:20px 0 0px 20px;
  width: 120px;
}

#iFooter {
  position:absolute;
  bottom:0px;
  left:10px;
	width:165px;
	height:50px;
  background:url(images/streifen.gif) 0 -10px no-repeat;
}

#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;
}
