body {
    background-image:url(../bilder/back.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #686868;
	margin:0px;
	padding:0px;
}

#contentBody {
    background:#fff;
    /*border: 1px solid #BE3333;*/
	margin:0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
	position:relative;
	width:740px;
	height:auto;
}

#header {
	background-image:url(../bilder/header.gif);
	background-repeat:no-repeat;
	height:98px;
	position:relative;
	padding-right:26px;
	text-align:right;
}

#back {
	background:#fff;
	background-repeat:no-repeat;
	height:60px;
	position:relative;
	padding-right:26px;
	text-align:right;
}

#title {
	background:#fff;
	background-repeat:no-repeat;
	height:60px;
	position:relative;
	padding-right:26px;
	text-align:right;
}

#buch {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	/*font-weight:bold;*/
	letter-spacing: -1px; 
	color: #BE3333;
	margin:0px;
	padding-top:0px;
}

#main {
	background:#fff;
	width:740px;
	height:100%;
	position:relative;
	padding: 0;
}

#footer {
	background:#fff;
	background-repeat:no-repeat;
	height:10px;
	position:absolut;
	text-align:right;
}

#content {
    background-color:#FFFFFF;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
    border-left: 0px solid #999999; 
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	width: auto;
	height: 100%;
	min-height:100%;
	padding: 0px 10px 10px 10px;
	margin: 0px 23px 0px 205px;
}

.rot {
	font-weight:bold;
	color: #BE3333;
}

#prefooter {
	padding: 30px 0px 15px;
	line-height:30px;
}

#leftCol {
	xackground:#fff background-image: url(../bilder/kachel_nav.gif repeat-y);
	width:205px;
	height:100%;
	float:left;
}

#titleLine {
    font-family: Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	/*font-weight:bold;*/
	letter-spacing: -1px; 
	color: #BE3333;
	margin:0px;
	padding-top:5px;
}

h1 {
	display:none;
}

h2 {
	font:Arial, Verdana, Helvetica, sans-serif;
	color: #BE3333;
	padding: 0px 0px 14px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}

#nn {font:Arial, Verdana, Helvetica, sans-serif;
	 color: #686868;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 10px 0px;
}

#image {
   width: 150px
   padding: 0px 10px 10px 10px;
   float:right;
   text-align: center;
}

a:link    { color:#BE3333; text-decoration:none; /*font-weight: bold;*/ }
a:visited { color:#BE3333; text-decoration:none; /*font-weight: bold;*/ }
a:active  { color:#686868; text-decoration:none; /*font-weight: bold; background-color: #fffecb;*/}
a:hover   { color:#686868; text-decoration:none; /*font-weight: bold;*/ background-color: #ffffea;}
	   
.marginalie  { 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #686868; 
   } 
   
.stern {
	font:Arial, Verdana, Helvetica, sans-serif;
	color: #BE3333;
	padding: 0px 0px 14px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
   
.zeile_klein  { 
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 3px;
	font-weight: normal;
	color: #686868; 
   } 

#innerContent p {
	margin:0px 0px 5px 0px;
	
}
	
/* hack für den IE 
	innerContent wird für alle auf 300 gesetzt, 
	sollte beim internetexplorer der content 
	über die 300px hinauragen zieht sich der 
	container fälschlicherweise mit auf -->  
	---> weil:...   */

#content {
	height:835px;
}
/*... nach w3c wie folgt korrekt formuliert ist
	folgende formulierung weist den browser an, 
	den container mindestens aber immer nach content
	wird die grösse angepasst*/
html>body #content {
	height:auto;
	min-height:835px;
}

 input {
	background-color:#ffffea;
	border:1px solid #999999;
	color:#BE3333;
	/*height:16px;*/
}

textarea {
	background-color:#ffffea;
	border:1px solid #999999;
	color:#BE3333;
	/*height:16px;*/
}

#error {
	position:absolute; 
	left:345px; 
	top:400px; 
	width:240px; 
	height:30px; 
	z-index:10; 
	background-color:#BE3333; 
	layer-background-color:#BE333333; 
	border:1px solid #999999;

	font-family:Arial, Verdana, Helvetica, sans-serif;
    font-style:bold;
	color:#ffffea; 
	 /*position:center;*/
    text-decoration:none;
	line-height:150%;
    font-size:12px;
    letter-spacing:0,2mm;
    word-spacing:0,8mm;
	
}

.check {
	background-color:#BE3333;
	border:1px solid #999999;
	color:#686868; 
	font-size:8pt;
    font-family:verdana;
    font-style: normal  
}	
	
	
