body {
margin: 0;
padding: 0;
background-image: url(/pic/bg_content.jpg);
background-repeat: repeat-y;
background-position: 230px 50px;
color: #444;
}
			/*WRAP*/
#container {
width: 935px; border: 0px solid #ff0000;
/*margin-left: auto;
margin-right: auto;*/
padding: 0;
font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
line-height: 1.3em;
/*background: transparent;
color: #444;*/
}
			/*MAIN CONTENT*/
#content {
padding-bottom: 1em;
margin-left: 251px;
text-align:justify;
}
			/*SIDEBAR*/
#sidebar {
float: left;
width: 221px;
margin: 0;
padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
display: block;
color: #385900;
/*background: inherit;*/
text-decoration: none;
margin: 0;
padding: 5px 0px 5px 3px;
border-bottom: 1px solid #C0C0C0;
}
#sidebar ul li a:hover {
text-decoration: none;
background: #C4EAFF;
color: #385900;
}
.wahl {
background-color: #3BAAF1;
color: #fff;
font-size:bold;
/*text-decoration: none;*/
}
			/*PICTURES*/
.mainPic {
margin-left: 15px; margin-bottom: 7px; float: right
}
			/*LINKS*/
a:link, a:visited {
text-decoration : underline;
background : inherit;
color : #444;
}
a:hover {
text-decoration : underline;
background : inherit;
color :  #385900; 
}
/* Umgebogene Tags, die in der SOUP benutzt werden. ALSO NICHT BENUTZEN ODER EXTRA-KLASSEN ERSTELLEN ! */
U { /* Text auf Farbe setzen. Textunterstreichung wird hier zentral unterdückt. Bei verschiedenen Farben wird der Farbwert in den Seiten gesetzt, sonst hier zentral. */
	text-decoration:none;
	color:#385900;
}
S { /* Mit  STG + H <s>-Tag schreiben, der hier zur Headline umgebogen wird. */
	text-decoration: none;
	font-family:arial,helvetica;
	font-size:130%;
}
B {
	color:#385900;
}
HR {
width:100%;
color:#385900;
background-color:#385900;
height:1px;
margin:0 0 10px 0;
text-align:left;
border:0px dashed blue;
}
OL, UL {
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}
/*OL {
	margin-left: 40px;
}
UL {
	margin-left: 30px;
}*/

			/*TYPOGRAPHY*/
h1 {
margin: 0;
padding: 30px 0 0 20px;
font-size: 175%;
letter-spacing: 0px;
}
h2 {
margin: 0px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 0px;
background : transparent;
color :   #385900;
}
h3 {
margin: 0;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 0px;
background : inherit;
color :  #385900;
}
p {
/*text-align:justify;
margin-top: 0px;
margin-bottom: 0px;;*/
}