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

HTML, BODY
{
	Width: 100%;
	Height: 100%;
	Margin: 0;
	padding: 0;
	background-color: #009036;
	background-image: url(bilder/startseite/bg.png);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.nichtzeigen {display: none;}
/****************box-positioning***********/
#outerlimit {
	height: 100%;
	min-height: 100%;
	background-image: url(bilder/startseite/bg_1.png);
	background-repeat : no-repeat;
}
hr{
background-color:white; /* Mozilla 1.4 */
color:white; /* IE 6 */
border: white; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}
#content{
	position: absolute;
	z-index: 1000;
	left: 580px;
	top: 288px;
	width: 320px;
	border: 0px solid red;
	font-size: 12px;
	line-height:18px;
}
img {border: 0px;}
#language{padding: 10px; background-color: #00872E; color: white;}
#language a {color: white;}
h1 {
	font-size : 16px;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #00872E;
}
a:link , a:active, a:visited {
	text-decoration: none;
	font-size: 12px;
	line-height:25px;
	color: #00872E;
}	
h1 a {
	margin-top: 0px;
	margin-bottom: 15px;
	color: #00872E;}
