		body {
			padding: 0;
			margin: 40px 0 0 0;
			background-color: #EDF2EA;
		}
		table {
			padding: 0;
			border: 0;
			font: 11px Verdana;
			line-height: 1.5em;
		}
		td {
			vertical-align: top;
		}

		table td#sprache {
			height: 24px;
			text-align: right;
			padding-right: 4px;
			padding-top: 3px;
			/* background-image: url(bilder/00_rahmen/sprache.gif); */
			background-repeat:no-repeat;
		}

		#haupt {
			width: 750px;
			background-image: url(bilder/00_rahmen/hintergrund.gif);
		}
		#inhalt {
			width: 100%;
		}
		#inhalt td {
			padding: 10px;
		}
		
		#form td {
			padding:  0 0 0 10px;
			}
			
		#form input {
			width: 180px;
			font: 11px Verdana;
		}
		#form input.submit {
			width: 70px;
			margin-top: 30px;
		}
		#form textarea {
			width: 180px;
			height: 80px;
			font: 11px Verdana;
		}
		
		tr.abschnitt_titel {
			background-color: #edf2ea;
		}
		
		td.links{
			width: 300px;
			border-right: 1px dotted #61793E;
			border-bottom: 1px dotted #61793E;
		}
		td.rechts{
			width: 400px;
			border-bottom: 1px dotted #61793E;
		}
		
		td.links_intro{
			border-right: 1px dotted #61793E;
			border-bottom: 4px solid #61793E;
		}
		
		td.rechts_intro{
			border-bottom: 4px solid #61793E;
		}
		
		td.links_folge{
			width: 230px;
			border-right: 1px dotted #61793E;
			border-bottom: 1px dotted #61793E;
			text-align: right;
		}
		
		td.rechts_folge{
			width: 470px;
			border-bottom: 1px dotted #61793E;
		}
		
		td.links_folge_titel{
			width: 230px;
			border-right: 1px dotted #61793E;
			border-bottom: 1px dotted #61793E;
			background-color: #EDF2EA;
			text-align: right;
		}
		
		td.rechts_folge_titel{
			width: 470px;
			border-bottom: 1px dotted #61793E;
			background-color: #EDF2EA;
		}
		
		td.rechts_teaser{
			border-bottom: 1px dotted #61793E;
			vertical-align: middle;
		}
		#inhalt td.ende{
			padding: 0 0 0 0;
		}
		
		td.fuss {
			text-align: center;
			padding-top: 4px;
			font-size: 10px; 
			background-image: url(bilder/00_rahmen/unten_mi.gif);	
		}
		
		h1, h2, h3, p, img {
			margin:0;
			padding:0;
			border: 0;
		}
		
		#inhalt span.legende {
			font-size: 10px;
		}
		
		#inhalt h1 {
			font-size: 1.3em;
			margin-top: 1.5em;
		}
		
		#inhalt h2 {
			font-size: 1.2em;
			margin: 0;
		}
		
		#inhalt p {
			margin: .5em 0;
		}
		#inhalt a {
			text-decoration: none;
			font-weight: bold;
			color: black;
		}
		#inhalt a:hover {
			text-decoration: underline;
			color: #D87410;
		}
		
		
		#menu a {
			text-decoration: none;
			font-weight: bold;
			color: black;
		}
		#menu a:hover {
			text-decoration: underline;
			color: #D87410;
		}
		
		td.linie_unten{
			border-bottom: 4px solid #61793E;
		}