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

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #039;
	background-attachment: fixed;
	background-image: url(../bilder/bodybkgrnd.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-bottom: auto;
	background-position: left top;
}

#site {
	height: 650px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #039;
	margin-top: 30px;
}

#head {
	background-color: #9cf;
	height: 128px;
	width: 950px;
	background-image: url(../bilder/logo1.png);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#head img {
	float: left;
}

#slogan {
	height: 50px;
	width: 350px;
	margin-left: 200px;
	text-align: center;
	/*margin-top: 40px;*/
	font-size: 21px;
	font-weight: bolder;
	padding-top: 35px;
}

#navi {
	clear: both;
	background-color: #9cf;
	height: 36px;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
	background-image: url(../bilder/logo2.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: auto;
	margin-left: auto;
}


#navi ul {
  margin:0;
  padding-left: 5px;
  list-style:none;
 }
  
#navi a {
	display:block;
	background-image: url(../bilder/navi_voll_links.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 109px;
	height: 25px;
	padding-top: 11px;
	padding-left: 15px;
	font-size: 14px;
	color: #039;
	text-decoration: none;
	vertical-align: middle;
}

#navi a:hover {
	color: #06F;
}

#navi li {
	float:left;
	margin:0;
	padding:0;
	background-image: url(../bilder/navi_voll_rechts.png);
	background-repeat: no-repeat;
	background-position: right top;
  }
  
  #navi #current {
	background-image:url(../bilder/navi_hell_rechts.png);
  }
#navi #current a {
	background-image:url(../bilder/navi_hell_links.png);
	padding-bottom: 1px;
  }
  
 #inhalt {
	clear: both;
	background-color: #fc9;
	min-height: 480px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bilder/katzengras.png);
	background-repeat: no-repeat;
	background-position: right bottom;
  }
  
 #tabelle {
	padding-top: 20px;
	padding-left: 20px;
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #000;
}
  
#links {
	text-align: left;
	vertical-align: top;
	width: 60%;
}

#rechts {
	text-align: left;
	vertical-align: top;
	
}

#rechts img {
	padding-bottom: 10px;
	
	
}

h3 {
	color: #039;	
}
  
  #fuss {
	background-color: #039;
	height: 30px;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
  }
  
  #fuss a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
  }
  
  #fuss a:hover {
	font-size: 12px;
	color: #9cf;
	text-decoration: none;
  }
  
  #impressum {
	height: 2680px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #039;
	margin-top: 30px;
	background-color: #fc9;
}

#tdimp {
	height: 100%;
	padding: 20px;
	color: #000;
}

  
  .light {
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
	line-height: 200%;
  }
