body {
	background-color: #ffffff; 
/*	background-color: #f4f4f4; */
/*	background-image:url(images/hintergrund.jpg); */
	background-position:0px 0px;
	background-repeat:repeat-x;
}

#seitenrahmen {
	width: 780px;
	padding:0px 0px 0px 0px;
	margin: auto;
	border:1px solid #999999; 
	background-color:#FFFFFF;
}

#seitenkopf {
	height: 100px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

#navigation {
/*	height:22px; */
	height:26px;
	margin:0px 0px 0px 144px;
	padding:0px 0px 0px 0px;
/*	background-color:#878D7E; */
	background-color:#A7ACA1;
}

#inhalt {
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.kopfzeile {
	margin-left:144px;
	font-size: 11px;
	color:#666666;
	padding:0.2em;
	font-weight: bold;
}

.kopfzeile a:link {
color: #666666;
text-decoration: none;
}

.kopfzeile a:visited {
color: #666666;
text-decoration: none;
}

.kopfzeile a:hover {
color: #CC3366;
text-decoration: underline;
}

#fusszeile {
	text-align:center;
	color:#999999;
}

#fusszeile a:link {
	color: #999999;
	text-decoration: none;
	}

#fusszeile a:visited {
	color: #999999;
	text-decoration: none;
	}

#fusszeile a:hover {
	color:#CC3366;
	text-decoration: underline;
	}


h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-family:Arial,sans-serif;
}

h1,h2,h3,h4 {
	color: #333333;
}

h1 {
	font-size:20px; margin-bottom:18px;
	margin-top:15px; /* für Internet Explorer */
}

h2 {
	font-size:17px;
	margin-bottom:18px;
	border-bottom: 1px dotted #999999;

}

h3 {
	font-size:15px;
	margin-bottom:6px;
}

h4 {
	font-size:13px;
	margin-bottom:6px;
}

p,ul,ol,li,div,td,th,address,blockquote {
	font-size:13px;
}

P {
	margin: 0px 0px 10px 0px;
}

.anderthalbzeilig {
	line-height:1.5em;
}

.fontklein {
	font-size: 11px;
}

a:link {
	color: #CC3366;
	text-decoration: none;
}    /* noch nicht besuchte Ziele */

a:visited {
	color: #CC3366;
	text-decoration: none;
} /* besuchte Ziele */

a:hover {
	color: #CC3366;
	text-decoration: underline;
}   /* Verweise bei "MouseOver" */
	
a:active {
	color: #CC3366;
	text-decoration: none;
}  /* Angeklickte Verweise */
a:focus {
	color: #CC3366;
	text-decoration: none;
}   /* Verweise, die Fokus erhalten */

.container-text {
  width: 480px;
  margin-left:144px;
}

.container-breit {
  width: 540px;
  margin-left:144px;
}

.container-breiter {
  width: 600px;
  margin-left:144px;
}

.container-extrabreit {
  margin-left:144px;
}

.container-ueberbreit {
  margin-left:10px;
}

.container600 {
  width: 600px;
  margin: auto;
}

.hgweiss {
background-color:#ffffff;
}

.hghell {
background-color:#E6E6E8;
}

.hgdunkel {
background-color:#CCCCCC;
}

.rahmen1 {
border:1px solid #999999;
}

.linieunten {
border-bottom:1px solid #999999;
}

.textweiss {color: #FFFFFF}

.fleft { /* Sachen, an denen der Text vorbeifließen soll, werden diese Klassen zugewiesen. */
  float: left;
  margin: 0em 0.6em 0.2em 0em; /* Abstand zum Text. */
}

.fright {
  float: right;
  margin: 0em 0em 0.2em 0.8em;
  padding: 1px;
}

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

/* Navigation bei Bildstrecken:*/
.nav {
	width: 600px;
}
.navseiten {
	width: 440px;
	float: left;
	text-align: center;
	padding:2px 0px 2px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0em 0em 1.5em 0em;
}
.navzurueck {
	width:80px;
	text-align:left;
	float: left;
	padding:2px 0px 2px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0em 0em 1.5em 0em;
}
.navvor {
	width:80px;
	float: right;
	text-align:right;
	padding:2px 0px 2px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0em 0em 1.5em 0em;
}

