﻿body {
  height:100%;
  font-family: 'Roboto', sans-serif;
  color: #6F6F6F;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #EEEEEE repeat-x left top url('../images/body-bg.png');
  text-align: center;
  line-height: 22px;
}

.bild_rechts{
	float: right;
	padding: 0px 0px 15px 15px;
}

.rechts {
	float: right;
}

.links {
	float: left;
}



#container {
	text-align:center;
	width: 1167px;
	margin:0px auto;
    background-color: #ffffff;
}

#head {
	width: 1167px; 
	height: 131px;
}

#headline {
	width: 1167px; 
	height: 100px;
	background:  url('../images/headline-bg.png') transparent repeat-x left top ;
	text-align: left;
}

#content {
    width: 1097px;
    text-align:left;
    padding: 20px 35px;
}

#footer {
	height: 152px;
	width: 100%;
	background-image: url('../images/footer-bg.png');
	bottom: 0px;
}

#keywords {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 50px 0px;
}

img {
    border: none;
}

a {
  color: #6F6F6F;
  text-decoration: none;
  font-weight:normal;
  font-size: 11px;
}

a:hover {
  color: #97BF0E;
  text-decoration: underline;
  font-weight: normal;
  font-size: 11px;
}


a.text {
  color: #006AB2;
  font-size: 14px;
  text-decoration: none;
}

a.text:hover {
  color: #006AB2;
  font-size: 14px;
  text-decoration: underline;
}

ul a {
  color: #6F6F6F;
  font-size: 14px;
  text-decoration: none;
}

ul a:hover {
  color: #6F6F6F;
  font-size: 14px;
  text-decoration: underline;
}


h1 {
  color: #636363;
  font-size: 28px;
  font-weight:normal;
  padding-top: 17px;
  padding-left: 35px;
}

h2 {
  color: #97BF44;
  font-size: 22px;
  font-weight:normal;
}