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

html {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #51504f;
	text-align:justify;
	line-height: 17px;
	background-color: #ffffff;
	background-image:url(../bilder/back.gif);
	background-position:-150px 250px;
	background-repeat:no-repeat;
	background-attachment:fixed;
height: 100%;
}
body{
	text-align: center;	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#aufbau {
	width: 100%;
	height: 100%;
	margin: auto;
}

#inhalt {
	width:567px;
}

#leiste{
	width: 233px;
	background-color:#8D8D8D;
}
#buttonback{
	background-color:#ffffff;
	height: 16px;
}

#adresse{
	padding: 20px 45px 20px;
	color: #ffffff;	
	text-align: left;
	font-size: 11px;
}

a.button{
	text-decoration: none;	
	color: #ffffff;
	font-weight: bold;
	font-size: 11px; 
	padding: 5px 20px 5px 20px;
}
 
a.button:hover, .aktivbutton{
	text-decoration: none;	
	color: #6a9b00;
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffff;
	padding: 5px 20px 5px 20px;
}

p{
	margin-top: 3px;	
}

h2{
	color: #6a9b00;
	font-size: 13px;
}
h1{
	color: #6a9b00;	
}

a.impressum, .impressum{
	color: #B6B6B6;
	font-size: 9px;
}
a.weiss{
	color: #FFF;
	text-decoration: none;
}
a{
	color: grey;	
}




