@charset "utf-8";
/* CSS Document

   Copyright 2008
   Jens Neumann Mengstraße 27 in 23552 Lübeck
   
*/

* {
	padding:0px; 
	margin:0px;
}

span {
	
	margin: 0px 0px 0px 5px;
}

a {
	
	color: #555555;
}

body	{
	
	font-family: Arial, Helvetica, "Sans Serif", Verdana;
	color:#555555;
	font-size:0.8em;
	letter-spacing:1px;
}

div[id=header] {
	
	position: fixed;
	top: 32%;
	width: 100%;
	height: 152px;
	background-image: url(header_bg_repeat.jpg);
	background-repeat: repeat-x;
	color: #777777;
}

div[id=header_bg_repeat_x] {
	
	width: 100%;
	height: 152px;
	background-image: url(header_bg_repeat.jpg);
	background-repeat: repeat-x;
}

div[id=header_bg_no_repeat] {
	
	width: 100%;
	height: 152px;
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #444444;
}

div[id=header_top_bg_repeat_x] {
	
	width: 100%;
	height: 45px;
	background-image: url(header_top_repeat.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 58px;
}

div[id=header_bottom_bg_repeat_x] {
	
	width: 100%;
	height: 45px;
	background-image: url(header_bottom_repeat.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 33px;
}

div[class=diagrams] {
	
	position:fixed;
	top:10px;
	right:10px;
}

div[class=footer1] {
	
	bottom:10px;
	left:10px;
	position:fixed;
	font-size: 0.8em;
	margin:auto;
	letter-spacing:0px;
}

div[class=footer2] {
	
	bottom:10px;
	right:10px;
	position:fixed;
	width:200px;
	margin:auto;
	text-align:right;
	letter-spacing:0px;
}