<!-- /* Grund-Layout ------------------------- */ -->
html, body {
	margin: 0;
	padding: 0
}

body {
	/*font: 76% arial,sans-serif;*/
	font: 0.8em "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	text-align: center;
	background: #666 url("/bilder/webseite/hintergrund.png") 0 0 repeat;
}

div#header{position:relative;padding: 0;
   height: 160px;
   background: #F0F8FF url("/bilder/webseite/logo2.jpg") 0 0 no-repeat;}

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%}

#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;
}


p {
	margin: 10px 0 0 0;
}


<!-- /* Ü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;
}

#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: #666666;
}

a:hover {
	color: #FF9933; /* orange */
}



<!-- /* 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;
}

.bildlinks {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #4A69AD;
	clear: both;
}

.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;
}

<!-- /* Surftip -------------------------- */ -->
a.surftip {
	font-weight: bold;
	color: #000;
	}
	


.partnerbox {
	text-align: left;
	padding: 0px 0px 0px 2px;
	border: 1px dotted #36648B;
	margin-bottom: 10px;
	font-size: 0.95em;
	background-color: #F0F8FF;
	background-image: url('bg_blau.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.bold {
	font-weight: bold;
}

<!-- /* Trennlinie --------------------------- */ -->

.trennlinie {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #CDCDCD url("hr_links.png") no-repeat left;
	height: 1px;
}

.tr_rechts {
	background: url("hr_rechts.png") no-repeat right;
	height: 1px;
}