* { padding: 5; margin: 5; }

body {
  color: white;
  background-color: #003366;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper {
  color: white;
  background: #4B6C7B;
  width: 850px;
  margin: 10px auto;
}

/* KOPFBEREICH */
#kopfbereich {
  position: relative;
	color: black;
	background: #f3c600 url(kopf_bg_verlauf.jpg) repeat-y top left;
  padding: 10px 20px 10px 20px;
}
    #kopfbereich img {
      background-color: white;
      padding: 5px;
      border: 5px solid #d9d9d9;
    }
    #kopfbereich p {
	position: absolute;
	top: 106px;
	right: 2px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-bottom: 0;
	width: 236px;
	height: 20px;
    }
    #kopfbereich p span {
      color: #9BBFDD;
    }

/* NAVIGATIONSBEREICH */
#navibereich {
  padding-top: 20px;
  padding-left: 10px;
}

/* Google Ad Sense Table*/

#googleAdsense {
	position:absolute;
	left:20px;
	top:125px;
	width:160px;
	height:600px;
	z-index:1;
}

/* Google Ad Sense Table*/

#googleAdsensehead {
	position:absolute;
	left:210px;
	top:25px;
	width:728px;
	height:90px;
	z-index:1;
}

/* Google Ad Sense Table*/

#googleAdsenseleft {
	position:absolute;
	left:20px;
	top:125px;
	width:160px;
	height:600px;
	z-index:1;
}

/* Google Ad Sense Table*/

#googleAdsenseright {
	position:absolute;
	left:1080px;
	top:125px;
	width:160px;
	height:600px;
	z-index:1;
}

/* Google Ad Sense with Imagepage*/

#imagepage  {
	position:absolute;
	left:210px;
	top:125px;
	width:1020px;
	height:630px;
	z-index:1;
}

#imagepage2  {
	position:absolute;
	left:210px;
	top:125px;
	width:1040px;
	height:520px;
	z-index:1;
}
/* TEXTBEREICH */
#textbereich {
	  padding-top: 20px ;
	  padding-right: 10px;
	  padding-bottom: 20px;
	  padding-left: 20px;
}
  .bildlinks {
	    float:left;
	    padding: 3px;
	    border: 5px solid #ccc;
	    margin-right: 10px;
       margin-bottom: 10px;
	  }
	  .bildrechts {
	    float:right;
	    padding: 3px;
	    border: 5px solid #ccc;
      margin-bottom: 10px;
	    margin-left: 10px;
	  }

/* BILDEREICH */
#bildbereich
{
     float:right;
	  padding-top: 20px ;
	  padding-right: 10px;
	  padding-bottom: 20px;
	  padding-left: 20px;
}
/* FUSSBEREICH */
#fussbereich {
  padding: 20px;
  padding-top: 10px;
  border-top: 1px solid #8c8c8c;
  margin-top: 20px;
}

/* Allgemeine Elemente */

h1 {
	font-size: 150%;
	color: #9BBFDD;
	font-style: italic;
}
h2 {
  font-size: 130%;
  color: #9BBFDD;
  font-style: italic;
  margin-bottom: 1em;
}
strong {
  color: #4e9b88;
}
address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5em;
}
a:link, a:visited   { color: silver; font-weight: bold; text-decoration: none }
a:hover  { color: orange; font-weight: bold; text-decoration: none }

p, ul {
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em ;
  margin-left: 0; }
ul ul {
  margin: 0;
}
li {
  margin-top: 0 ;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1em;
}
