/* allgemeine auszeichnungen */

body {
font-family: Verdana, sans-serif;
font-size: 11px;
line-height:14px;
color: #000;
background-color:#fff;
}

a {text-decoration: underline; color:#000;}
a:link {color: #000;}
a:visited {color: #000;}
a:hover{color:#000; font-weight:bold;}
a:active {color:#000; font-weight:bold;}

/* IDs */

#container {
   position: absolute;
   /*margin:0 auto 0 auto;*/
   top:410px; 
   left:50%;
   width:700px; /* Breite des Elements */
   height:3750px; /* Höhe des Elements */
   margin-left: -350px; /* Breite des Elements geteilt durch zwei! */
   /*margin-top: -100px; /* Höhe des Elements geteilt durch zwei! */
   background-color: #fff;
   border: 1px solid #E3815D;
}
#kopfzeile{
position:absolute;
text-align:center;
padding: 0 0 0 0;
font-size: 16px;
line-height:20px;
	background:transparent url(../pics/rahmen_neu.jpg);
	background-position:top left;
background-repeat:no-repeat;
color: #000;
top:10px;
width:650px;
height:385px;
left:50%;
margin-left: -325px; /* Breite des Elements geteilt durch zwei! */
}

#fusszeile{
position:absolute;
text-align:left;
padding: 0 0 0 0;
font-size: 8px;
line-height:10px;
color: #000;
left:25px;
top:3775px;
width:650px;
height:auto;
border: 1px solid #fff;
}
#fotovolker{
	position:absolute;
width:128px;
height:122px;
left:0px;
top:2150px;
padding:0 0 0 0;
margin:0 0 0 0;
	background:transparent url(../pics/volker_128x122.jpg);
	background-position:top left;
background-repeat:no-repeat;
}
#fotokarin{
	position:absolute;
width:128px;
height:113px;
left:0px;
top:2150px;
padding:0 0 0 0;
margin:0 0 0 0;
	background:transparent url(../pics/karin_128x113.jpg);
	background-position:top left;
background-repeat:no-repeat;
}

#text{
position:absolute;
text-align:left;
padding: 0 0 0 0;
font-size: 12px;
line-height:16px;
color: #000;
left:50px;
top:50px;
width:600px;
}
/* CLASSES */
h1{
font-family: Verdana, sans-serif;
font-size: 22px;
line-height:22px;
font-weight:bold;
text-align:left;
color: #E3815D;
padding:0 0 0 0;
margin:0 0 0 0;
}
h2{
font-family: Verdana, sans-serif;
font-size: 16px;
line-height:18px;
font-weight:bold;
text-align:left;
color: #E3815D;
padding:0 0 0 0;
margin:0 0 0 0;
}
.small{
font-family:Verdana, serif;
font-size: 10px;
line-height:15px;
color: #9D7F20;
}