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

body { 
color: #383c10; 
background-color: #ffffff;
font-size: small; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 100.01%;
text-align:center;
margin: 40px auto;
}

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

#box img.head {
	display: none;
}

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


/* Navigation */

#nav {
display: none;
}

#hilke_kontakt .kontaktlink {
	display: none;
}


p, ul { 
color: #2f4050; 
font-size: 0.8em;
line-height: 1.4; /* Zeilenabstand */
padding: 3px 0px 3px 0px;
}

blockquote {
	font-weight: normal;
	color: #3e719c;
	font-size: 0.8em;
line-height: 1.4; /* Zeilenabstand */
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;
border-bottom: 1px solid #948f8f;
}

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

h3 { 
color: #2f4050; 
font-size: 0.9em;
margin: 12px 0px 14px 0px;
}

h4 { 
color: #383c10; 
font-size: 1.0em;
margin: 0px 0px 14px 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; 
}


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

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

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

#hintergrund DIV.rechts {/* Ein DIV nach links setzen, so dass der Text rechts vorbeifließt */
float: right;
margin-left: 50px;
margin-bottom: 10px;
width: 250px;
background-color: #e8eef4;
padding: 10px;
}


.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;
}



.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 kuisiv 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;
}
