<!-- /* Grund-Layout ------------------------- */ -->
html, body {
	margin: 0;
	padding: 0
}

body {
	/*font: 76% arial,sans-serif;*/
	font: 0.9em "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color: #333;
	text-align: center;
	/*background: #666 url("/bilder/webseite/hintergrund.png") 0 0 repeat;*/
	background-color:#e2ebf7;
	background-image:url("/bilder/webseite/hintergrund.gif");
	background-position:center top;
	background-repeat:repeat-x;
}

div#header{position:relative;padding: 0;
   height: 160px;
   background: #e2ebf7 url("/bilder/webseite/logo.jpg") 0 0 no-repeat;
   background-color:#e2ebf7;
}

div#container{text-align:left}

div#links{background:#fff}
div#rechts{background:#fff}
div#footer{background: #333;color: #FFF}



div#container{width:955px;margin:0 auto;border: 1px solid #333;background:#fff}
div#wrapper{float:left;width:100%}
div#inhalt{margin: 0 190px; padding: 10px;}
div#links{float:left;width:190px;margin-left:-955px}
div#rechts{float:left;width:190px;margin-left:-190px}
div#footer{clear:left;width:100%}

div#inhalt_keys{width:955px;margin:0 auto;}

#links_inhalt {
	background: #fff;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
	position: relative;
}

#rechts_inhalt {
	background: #fff;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
}

#inhalt_keys {
   padding: 0;
   /*color: #fff;*/
   font-size: 0.8em;
}

#footer_inhalt a {
	color: #bbb;
}

ul {
	margin-bottom: 20px;
	line-height: 1.67em;
	list-style: none;
	margin-left:0em;
	padding-left:0em;
}

ul.fragen {
	list-style: circle;
	padding-left:1.5em;
}


p {
	margin: 10px 0 0 0;
}

ins{text-decoration: none;}


<!-- /* Überschriften -------------------------- */ -->
h1 {
	/*font-weight: normal;*/
	letter-spacing:.15em;
	margin: 0;
	margin-bottom: 3px;
	/*position: relative;*/
	color: #333;
	font-size: 1.2em;
	color: #4A69AD;
}

h2 {
	font-weight: normal;
	letter-spacing:.15em;
	margin-bottom: 3px;
	position: relative;
	font-size: 1.1em;
	color: #4682B4;
}

h3 {
	font-weight: bold;
	font-size: 1em;
}


<!-- /* Linker Frame ------------------------- */ -->

#links ul {
	line-height: 1.6em;
}

#links li {
	text-align: left;
}

#links strong {
	/*color: #e60033;*/
	color: #155800;
}

#links a {
	text-decoration: none;
	font-size: .85em;
}

#links a:hover {
	text-decoration: underline;
}

#links li.navpunkt_1 {
	text-indent: 1px;
}

#links li.navpunkt_2 {
	text-indent: 10px;
	padding: 0;
	margin: 0;
}


<!-- /* Hyper-Links -------------------------- */ -->

a {
	border: none; /* Braucht der NN */
	text-decoration: none;
}

a:link, a:visited, a:focus, a:active {
	color: #333;
}

a:hover {
	color: #FF9933; /* orange */
}


a.wichtiger_link {
	color: #155800;
	font-weight: bold;
}


<!-- /* Bilder -------------------------- */ -->

img {
	border: 1px dotted #4A69AD;
	background-color: #FFFFFF;
}

.bild_rechts {
	float: right;
	padding: 3px;
	margin-left: 10px;
}

.bild_links {
	float: left;
	padding: 3px;
	margin: 0px;
	margin-right: 10px;
	width: auto;
}

.bild_unten {
	float: right;
	padding: 3px;
	margin-top: 10px;
}

.bild_oben {
	padding: 3px;
	margin-bottom: 10px;
}

.bild_mitte {
	float: right;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.error {
	color: #FF0000;
}


<!-- /* Trennlinie -------------------------- */ -->
.trennlinie {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #CDCDCD;
	height: 1px;
	border: 0px none;
	color: #CDCDCD;
}

.tr_rechts {
	display: none;
}

html>body .trennlinie {
}

html>body .tr_rechts {
	height: 1px;
	display: block;
}

a img{
	text-decoration: none;
	border: none;
}

.textarea_250 {
width: 250px;
height: 90px;
}

.label_200 {
float: left;
width: 220px;
}

.msg {
	text-align: left;
	margin: 6px 6px 6px 0;
	padding: 7px;
}

.msg.fehler {
	 background-color: #FFCCCC;
	 border: 1px solid #FF0000;
}

.msg p { margin:0; }

.box1{padding:5px;margin-bottom:10px;border:1px solid #aaa;background-color:#e4e4c9;}