body {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0px; 
	padding:0px; 
	background-image:url('../images/bg.jpg');
	background-attachment:fixed;
	width:100%;
	height:100%;
}

img {
	border:0px solid #ffffff;
}

a {
	text-decoration:none;
	color:#ffffff;
}

a:hover {
	text-decoration:underline;
}


#header {
	z-index:99;
	position:fixed;
	top:0px;
	width:100%;
	min-width:790px;
	height:100px;
	padding:0px;
	background-image:url('../images/header_bg.png');
	background-repeat:repeat-x;
}

#logo {
	position:fixed;
	top:0px;
	left:0px;
	width:340px;
	height:82px; 
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	float:left;
}

#menue {
	margin:52px 0px 0px 10px;
	float:right;
}

#menue a{
	text-decoration:none;
	color:#ffffff;
}

#inhalt {
	z-index:1;
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
}

#padder {
	padding-top:100px;
	padding-bottom:50px;
	padding-left:20px;
	padding-right:20px;
	margin:auto;
}

#schreibkram {
	margin:auto;
	width:713px; 
	height:450px;
	background-image:url('../images/schreibkram.png');
	background-repeat:no-repeat;
	padding-top:35px;
	padding-left:40px;
	text-align:left;
	color:#000000;
	font-size:12px;
}

#schreibkram h3 {
	padding:0px; 
	margin:0px 0px 5px 0px;
}
#unterstrich {
	border-top:1px solid #383838; 
	width:300px; 
	height:10px;
}

#schreibkram_inhalt {
	width:465px; 
	height:330px;
	overflow:auto; 
}

#gras {
	position:fixed; 
	bottom:0px; 
	background-image:url('../images/gras.png'); 
	background-repeat:repeat-x;
	z-index:1; 
	width:100%; 
	height:150px;	
}

#footer {
	z-index:98;
	position:fixed;
	bottom:0px;
	width:100%;
	height:45px;
	background-image:url('../images/footer_bg.png');
	background-repeat:repeat-x;
}

#footer_left {
	padding:24px 10px 0px 20px;
	font-size:12px;
	float:left;
}

#footer_right {
	padding:24px 20px 0px 10px;
	font-size:12px;
	float:right;
}

#footer_right a {
	text-decoration:none;
	color:#ffffff;
	margin-left:10px;
}

#footer_right a:hover {
	text-decoration:underline;
}

#footer_right a.aktive {
	text-decoration:underline;
	color:#ffffff;
	margin-left:10px;
}

#footer_right a.aktive:hover {
	text-decoration:underline;
}

.menuepunkt_aktive {
	/* Background right image */
	background:url('../images/menue_right.png') no-repeat scroll top right; 
	display:block;
	float:left;
	height:30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right:0px;
	padding-right:15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
}

.menuepunkt_aktive span {
	/* Background left image */ 
	background:url('../images/menue_left.png') no-repeat; 
	display:block;
	line-height:22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding:9px 0px 5px 15px;
}

.menuepunkt {
	display:block;
	float:left;
	height:30px; 
	margin-right:0px;
	padding-right:15px; 
}

.menuepunkt span {
	display:block;
	line-height:22px; 
	padding:9px 0px 5px 15px;
}

.menuepunkt:hover {
	background:url('../images/menue_right.png') no-repeat scroll top right; 
	display:block;
	float:left;
	height:30px; 
	margin-right:0px;
	padding-right:15px; 
}

.menuepunkt:hover span {
	background:url('../images/menue_left.png') no-repeat;
	display:block;
	line-height:22px; 
	padding:9px 0px 5px 15px;
}

.clearer {
	clear:both;
}
