
	body {
		background-color : #C7C0BB;
	}
	p,td,div  {
		font: 12px/16px Verdana,Arial,Helvetica,sans-serif;
		color : #000000;
	}
	ul {
		padding: 0;
		margin: 5px 0px 5px 15px;
		list-style-type : disc;
	}
	li {
		padding: 0;
		margin-bottom : 2px;
	}
	h1 {
		font-size:12px;
		margin-top: 0px;
		margin-bottom: 10px;
		font-weight : bold;
		text-decoration : none;
	}
	hr {
		width:100%;
		background-color: #000000;
		color : #000000;
		height:1px;
		border:0;
		margin-bottom: 20px;
	}
	a , a:visited{
		text-decoration : none;
		color : #3600FF;
		font-weight : bold;
	}
	a:hover, a:active {
		text-decoration : underline;
		color : #3600FF;
	}
	#container {
		position: absolute;
		width : 760px;
		background-image : url(bilder/bg.gif);
		background-repeat : repeat-y;
	}
	/* topbereich */
	#topbox {
		position : relative;
		height: 105px;
		background-image : url(bilder/bg_top.gif);
		background-repeat : no-repeat;
	}
	#logo {
		position : absolute;
		margin-top: 35px;
		margin-left: 65px;
	}
	#verband {
		position : absolute;
		margin-top: 20px;
		margin-left: 650px;
	}
	/* ende topbereich */
	#wobox {
		position : relative;
		padding: 15px 65px 25px 0;
		text-align : right;
		font : bold 16px/20px Verdana,Arial,Helvetica,sans-serif;
		background : url(bilder/wo_bg.gif);
		background-repeat : no-repeat;
	}

	/* #contentbox{
		display : block;
		position : relative;
		background-color : orange;
	}*/
/* menu --------------- */
	#menumutter {
		position: relative;
		margin:0px;
		height: 250px; /* bei Menue-Erweiterung ggf. mit relativem Abstand von #textbg abstimmen */
		width: 265px;
		/*background : blue;*/
	}
	#menu {
		position: relative;
		left:65px;
		margin:0px;
		width:170px;
		/*background-color : green;*/
	}
	#menu a {
		display: block;
		padding-left: 25px;
		padding-top: 4px;	/*hoehe 22 incl. Abstand 8 : 4+10+16=30px*/
		padding-bottom: 10px;	/*hoehe 22 incl. Abstand 8 : 4+10+16=30px*/
		line-height : 16px;		/*hoehe 22 incl. Abstand 8 : 4+10+16=30px*/
		font-size:12px;
		color : #000000;
		font-weight : bold;
		text-decoration: none;
		background: url(bilder/menu.gif);
		background-repeat : no-repeat;
		/*background-color : fuchsia;*/
	}
	#menu a:hover, #menu a:active, #menu a:focus {
		background: url(bilder/menu_over.gif);
		background-repeat : no-repeat;
		text-decoration: none;
	}
/* menu ende --------------- */

	#textbg {
		position: relative;
		width : 430px;
		left: 265px;
		margin-top: -250px; /* bei Menue-Erweiterung ggf. mit der Höhe von #menumutter abstimmen */
		/* background-color : orange;*/
	}
	#dienstnavi {
		text-align: right;
	}

	#footerbg {
		position : relative;
		background-image : url(bilder/footer_bg.gif);
		background-repeat : no-repeat;
		height : 155px;
	}
	#footertext {
		padding-left : 75px;
		padding-top : 85px;
		font-size : 10px;
		line-height : 12px;
	}
	#footertext a {
		text-decoration : none;
		font-weight : normal;
		color : #000000;
	}
	#footertext a:hover {
		text-decoration : underline;
		font-weight : normal;
		color : #000000;
	}
	#abbinder {
		background-color : #000000;
		height: 5px;
	}