/* kvk 04/08*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #696969;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
  line-height: 1.2em;
}


a {
  text-decoration: none;
  color: silver;
}


h1 {
  display: none;
}

h2, h3 {
  color: #ccc;
  font-size: 1em;
  font-weight: normal;
  padding-bottom: 10px;
  padding-top: 10px;
}

ul {
  list-style: none;
}


ul img {
  border: 0px;
}
  
.ref {
  padding-top: 15px;
    padding-left: 15px;
}


a {
  color: #008ac1;
  }
  
  p a {
  color: #6794aa;
  }
  

  
/* ------------------------ adress */


address {
  padding: 30px 50px 5px 40px;
  font-size: 1em;
  font-style: normal;
  text-align: left;
  margin-bottom: .5em
 }
 

   address a {
  color: #6794aa;
  }




/* ------------------------ container */

div#container {
  background: #fff;
  margin: 130px auto 30px;
  width: 780px;
  text-align: left;
  font-size: .7em;
}


/* ------------------------ header */

div#header {
  background: #fff url(../images/header.jpg) no-repeat;
  height: 100px;
}


/* ------------------------ navigation */



div#navigation img{
   border: 0px;

}
    
div#navigation ul  {
	text-align: left;
   font-weight: normal;
   padding-bottom: 3px;

}
      
div#navigation ul li {
      display: inline;
}
     
div#navigation ul li a {
  color: #696969;
  font-size: 0.9em;
  margin-right: .3em;
  margin-left: .3em;
  text-decoration: none;
}
     
     

div#navigation ul li a.hit {
  color:  #33aad3;
}
      
div#navigation ul li a:focus, div#navigation ul li a:hover  {
        color:#87c2de;
}


/* ------------------------ content */

div#content {
 border: 0px;


}


/* ------------------------ eins */



div#eins {
  background: #fff;
  float: left;
  width: 240px;
  height: 300px;


 }



/* ------------------------ drei */

div#drei {
 background: #b1b3b4;
  float: right; 
  width: 240px;
  height: 300px;
  }
  
  div#drei p {
  	color: #58585a;
	padding-left: 15px;
    padding-right: 10px;
  }



/* ------------------------ zwei */

div#zwei {

  background: #d9dadb;
  width: 260px;
  height: 300px;
  margin-left: 258px;

}

div#zwei p {
	color: #58585a;
    padding-left: 15px;
    padding-right: 10px;
 }



/* ------------------------ footer */
     
div#footer {
	color: #696969;
	text-align: right;
	clear: both;
	padding-top: 1px;
	background: #fefefe url(../images/footer_pink.jpg) no-repeat;
}

div#footer p a {
  color:  #696969;
}

div#footer p a.hit {
  color:  #6794aa;
}



