/* CSS Document */


html { 
 min-width: 610px; 
  }
 
body {
 margin: 0px;
 padding: 0px;
 text-align: center;
 font: 69%  Verdana, Arial, Helvetica, sans-serif;
 }

#kopfbereich {
  width: 100%;
  height: 54px;
  background: #2C2C2C;
  background-image: url(../images/bg_kopf.jpg);
  background-position:center;
  background-repeat: repeat-y;
  border-bottom: 2px solid #C7C9CF;
}

#navi {
	margin: 0;
	padding: 0px;
}
#navi img {
	position: relative;
	top: 10px;
	margin-right: 90px;
}
#navi span.navi a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	padding-left: 6px;
	margin-right: 15px;
	background: url(../images/pfeil_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#navi a:hover {
	background-position: 2px 5px;
}

#contentbereich {
  margin: 30px auto;
  padding: 0px;
  border: 0px;
  width: 610px;
  text-align: left;
  display: block !important; 
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 2.7em;
  color: #333333;
  letter-spacing: 0.02em;
  margin: 0px 0px 0px 0px;

}

h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.4em;
  font-style:italic;
  color: #333333;
  margin: 0px 0px 30px 0px;
  line-height: 1.01em;

}

#contentbereich  p {
  margin: 10px 0px 0px 100px;
  color: #333333;
  line-height: 140%;
}

#contentbereich  p  a {
  color: #000000;
}
#contentbereich  p  a:hover {
  color: #000000;
  text-decoration: none;
}

#contentbereich  p a.button {
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 vertical-align: middle;
 border: 1px solid #333;
 background: #646464;
 padding:  3px 6px 3px 6px;
}
#contentbereich  p a.button:hover {
 
 color: #fff;
 border: 1px solid #333;
 background: #848484;
}
p img {
  float: left;	
  margin: 3px 20px 5px 0px;
}

#contentbereich  ul {
   margin: 10px 0px 0px 90px;
}
#contentbereich  ul li {
  color: #333333;
  line-height: 140%;
  list-style-type: square;
}

hr {
  height: 1px;
  border: 0;
  color: #999;
  background: #999;
  width: 510px;
  margin: 10px 0px 0px 100px;
}


#footer {
  margin: 40px auto;
  padding: 0px;
  width: 610px;
  text-align: left;
  display: block !important; 
  border-top: 1px solid #999;
  padding: 10px 0px 0px 0px;
}

#footer p  {
 color: #999999;
 margin: 0px 0px 20px 90px;
}

#footer p a {
 font-size: 11px;
 color: #333333;
 text-decoration:none;
 margin-right: 10px;
 margin-left: 10px;
}


.spaltenwrapper {
  position: relative;
  width: 510px;
  margin: 0px 0px 0px 100px;
  _margin: 0px 0px 0px 100px;
  padding: 0;
}
.spaltenwrapper div p {
  margin-left: 0px !important;
}

.spaltenwrapper div  ul {
   margin: 10px 0px 0px -20px !important;
   _margin: 10px 0px 0px 17px !important;
}

.spaltenwrapper div ul li {
  color: #333333;
  line-height: 140%;
  list-style-type: square;
}
.spaltelinkshalb {
  display: inline; 
  position: relative;
  float: left;
  width: 250px; 
  margin: 0 15px 0 0;
}

.spalterechtshalb {
  display: inline; 
  margin: 0px 20px 0px 0px;
  position: relative;
  float: right;
  width: 220px;  
}




