html,body {
	font: 12px normal Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #A2414A;
	font: 17px normal Arial, Helvetica, sans-serif;
}
a:link { 
	text-decoration: none; 
	color: #A2414A;
	font: 17px normal Arial, Helvetica, sans-serif;
}    
a:hover { 
	text-decoration: none;
	color: #A2414A; 
	font: 17px normal Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 1024px;
	height: 768px;
	margin: 0 auto 0 auto;
	background: url(images/background.png) no-repeat;
}
.header {
	width: 1024px;
	height: 288px;
}
.bookContainer {
	position: relative;
	top: 130px;
	left: 320px;
}
.book {
	float: left;
	margin: 0 39px 0 0;
}
.navi {
	width: 186px;
	height: 480px;
	float: left;
}
.navi ul {
	position: relative;
	top: 26px;
	left: 70px;
}
.navi li {
	height: 22px;
	margin: 0 0 29px -30px;
	padding: 0 80px 0 0;
	text-align: left;
	background: url(images/naviLine.png) no-repeat 65px 20px;
}
.content {
	background: url(images/stripes.png) repeat-y;
	width: 838px;
	min-height: 480px;
	float: left;
}
.contentContainer {
	position: relative;
	top: 42px;
	left: 77px;
}
.headline {
	color: #A2414A; 
	font: 14px normal Arial, Helvetica, sans-serif;
}
.text {
	color: #000000; 
	font: 14px normal Arial, Helvetica, sans-serif;
	padding-right:150px;
}
.footer {
	clear:both;
	background: url(images/stripes.png) repeat-y 186px 0;
	height: 60px;
}

#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: 5px;
}
.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;
}