* {
  border: 0px;
  margin: 0px;
  padding:0px;
}

body, div, p, a, span {	
	font-family:verdana, arial;
	line-height:17px;
	font-size:12px;
	color:#333;
}
h2 {
	font-family:verdana, arial;
	font-size:9px;
}

body {  
  background-color:#fff;
  background-image:url(img/hintergrund.gif);
}

a {
  color:#777777;
}

table {
  padding:0px;
  margin:0px;
}

.bgTbl2 {
  background-color:#F7F9DF;
}

/* CONTENT ================================================== */
div#content {
}

div#content h1 {
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:2px solid #DDE57A;
}
div#content ul {
	padding:20px;
}


/* FOOTER =================================================== */

div#footer_one {
	margin-top:20px;
}

div#footer_one, div#footer_two {
	text-align:center;
}

div#footer_one p.bodytext, div#footer_two p.bodytext {
	font-size:10px;
}
div#footer_two a {
	font-size:10px;
}

div#footer_one h1, div#footer_two h1 {
	display:none;
}

/* MENÜ ===================================================== */
div#menu_content {
}
div.level-1, div.level-1-offen {
	padding:5px;
	padding-left:20px;
}
div.level-1:hover, div.level-1-offen {
	background-color:#EDF1BA;
}
div.level-1 a, div.level-1-offen a {
	font-weight:bold;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

/* FORMULAR */ 
fieldset.csc-mailform {
	border:0px;
}

div.csc-mailform-field {
	border:0px solid #eee;
	padding:4px;
}
div.csc-mailform-field input, textarea {
	border:1px solid #89A149;
	background-color:#F5F8DC;
	color:#333;
}
div.csc-mailform-field label {
 	width:150px;
 	float:left;
	border:0px;
}