body {
	font-family: 'Lucida Grande','Lucida Sans Unicode', Helvetica, arial, sans-serif;
	color: #000;
	background-color: #eee; 
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;		/* IE braucht das */
}

/* -----------------------------------------------------------------------------------------------*/
#container {
	position: relative;
		
	width: 800px;
	height: 713px;
	background-color: #fff;
	margin: 0 auto; 
	border: 1px solid #000190;
	text-align: left;		/* text-align: center wieder aufzuheben */
}

/* -----------------------------------------------------------------------------------------------*/
#pageHeader {
	position:relative;
/*	top:40px;
*/	height: 110px;
	width: 800px;  
	border-bottom: 3px double black;
 }

#pageHeader h1,h2 {
	position: absolute;
	display: inline;
	color: black;
	background: white;
}

#pageHeader h1 	{
	font-size: 20px;
	left: 20px;
	top: 20px;
	padding: 12px;
	border: 1px dashed black;
}

#pageHeader h2 {
	border: 1px solid black;
	font-size: 12px;
	left: 80px;
	top: 60px;
	padding: 5px;
	width: 370px;
}


/* -----------------------------------------------------------------------------------------------*/

#contents {
	position:absolute;
	top:123px;
	width: 550px;
	height: 580px;
	overflow: auto;
/*	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
*/	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
/*	clip:rect(10px 570px 590px 0px);
*/
}


#contents strong {
	font-weight: bold;
}

#contents p {
	font-size: 12px;
	padding-left: 10px;
	text-align: justify;
}

#contents h3 {
	font-size: 14px;
	position: relative;
/*	left: -10px;
*/	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
	margin-top: 30px;
	width: 70%;
}

#contents li	{
	margin: 0 0 0 0;
	padding-bottom: 4px;
	text-align: justify;
}


#contents li a	{
	color: #000190;
	text-decoration: none;
}

#contents li a.c	{
	display: inline;	
	color: #000190;
	text-decoration: none;
}

#contents li a:hover	{
	text-decoration: underline;
}

#contents td a	{
	color: #000190;
	text-decoration: none;
}

#contents td a.c	{
	display: inline;	
	color: #000190;
	text-decoration: none;
}

#contents td a:hover	{
	text-decoration: underline;
}

#contents p a	{
	color: #000190;
	text-decoration: none;
}

#contents p a.c	{
	display: inline;	
	color: #000190;
	text-decoration: none;
}

#contents p a:hover	{
	text-decoration: underline;
}

/* -----------------------------------------------------------------------------------------------*/
/*#navcontainer {
	position: fixed;
	top: 151px;
	width: 800px;
}
*/
#navigation {
	position: absolute;
	top: 111px;
	right: 0px;
	width: 200px;
	border-left: 1px solid black;
	font-size: 11px;
}
	
#navigation h3 {
	position: relative;
	left: -10px;
	display: block;
	margin-top: 20px;
	padding: 3px;
	background-color: #eee;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
}

#navigation ul	{
	list-style-image: url(../images/linklist.png); 
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 7px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
}

#navigation li	{
	margin: 0 0 0 0;
	padding-bottom: 3px;
}

#navigation #hereiam {
	list-style-image: url(../images/linklist_grey.png); 
	list-style-position: outside;
}

#navigation li a	{
	color: #000190;
	text-decoration: none;
}

#navigation li a.c	{
	display: inline;	
	color: #000190;
	text-decoration: none;
}

#navigation li a:hover	{
	text-decoration: underline;
}


/* -----------------------------------------------------------------------------------------------*/


#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #000190;
	margin: 50px 0px 0px 0px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 10px;
}

#footer a {
	color: #000190;
}

#footer p {
	margin: 0px 0px 0px 0px;
}
