body {
	background-color:#d2d2d2;
	background-image:url(grafiken/hintergrund.png);
	background-repeat:repeat-y;
	margin: 0px;
}

h1 {
	font-family:verdana;
	font-size:14px;
	margin-top:0px;
	margin-bottom:5px;
	
}

a {
	color:#870606;
	text-decoration:none;
}

#copyright {
	font-size:10px;
	text-align:center;
	margin-top:30px;
}



/* The top line with the legal issues*/ 

#topline {
	background-color:#870606;
	height:15px;
	line-height:15px;
	vertical-align:middle;
	
	width:100%;
	text-align:left;
}

a.topline {
	vertical-align:top;
	line-height:15px;
	color:#FFF0C6;
	font-size:10px;
	font-family:verdana;
	text-decoration:none;
	margin-left:20px;
}

/* Line with the logo.*/

#logoline {
	background-color:#AF0000;
	height:160px;
	width:100%;
}

img.logo {
	position:absolute;
	top: 20px;	
	left:580px;
	margin-top:20px;
	margin-right:20px;
	
}

/* All about the navigation. */

#naviline {
	position:absolute;
	top: 95px;
	z-index:5;	
	left: 250px;
	height:80px;
	background-color:#AF0000;
}


div.navibox {
	z-index:5;	
	float:left;
	border-width:2px;
	border-color:#870606;
	border-style:solid;
	background-color:#fff;
	width:122px;
	height:96px;
	margin-right:20px;
}

img.navigation {
	z-index:5;	
	position: absolute;
	margin:1px 1px 1px 1px;
	width:120px;
	height:75px;
}

a.navigation {
	position: absolute;
	top:79px;
	z-index:5;	
	margin: 0px 1px 1px 1px;
	background-color:#870606;
	height:18px;
	width:120px;
	font-family:verdana;
	font-size:12px;
	color:#eee;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	line-height:18px;
}

/* Subnavigation */

#subnavigation{
	position:absolute;
	left: 0px;
	top: 175px;
	width:180px;
	padding-top:20px;
	background-image:url(grafiken/hintergrund-hermann-hesse.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-bottom:200px; /* only set to see the background (hermann hesse)*/
	
}

#subnavibox {
	margin-top:25px;
	float:left;
	width:180px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-color:#870606;
	border-style:solid;
	padding:0px 1px 1px 0px;
	border-collapse:collapse;
}


a.subnavi1	{	
	float: left;
	height: 20px;
	font-size: 12px;
	text-decoration: none;
	width: 180px;
	text-align: left;
	text-indent:7px;
	line-height:20px;
	vertical-align:middle;
	color: #eee;
	font-family: verdana;	
	background-color:#AF0000;
	margin-top:1px;
}		

a.subnavi2	{	
	float: left;
	height: 15px;
	font-size: 10px;
	text-decoration: none;
	width: 180px;
	text-align: left;
	text-indent:12px;
	line-height:15px;
	vertical-align:middle;
	color: #eee;
	font-family: verdana;	
	background-color:#870606;
	margin-top:1px;
}		

/**Content Area**/
#content {
	position:absolute;
	left: 180px;
	top: 177px;
	z-index: 1;
	padding-top:50px;
	padding-right:50px;
	margin-left:50px;
	padding-bottom:10px;
	width:540px;
	background-image:url(grafiken/hintergrund-calw.png);
	background-color:#eee;
	background-repeat:no-repeat;
	background-position:top right;
	font-family:georgia,arial;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	
}

/** sidebar **/
#sidebar {
	position: absolute;
	top:200px;
	left:830px;	
}





