/* allgemeine Einstellungen */
body {
  color: #000;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  margin: 0;
  padding: 0;
  text-align: center;
}

img, div, p, h1, h2 {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
	color: #000;
}

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

/* Divs für Bereiche */
#rahmen {
  max-width: 1188px;
  min-width: 862px;
  margin: 0 auto;
}

#naviTop{
	text-align: left;
	width: 100%;
	font-size: 70%;
	padding: 1em;
}

#wellcome {
	float: left;
	width: 390px;
	height: 25px;
	margin-top: 30px;
	margin-left: 60px;
}

#content{
	width: 862px;
	margin: 0 auto;
	min-height: 490px;
	position: relative;
	padding-top: 94px;
	text-align: left;
}

#logoTop{
	position: absolute;
	right: 7px;
	top: 33px;
	width: 510px;
	height: 60px;
}

#imgTop{
	clear: both;
	width: 860px;
	height: 360px;
	border: 1px solid #fa9504;
	margin-bottom: 13px;
}

#flashContent {
	float: left;
	width: 640px;
	height: 360px;
	background: #fff;
}

#topImgLeft{
	float: right;
	width: 220px;
	height: 360px;
}

#boxTop{
  clear: both;
  margin-bottom: 25px;
}

#boxTop h1 {
	font-size: 90%;
	font-weight: bold;
	color: #6D9C30;
}

#boxTop p {
	padding-top: 0.5em;
	font-size: 70%;
	line-height: 1.4em;
}

#boxModules{
	float: left;
	width: 640px;
	min-height: 133px;
}

.module {
	margin-bottom: 20px;
}

.module img {
	float: left;
	margin-right: 10px;
}

.module h2 {
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.module h2 a {
	text-decoration: none;
	color: #fa9504;
}

.module h2 a:link, .module h2 a:visited {
	text-decoration: none;
	color: #fa9504;
}

.module h2 a:focus, .module h2 a:hover, .module h2 a:active {
	text-decoration: underline;
	color: #fa9504;
}

.module p {
	font-size: 70%;
	line-height: 1.4em;
	padding-left: 196px;	
}

#boxLinks {
	float: right;
	width: 200px;
	height: 133px;
	min-height: 133px;
}

#boxLinks h2 {
	font-size: 70%;
	font-weight: bold;	
	color: #fa9504;
	margin-bottom: 0.5em;
}

#boxLinks p {
	font-size: 70%;
	line-height: 1.4em;	
	margin-bottom: 1em;
}

#boxFoot {
	clear: both;
	position: relative;
}

#logoPaul {
	float: left;
}

#footLinks {
	float: left;
	font-size: 70%;	
	margin-top: 20px;
	margin-left: 5px;
}


#boxFootRight {
  float: right;
  height: 65px;
  text-align: right;
  width: 370px;
}