/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}


/*
if img is inside "a" it would have 
borders, we don't want that
*/

img {
   border: 0;
}

/*
default link styles
*/



/*****************
basic layout 
*****************/

html, body 
{
height:100%;
}


#abstand
{ 
width:1px;
height:50%;
background-color:#fc6;
margin-bottom: -300px;		 /* half of container's height */
float:left;
}


body {
   background-color: #fff;
   color: #333;
   text-align:center
}

#seite {
  margin: 0 auto;
  position:relative; 
  clear:left;
  text-align: left;
  width: 960px;
  height: 600px;
  background-image:url('hintergrund.gif');
  background-color:#eee;
  border: 1px solid #fff;
}



div#block_oben {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 960px;
   height: 78px;
}



div#block_meyer {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 448px;
   height: 78px;
}


div#block_wendland {
   position: absolute;
   top: 0px;
   left: 448px;
   width: 218px;
   height: 78px;
}


div#block_ahrens-arnold {
   position: absolute;
   top: 0px;
   left: 666px;
   width: 294px;
   height: 78px;
}



div#block_unten {
   position: absolute;
   bottom: 30px;
   left: 0px;
   width: 810px;
   margin-left: 124px;
   height: 60px;
}

h1
{
   font-size: 25px;
   font-weight: normal;
   color: #fff;
   position: absolute;
   right: 30px;
   margin-top: 33px;
   letter-spacing: 0.07em;
}

h2
{
   font-size: 15px;
   font-weight: normal;
   color: #444;
   margin-left: 125px;
   margin-top: 90px;
   letter-spacing: 0.43em;
}

p.blockunten
{
   font-size: 13px;
   line-height:19px;
   text-align: justify;
   color: #444;
   font-weight: normal;
   margin-top: 6px;
   letter-spacing: 0.1000em;
}

.name
{
   font-size: 18px;
   color: #173553;
   font-weight: bold;
   line-height: 32px;
}

#meyer
{
   font-size: 15px;
   color: #173553;
   font-weight: normal;
   position: absolute;
   left: 124px;
   top: 216px;
   line-height: 18px;
}


#wendland
{
   font-size: 15px;
   color: #173553;
   font-weight: normal;
   position: absolute;
   left: 446px;
   top: 216px;
   line-height: 18px;
}


#ahrens
{
   font-size: 15px;
   color: #173553;
   font-weight: normal;
   position: absolute;
   left: 124px;
   top: 337px;
   line-height: 18px;
}

#odebrecht
{
   font-size: 15px;
   color: #173553;
   font-weight: normal;
   position: absolute;
   left: 446px;
   top: 337px;
   line-height: 18px;
}

#email
{
   font-size: 18px;
   color: #173553;
   font-weight: bold;
   position: absolute;
   left: 599px;
   top: 476px;
   line-height: 22px;
}

#impressum
{
   font-size: 14px;
   color: #173553;
   font-weight: bold;
   position: absolute;
   left: 851px;
   top: 492px;
   line-height: 22px;
}

a
{
   text-decoration: none;
   color: #173553;
}

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

.name:hover
{
   text-decoration: none;
   color: #666;
}



.bild
{
width: 166px;
height: 195px;
border: 0px solid #173553; 
position: absolute;
left: 114px;
top: 78px;
}

#name
{
   font-size: 18px;
   color: #173553;
   font-weight: bold;
   position: absolute;
   left: 321px;
   top: 152px;
}

#titel
{
   font-size: 15px;
   color: #444;
   position: absolute;
   left: 321px;
   top: 174px;
   line-height: 18px;
}

#name_ahrens
{
   font-size: 18px;
   color: #173553;
   font-weight: bold;
   position: absolute;
   left: 321px;
   top: 152px;
}

#titel_ahrens
{
   font-size: 15px;
   color: #666;
   position: absolute;
   left: 321px;
   top: 174px;
   line-height: 18px;
}


#tabelle
{
   position: absolute;
   left: 319px;
   bottom: 86px;
}

#tabelle_impressum
{
   position: absolute;
   left: 121px;
   top: 140px;
}

#tabelle_impressum td
{
   font-size: 11px;
   line-height: 13px;
}

table
{
   font-size: 15px;
   color: #444;
   line-height: 18px;
}

.innertbl
{
margin-left: -2px;
}

.caption
{
   font-size: 15px;
   font-weight: bold;
   color: #173553;
}

.caption_impressum
{
   font-size: 13px;
   font-weight: bold;
   color: #173553;
}

.mail
{
font-weight: bold;
}

#back
{
   font-size: 15px;
   color: #98a4b0;
   font-weight: bold;
   position: absolute;
   left: 880px;
   top: 480px;
}

ul li
{
margin-left: 13px;
}
