body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffcc;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 980px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: left;
	background-image:url(../img/skin/bg_main.gif);
}
	
	
#header_left {
	height: 145px;
	width: 195px;
	background-image:url(../img/skin/header_left_neu.gif);
	float:left;
	background-repeat: no-repeat;
}

#header_right {
	height: 145px;
	width: 785px;
	background-image:url(../img/skin/header_right_neu2.jpg);
	float:left;
	background-repeat: no-repeat;
}


#content {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 745px;
	/*min-height: 400px;*/
	float:right; 
	margin-top:-110px;
	text-align: justify;
	min-height:500px;
}

* html #content {  	/* nur fuer Internet Explorer */
  	/*height: 400px;    ab Version 5.x */
  	width: 745px;
  	w\idth: 745px;	/* ab Version 6 */
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	font-size: 14px;
	color: blue;
	margin-bottom: 15px;
}

hr {
dotted 1px grey ;
}

#content a {
	color: #666666;
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(../img/skin/dot.gif);
	margin-bottom: 2px;
	margin-left:0px;
}

.column_center {
	width: 760px;
	background-color: #ffffff;
	float: left;
	margin: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.column_left {
	width: 250px;
	background-color: #ffffff;
	float: left;
	margin: 0px;
	margin-right: 5px;
	margin-top: 0px;
}

.column_right {
	width:250px;
	background-color: #ffffff;
	float:left;
	margin: 0px;
	margin-left: 5px;
	margin-top: 0px;
}

/* ###################################################################### menu */

#menu_head {
	height: 80px;
	width: 195px;
  	/*w\idth: 180px;	 ab Version 6 */
	float: left;
	margin: 0px;
	padding:0px;
	background-image:url(../img/skin/header_left_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	width: 195px;
	float: left;
	margin: 0px;
	margin-top: 50px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	list-style-type: none;
	background-image:url(../img/skin/button.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	vertical-align:middle;
	height:25px;
}

#menu li.level1 a:hover {
	background-image:url(../img/skin/button_over.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	vertical-align:middle;
	height:25px;
}

#menu a {
	height:25px;
	display:block;
	text-decoration:none;
	color:#ffffff;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	voice-family:"\"}\"";
	voice-family:inherit;
	line-height:23px;
	vertical-align:middle;
	text-align: left;
	padding-left:10px;
	
}

#menu a:hover {
	color:#000000;
	background-image:url(../img/skin/button_over.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	vertical-align:middle;
	height:25px;
	}

#menu a:active {
	color:#000000;
	background-image:url(../img/skin/button_over.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	vertical-align:middle;
}

#menu li.level1_active {
	color: #000000;
	background-image:url(../img/skin/button_over.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	vertical-align:middle;
	height:25px;
}

#menu li.level1_active a {
	color: #000000;
	background-image:url(../img/skin/button_over.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	vertical-align:middle;
	height:25px;
}
#menu li.level1_active a:hover {
	color: #000000;
	background-image:url(../img/skin/button_over.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	vertical-align:middle;
	height:25px;
}

/* ###################################################################### footer */

#footer {
	text-align: left;
	margin: 0px auto;
	width: 980px;
	height: 24px;
	background-image:url(../img/skin/footer.jpg);
}

/* ###################################################################### eigene */

.fett1 {
color: #666666;
font-weight: bold;
}

.fett2 {
color: #0099ff;
font-weight: bold;
}

.titel {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.fehler {
color: #CC0000;
font-weight: bold;
}

.bildrahmen {
border-color:#0099FF; border-width:1px; border-style:solid; padding:0px;
}


/* ###################################################################### FORMULARE */



