body {
        font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
img { 
	border: 0px; 

}
#base { 
        width:900px;
	border: 0px solid yellow; 
	overflow: auto; 
}

#menue_left {
	width:140px;
	border: 0px solid #00FF00; 
	margin-top: 23px;
	padding-bottom: 50px;
	float:left;	
}

#hauptmenue {
	width: 128px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
        border: 0px solid red; 

}
#hauptmenue ul {
        padding: 0px;
        margin: 0px 0px 0px 0px;
	border: 0px solid black;
}
#hauptmenue li {
	width: 128px;
	margin-bottom: 15px;
	text-align: right;
	list-style-type: none;
	list-style-position: outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#hauptmenue a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

#hauptmenue a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

#hauptmenue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
#hauptmenue ul li#li_nav1_open {       /* special layout for open links */
color: #FFFFFF; font-weight: bold;
}

#hauptmenue ul li a#a_nav1_open { color: #FFFFFF; font-weight: bold; text-decoration: none; }
#hauptmenue ul li a:hover#a_nav1_open { color: #FFFFFF; font-weight: bold; text-decoration: none; }

#inhalt {
	width:667px;
	border: 0px solid blue; 
	padding-top: 200px;
	margin-left: 50px;
	padding-bottom: 50px;
	float:left;
}

#inhalt table td {
        font-size: 12px;
}

#spalte1 {
	width:29px;
	height:29px;
	border-bottom-color: #007D40;
	border-bottom-style: solid;
	border-bottom-width: 1px;    
}

#spalte2 {
	width:495px;
	height:29px;
	padding-left: 15px;
	border-bottom-color: #007D40;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #007D40;
	font-size: 13px ! important;
	font-weight: bold;
}

#ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px ! important;
	
	padding-bottom: 20px;
}

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:10px;
	padding-bottom: 30px;
}

#text ul {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: -15px;
}
#text td {
        font-size: 12px;
}
#text table tbody tr td {
        font-size: 12px;
}
.texttable {
        font-size: 12px;
}
.bildunter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px ! important;
	color: #000000;
	font-style: italic;
}
.bildright {
        margin-bottom: 25px;
	margin-top: 20px;
        margin-left: 20px;
}
.bildleft {
        margin-bottom: 20px;
	margin-top: 20px;
        margin-right: 25px;
}