﻿body {
  height:100%;
  font-family: arial, geneva, sans-serif;
  font-size: 12px;
  color: #333333;
  margin: 0;
  padding: 0;
  background-image:url('../images/hinter.jpg');
  background-repeat:repeat;
  background-attachment:fixed;
}

#container { 
	width: 754px;
	margin-left: -377px;
	left: 50%;
	position: absolute;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 10px solid #000066;
	background-color: white;
}

a {
  color: #000066;
  text-decoration:none;
  font-weight:normal;
}

a.navi {
  color: #333333;
  font-weight: bold;
  text-decoration:none;
}


h1 {
  color: #000066;
  font-size: 16px;
  font-weight:bold;
}

a.h1 {
  color: #000066;
  font-size: 16px;
  font-weight:bold;
  text-decoration:none;
}

  
div.hr {
	border-bottom: #FFFB05 1px solid;
}
  
#head {
	width: 750px;
	height:154px;
	background-image: url('../images/head.jpg');
	background-position:left top;
	margin-left: 2px;
	margin-right: 2px;
}

#navioben {
	height: 20px;
	background-color: #CCCCCC;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 5px 0px 0px 20px;
}

#spalte_rechts {
    float:right;
	height: 100%;
	width: 160px;
	background-color: #E7E8F3;
	margin: 2px;
	padding: 20px;
	line-height:20px;
}

#content {
    float:left;
    width: 510px;
	height:auto;
	padding: 20px;
}

#content_impressum {
    float:left;
	height:auto;
	padding: 20px;
}

p.center {
    text-align: center;
}
