﻿body {
  height:100%;
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #333333;
  margin: 0;
  padding: 0;
}

#container { 
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: absolute;
	border-left: 2px solid #669900;
	border-right: 2px solid #669900;
	border-bottom: 10px solid #669900;
	background-color: white;
	-webkit-box-shadow: 1px 2px 5px #444;
    -moz-box-shadow: 1px 2px 5px #444;
    box-shadow: 1px 2px 5px #444;
}

a {
  color: #669900;
  text-decoration:none;
  font-weight:normal;
}

a.navi {
  color: #ffffff;
  font-weight: bold;
  text-decoration:none;
}

a.links {
  color: #003366;
  text-decoration:none;
  font-weight:normal;
}

h2 {
  color: #666666;
  font-size: 18px;
  font-weight:bold;
  font-style:italic;
}


h1 {
  color: #003366;
  font-size: 16px;
  font-weight:bold;
}

a.h1 {
  color: #003366;
  font-size: 16px;
  font-weight:bold;
  text-decoration:none;
}

  
div.hr {
	border-bottom: #003366 1px solid;
}
  
#head {
	height:138px;
	background-image: url('../images/head_bg.gif');
	background-position:left top;
	margin-left: 2px;
	margin-right: 2px;
}

#navioben {
	height: 21px;
	background-image: url('../images/nav_bg.gif');
	background-position:left top;
	margin-left: 2px;
	margin-right: 2px;
	padding: 10px 64px 0px 0px;
	text-align:right;
}

#spalte_rechts {
    float:right;
	height: 100%;
	width: 170px;
	background-color: #E5EAEF;
	margin: 2px;
	padding: 20px;
	line-height:20px;
}

#content {
    float:left;
    width: 540px;
	height:auto;
	padding: 20px;
}

#content_impressum {
    float:left;
	height:auto;
	padding: 20px;
}

p.center {
    text-align: center;
}
