@charset "utf-8";
body {
		padding:0px;
		margin:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		}
		
td, input, select, textarea { 
		font-size:12px; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight:bold;
		color:#FFF; 
		}
input, select, textarea { 
		color:#000; 
		}


.Nachricht, .Eingabefeld, .Datum { 
		background-color:#FFF; 
		width:300px;
		line-height:20px;
		border:0px; 
		}

.Button { 
		background-color:#666; 
		color:#fff; 
		width:100px; 
		border:0px ; 
		}

.navibutton {
		background-image:url(../images/hintergruende/button.jpg);
		font-weight: bold;
		float: left;
		height: 20px;
		width: 100px;
		margin-top:80px;
		margin-left:15px;
		line-height:20px;
		background-repeat: no-repeat;
		background-position: center;
		text-align: center;
		}

.link{
		color:#FFF;
		text-decoration:none;
		}

.ueb1{
		font-weight: bold;
		color: #000;
		letter-spacing: 2px;
		}

.ueb2{
		font-weight: bold;
		color: #000;
		}

.gruenerLink{
		color:#97bf0d;
		text-decoration:none;
		}
#mantel {
		margin: 50px;
		margin:auto;
		height: 700px;
		width: 900px;
		}

#logo { display:none;
		height: 100px;
		width: 150px;
		float: left;
		}
		
#header {
		display:none;
		height: 100px;
		width: 600px;
		float: left;
		}

#text {
		background-color: #fff;
		height: 400px;
		width: 500px;
		margin-top: 15px;
		margin-left: 50px;
		overflow: visible;
		}

#obenRechts {
		height: 100px;
		width: 150px;
		float: right;
		}
		
#naviLinks {
		display:none;
		background-image:url(../images/hintergruende/navi_links.jpg);
		padding: 15px;
		height: 500px;
		width: 120px;
		float: left;
		background-repeat: no-repeat;
		background-position: bottom;
		font-weight: bold;
		}
		
#haupt {
		background-image:url(../images/hintergruende/haupt.jpg);
		height: 515px;
		width: 600px;
		padding-top: 15px;
		float: left;
		background-repeat: no-repeat;
		background-position: bottom;
		}

#naviRechts { 
		display:none;
		background-image:url(../images/hintergruende/navi_rechts.jpg);
		height: 500px;
		width: 150px;
		float: right;
		background-repeat: no-repeat;
		background-position: bottom;
		margin-top:30px;
		}
	
#footer {
		display:none;
		text-align:center;
		color: #FFF;
		background-color: #97bf0d;
		clear: both;
		height: 40px;
		width: 900px;
		line-height: 10px;
		font-weight: bold;
		background-attachment: fixed;
		background-repeat: no-repeat;
		margin: 0px;
		padding-top: 30px;
		}

