@charset "UTF-8";
/* CSS Document */

*{margin:0px;padding:0px;}

body{font-family:Arial, Helvetica, sans-serif;
	 font-size:14px; color:#ee7e16;
	 background-color:#fbed7e;}
	 
img{border-style:none;
	border-width:0px;}

html, body{height:100%;}

h1{font-size:18px;
	font-family:Arial Black;
	color:#e2001a;
	text-align:center;
	padding-top:20px;}

h2{font-size:16px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:ee7e16;
	text-align:center;}

#wrapper{
	width:1040px;
	margin:0px auto;
	position:relative;
	top:200px;
	height:100%;
	background-color:#fbed7e;}

#innenwrap{
	width:960px;
	margin:0px auto;
	position:relative;
	height:700px;
	background-color:#fbed7e;
	background-image:url(../img/hintergrundstreifen1.jpg);
	background-repeat:repeat-x;}
	
/* Allgemein Style Ende */

/* Beginn Mittelteil */

#logo{width:880px;
	  min-height:200px;
	  margin:0px auto;
	  background-color:#FFF;
	  background-image:url(../img/hintergrundstreifen.jpg);
	  background-repeat:repeat-x;}

#logo img{padding-top:70px;}

#navoben{width:880px;
		 min-height:200px;
		 margin:0px auto;
		 background-color:#FFF;
		 background-image:url(../img/hintergrundstreifen.jpg);
	     background-repeat:repeat-x;}

#navoben img{padding-left:70px;}
		 
#navunten{width:880px;
		  min-height:200px;
		  margin:0px auto;
		  background-color:#FFF;
		  background-image:url(../img/hintergrundstreifen.jpg);
	      background-repeat:repeat-x;}

#navunten img{padding-left:70px;}
		  
#inhalt{width:880px;
		min-height:400px;
		margin:0px auto;
		background-color:#FFF;}
#wrapper #innenwrap #inhalt {
	border-top-width: 40px;
	border-right-width: 40px;
	border-bottom-width: 40px;
	border-left-width: 40px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fbed7e;
	border-right-color: #fbed7e;
	border-bottom-color: #fbed7e;
	border-left-color: #fbed7e;}

#inhalt img{padding-left:10px;
			padding-right:10px;
			padding-top:20px;
			padding-bottom:20px;}
#inhalt p{text-align:center;
		   padding-top:10px;
		   padding-bottom:10px;}
		   
#inhalt p span{text-decoration:underline;}

#wrapper #innenwrap #inhalt img {
	padding: 20px;}

/* Ende Mittelteil */

/* Beginn Footer */

#footer{width:880px;
        min-height:200px;
		margin:0px auto;
		min-height:100px;
		background-color:#FFF;}
		
#footer p{padding-top:30px;
		  text-align:center;}

#footer ul{list-style:none;
		   padding-right:100px;}

#footer li{float:right;
		   padding:10px;}
#footer a{display:block;
		  text-decoration:none;
		  color:#ee7e16;}
#footer a.aktive{text-decoration:underline;}

