@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0em;
	background-color:#bbbbbb;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
	color: #000;
	background-color: #bbbbbb;
	}
	
img { 
	border:0;
}

h1{
	background:none;
	font-size:22px;
	padding-top:109px;
	padding-left:30px;
	}
p{
	font-size: 90%;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	background:none;
	}
	
a {
	color:#888888;
	text-decoration: none;
	}
	
a:active {
	color: #cc0000;
	background:none;

	}
	
a:hover {
	color: #cc00000;
	background:none;

	}
	
#container{
	position:relative;
	margin:auto;
	top:65px;
	width:768px;
	background-color:#dddddd;
	}

#bild_links{
	background-color:#dddddd;
	position:absolute;
	left:0px;
	width:256px;
	height:285px;
	}
	
#bild_mitte{
	background-color:#dddddd;
	position:absolute;
	left:256px;
	width:256px;
	height:128px;
	}
	
#bild_rechts{
	background-color:#dddddd;
	position:absolute;
	left:512px;
	width:256px;
	height:128px;
	}
	
	
#navigation{
	position:absolute;
	top:275px;
	}	
	
	
#nav li a {
	display: block;
	padding-left:20px;
	width:141px;
	height:35px;
	background:#e4f4c3 url(bilder/bg_nav.jpg) bottom left repeat-x;
	font: Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration: none;
	}
	
	
#nav li a.active {
	color: #000000;
	background:#e4f4c3 url(bilder/bg_nav_act.jpg) bottom left repeat-x;

	}
	
#nav li a:hover {
	color: #000000;
	background:#e4f4c3 url(bilder/bg_nav_act.jpg) bottom left repeat-x;
	}
	


#textfeld{
	z-index:20;
	width:606px;
	position:absolute;
	top:193px;
	right:0px;
	}

	
#imp {
	font-size:60%;
	z-index:30;
	background:none;
	position:absolute;
	bottom:0px;
	right:0px;
	margin-right:30px;
	
	}
	
#dat {
	font-size:60%;
	z-index:30;
	background:none;
	position:absolute;
	bottom:0px;
	margin-left:600px;
	
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
