* { /* Alle Ränder und Innenabstände auf Null setzen */
	margin: 0;
	padding: 0;
}

body {
	color: #2f4050;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align:center;
	margin: 0px;
	font-weight: normal;
}

#box {
width:639px;
margin:0 auto;
text-align: left;
}

#inhalt {
width:639px;
margin:0 auto;
text-align: left;
}

/* Navigation */

#nav {
width: 639px;
height: 30px;
background-color: #c8dae6;
padding: 20px 0;
text-align: center;
font-size: 0.9em;
}

#nav ul {
	list-style-type: none;
	text-align: center;
}

#nav li {
	float: left; /* Die Menüpunkte stehen nun hintereinander */
	width: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#nav a {
	color:#475e75;
	text-decoration: none;
	padding-left: 12px;
}

#nav a:hover { 
color: #000000;
text-decoration: none; 
}

#nav a:active { 
color: #000000;
text-decoration: none; 
}

#nav a.aktuell { /* Aktuelle Seite wird mit dieser Klasse hervorgehoben */
color: #444444;
background-color: transparent;
font-weight: bold;
}

#nav ul ul {
	font-size: 1.1em;
}

p, li {
	color: #2f4050; 
	font-size: 0.8em;
	line-height: 1.4;
	padding: 6px 0px 6px 0px;
}

blockquote {
font-weight: normal;
color: #3e719c;
font-size: 0.8em;
line-height: 1.4;
padding: 3px 0px 3px 0px;
}

cite {
font-weight: normal;
color: #2f4050;
}

h1 {
	color: #2f4050;
	font-size: 0.9em;
	margin:0px 0px 1px 0px;
	text-align: left;
	padding: 29px 0 0 0;
}

#hilke_kontakt {
text-align: right;
border-bottom: 1px solid #948f8f;
}

#hilke_kontakt .kontaktlink {
	float: right;
	background-image: url(../bilder/mail.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 25px 0px 0px 0px;
	padding-right: 25px;
	padding-bottom: 4px;
	font-size: 0.8em;
}

h2 { 
color: #992f39; 
font-size: 1.0em;
margin: 20px 0px 14px 0px;
}

h3 {
	color: #2f4050;
	font-size: 0.9em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h4 {
	color: #2f4050;
	font-size: 0.9em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

ul {  /* Alle Listen erhalten zunächst keine Aufzählungszeichen */
list-style: none;
}

ul.liste {
list-style-position: outside;
list-style-type: disc;
margin: 5px 20px;
line-height: 1.3;
padding: 0;
}

ul.liste li {
padding: 4px 0;
}

a:link { 
color: #3e719c; 
text-decoration: none; 
}

a:visited { 
color: #3e719c; 
text-decoration: none; }

a:hover { 
color: #992f39; 
text-decoration: underline; 
}

a:active { 
color: #992f39; 
text-decoration: underline; 
}

a:focus { 
color: #992f39; 
font-weight: bold;
text-decoration: underline; 
}

h2 a:link, h2 a:visited { 
color: #992f39 !important; 
text-decoration: none; 
}

img {
border: 0px;
vertical-align: bottom;
}

.links { /* Ein Bild nach links setzen, so dass der Text rechts vorbeifließt */
float: left;
margin-right: 9px;
padding-top: 5px;
}

.rechts {/* Ein Bild nach rechts setzen, so dass der Text links vorbeifließt */
float: right;
margin-left: 20px;
margin-bottom: 10px;
}

.rechtsbuendig {
	text-align: right;
}

#hintergrund DIV.rechts {
float: right;
margin-left: 50px;
margin-bottom: 10px;
width: 300px;
background-color: #e8eef4;
padding: 10px;
}

#hintergrund DIV.seite {
float: right;
margin-left: 50px;
margin-bottom: 10px;
width: 300px;
background-color: #e8eef4;
padding: 10px;
}

#startseite DIV.rechts {
	float: right;
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 300px;
	background-color: #e8eef4;
	padding: 10px;
}

#startseite DIV.seite {
	float: right;
	width: 350px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}


.clear { /* float auflösen, ab hier alles wieder im normalen Textfluss */
clear: both;
}

.rot {
color: #992f39;
}

.bildunterschrift {
font-size: 0.7em;
font-weight: bold;
color: #3e719c;
}

#inhalt hr {
width: 70%;
color: #dee0ed;
border-style: dashed;
margin: 5px auto 5px auto; 
}

#inhalt hr.ohne {
	margin: 0;
	padding: 0;
	height: 0;
	color: #ffffff;
}

.mitrand { /* Fotos mit einem Rand versehen, aktuell: Hellblau */
border: 1px solid #c8dae6;
padding: 3px;
}

.fett { /* Text fett setzten z. B. in einem span-Tag */
font-weight: bold;
}

.kursiv { /* Text kursiv setzten z. B. in einem span-Tag */
font-style: italic;
}

.kontaktdaten {
font-size: 0.65em;
color: #948f8f;
padding: 20px 0;
}

/* Kontaktformular */

input.senden {
color:#2f4050;
background-color: #e8eef4;
border: 1px solid #abd4f1;
margin:10px 0 0 150px;
padding:3px 9px;
font-size:0.9em;
}

input.senden:hover {
background-color: #c8dae6;
color:#2f4050;
cursor:pointer;
}

input.feld:focus,
textarea.nachricht:focus {
background-color:#d0deed;
color:#344658;
}

label.formular {
margin : 0;
float:left;
width:150px;
}


/* Barrierfreiheit etc. */

span.ex { /* externen Link ohne css sichtbar machen */
position: absolute;
left: -3000px;
top: -3000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}

.unsichtbar {
position: absolute !important;
top: -4000px !important;
left: -4000px !important;
height: 1px !important;
width: 1px !important;
}

.fuellen {
padding-bottom: 100px;
}

