/* Globale Styles */
* {
	border: none;
	padding: 0;
	margin: 0;
}

a{
  text-decoration:none;
  color: #5a5b5d;
}
body {
	background-color:#a0a0a0;
	font-family:Sans Serif, Arial;
	font-size: 14px;
	color: #5a5b5d;
	text-align:center;
}

div#centerpage {
	width: 981px;
	margin: 0 auto;
}

div#seite {
  margin:0px;
  margin-top:20px;
  margin-bottom:20px;
	width: 980px;
	/* border: 3px solid #a0a0a0; */
	background-color:#FFFFFF;
	text-align:left;
}

div.spalte {
  float:left;
	width: 318px;
}

p.notiz {
	margin: 10px 0px 5px 0px;
	font-size: 11px;
	font-style: italic;
}

.big {
font-size: 15px;
text-align: center;
font-weight: bold;
}

#menue_pic {
  float:left;
  margin-left:0px;
  margin-right:20px;
}

#menue {
  height:88px;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
  font-family:Courier New, Arial;
  border-top: 0px;
  
}

#menue_ul a  {
  font-weight: bold;
	color:#a7a8aa;
}

#menue_ul a:hover  {
	color:#5a5b5d;
}

#menue_ul  {
  padding-top:10px;
  margin-bottom:8px;
  list-style-type: none;
}

#menue_ul li  {
  width:159px;
  float:left;
}

#menue_ul_ebene3 a  {
	color:#000000;
}

#menue_ul_ebene3 a:hover  {
	color:#a0c750;
}

#menue_ul_ebene3  {
  padding-top:30px;
  list-style-type: none;
}

#menue_ul_ebene3 li  {
  width:159px;
  float:left;
}

#menue_ul_ebene3 li a {
  border-left:solid 2px #a0c750;
  padding-left:2px;
}



#menuelinks {
  font-family:Times New Roman, Arial;
  height:35px;
  font-size: 15px;
  padding-left:20px;
  width:800px;
}

.link{
 	color:#83a835;
 	background-repeat: no-repeat;
 	padding-left:6px;
 	background-image: url(../bilder/linkpfeil.gif);
 	background-position: left top;
}

.link_main_p{
  text-align: center;
  margin-right:10px;
  margin-left:12px;
  padding-top:5px;
  padding-bottom:5px;
}

.link_main{
 	color:#83a835;
  font-size: 18px;
  font-weight: bold;
}

#logotext{
  font-family:Times New Roman, Arial;
  font-size:16px;
  margin-left:45px;
  width:220px;
  text-align:right;
  padding-top:4px;
  line-height: 0.9;
}

#logotext a{
	color:#a7a8aa;
}

.logotextgross{
  font-size:24px;
}

#menuelinks a:hover  {
	color:#a0c750;
}

#menuelinks_ul a  {
  font-weight: bold;
	color:#FFFFFF;
}

#menuelinks_ul  {
  padding-top:8px;
  list-style-type: none;
}

#menuelinks_ul li  {
  width:160px;
  float:left;
}


#menuehome{
  height:20px;
  margin-left:20px;
  margin-right:20px;
}

#menuehome_ul a  {
  font-weight: bold;
	color:#a7a8aa;
}

#menuehome_ul  {
  list-style-type: none;
}




#toplinks{
  padding-left:20px;
  height:85px;
  width:815px;
}

#toplinks_ul a  {
	color:#5a5b5d;
}

#toplinks_ul a:hover  {
	color:#a7a8aa;
}

#toplinks_ul  {
  list-style-type: none;
}

#toplinks_ul li  {
  padding-right:20px;
  font-size:12px;
  padding-top:4px;
  padding-bottom:4px;
  float:left;
}

#wide_pic{
  margin-left:20px;
  margin-bottom:20px;
}

/* Body */
div#main2 {
	float: left;
}
div#main {
}

div#main img {
	float: left;
}

div#inhalt {
	float: left;
	padding-left:20px;
	min-height:570px;
}

div#inhalt_main {
	float: left;
	padding-left:20px;
	min-height:570px;
  background: #fff url(../bilder/background.jpg) repeat-y 0 0;
}

table.art_tabelle
{
  float:left;
  width:940px;
  margin-right:20px;
  margin-bottom:25px;
  border-collapse: collapse;
}

table.art_tabelle tr td, table.art_tabelle tr th
{
  border:2px solid #e4e2e1;
  padding:4px;
  
}

.artikelbild {
  float:left;
  margin-bottom:10px;
  margin-left:40px;
}

.artikelbild p {
  font-style: italic;
  font-size:12px;
  width:300px;
}

.artikel {
  word-spacing:3px;
  width:600px;
  padding-bottom:20px;
  float:left;
}

.artikel_spalte {
  word-spacing:3px;
  float:left;
  padding-right:10px;
  padding-left:10px;
}

.artikel_spalte dt{
	font-weight: bold;
  font-size:18px;
}

.artikel dt{
	font-weight: bold;
  font-size:18px;
}

.artikel_wide {
  width:600px;
  margin-right:300px;
  word-spacing:3px;
  padding-bottom:20px;
  padding-right:20px;
  float:left;
}

.artikel_wide dt{
	font-weight: bold;
  font-size:18px;
}


.teaser{
  position:relative;
  background-color:#ebebeb;
  border: 2px solid #a0c750;
  width:455px;
  height: 150px;
  float:left;
  margin-right: 20px;
  margin-bottom:30px;
  -moz-border-radius:6px; /* Firefox */
  -webkit-border-radius:6px; /* Safari, Chrome */
  -khtml-border-radius:6px; /* Konqueror */
  border-radius:6px; /* CSS3 */
}

.teaserspan{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  /* edit: added z-index */
  z-index: 1;
  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
  background-image: url('../bilder/dot_clear.gif');
}

.teaser:hover{
  background-color:#ffffff;
}

.teaser_spalte{
  width:316px;
  float:left;
  -moz-border-radius:6px; /* Firefox */
  -webkit-border-radius:6px; /* Safari, Chrome */
  -khtml-border-radius:6px; /* Konqueror */
  border-radius:6px; /* CSS3 */
}

.spacer {
  height:20px;
  background-color:#FFFFFF;
  width:940px;
  float:left;
}

.trenner {
  height:2px;
  background-color:#e4e2e1;
  margin-right:20px;
  margin-bottom:15px;
  width:940px;
  float:left;
}

.trenner_new {
  min-height:25px;
  background-color:#e4e2e1;
  margin-right:20px;
  margin-bottom:15px;
  width:935px;
  float:left;
  font-weight: bold;
  font-size: 18px;
  padding-top: 4px;
  padding-left: 5px;
}

.datediv {
  font-weight:normal;
  font-size:14px;
  float:right;
  padding-top:3px;
  width:295px;
}

.trenner_spalte {
  height:1px;
  background-color:#FFFFFF;
  margin-right:10px;
  margin-left:12px;
  margin-top:5px;
  margin-bottom:5px;
  width:295px;
}

.teaserpic{
  margin-left:10px;
  margin-top:10px;
  width:130px;
  height:130px;
  -moz-border-radius:6px; /* Firefox */
  -webkit-border-radius:6px; /* Safari, Chrome */
  -khtml-border-radius:6px; /* Konqueror */
  border-radius:6px; /* CSS3 */
}

.teasertrenner{
  height:145px;
  width:10px;
  float:left;
}

.teasertrenner_spalte{
  height:105px;
  width:10px;
  float:left;
}
.teasertext {
  margin-bottom:10px;
  margin-right:10px;
  line-height:1.1;
}

.teaserhead {
  margin-top:10px;
  margin-right:10px;
  font-weight: bold;
  font-size: 18px;
}

.fett {
  font-weight:bold;
}

#sidebar{
  float:left;
  width:342px;
  margin-bottom:20px;
}

#sidebarlinks{
  clear:both;
  margin-left:40px;
  min-height:30px;
}

.sidebarpara{
  clear:both;
  padding-left:7px;
  padding-top:10px;
  padding-bottom:10px;
 	background-repeat: no-repeat;
 	background-image: url(../bilder/linkpfeil.gif);
 	background-position: 0px 10px;
}

.sidebarlink{
	font-size: 16px;
 	color:#83a835;
}

.sitemap1 {
  padding-bottom:15px;
}

.sitemap1 a {
  font-size:16px;
  font-weight:bold;
  
}

.sitemap2 {
  padding-bottom:15px;
  margin-left:15px;
}

.sitemap2 a {
  font-weight:bold;
  padding-left:6px;
  background-image: url(../bilder/linkpfeil.gif);
 	background-repeat: no-repeat;
}
.sitemap3 {
  margin-left:30px;
  padding-left:6px;
  padding-bottom:15px;
  background-image: url(../bilder/linkpfeil.gif);
 	background-repeat: no-repeat;
}

/* Kopf */
#header {
  background-image: url(../bilder/logo.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}
#header_repeat {
  background-image: url(../bilder/header_repeat.jpg);
  background-repeat: repeat-x;
  background-position: right bottom;
}

/* Abgerundete Ecken */
.abgerundet {
  -moz-border-radius:6px; /* Firefox */
  -webkit-border-radius:6px; /* Safari, Chrome */
  -khtml-border-radius:6px; /* Konqueror */
  border-radius:6px; /* CSS3 */
}

.abgerundet_oben {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  -khtml-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.abgerundet_unten {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -khtml-border-bottom-left-radius: 3px;
  -khtml-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Fuss */
#footer {
	clear: both;
	background-color:#999;
	color:#FFFFFF;
	font-weight: bold;
	height:18px;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#footer a {
	display:block;
	float:left;
	color:#FFFFFF;
}
div#footer a:hover {
  text-decoration:underline;
}

/* Formular */
label {
	margin: 5px 0 2px 0;
	display: block;
}
label.error, p.error {
	font-weight: bold;
	color: #FF0000;
}

table.kontakt {
  width:940px;
}

table.kontakt tr td {
  padding-bottom:10px;
}

table.kontakt tr td.kontakt_row{
  width:774px;
  padding-bottom:10px;
}

input, select {
	width: 178px;
	border: 1px solid #505050;
	display: block;
	background-color: #fff;
}

.input_submit {
	cursor:pointer;
}

.input_submit:hover {
  border: 1px solid #a0c750;
}

.form_radio{
  margin-top:7px;
  border:none;
  width:20px;
  float:left;
} 

.radio_text{
  font-weight:bold;
  text-decoration:underline;
  color:#a0c750;
}

 textarea {
	width: 400px;
	border: 1px solid #505050;
	display: block;
	background-color: #fff;
	height: 80px;

}

input.button {
	margin: 5px 0 0 0;
	border: 1px solid #505050;
}

.overlayPic{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.jssor_text{
    color:#FFFFFF; 
    background: rgba(0,0,0,0.5);
    padding-top:4px;
    padding-left: 10px;
    padding-right:10px; 
    position: absolute; 
    top: 420px; 
    left: 20px; 
    width: 640px; 
    height: 40px;
}

#suche {
  border: 1px solid #5a5b5d;
  border-radius: 0.5em;
  font-size: 1.0em;
  width: 10em;
  transition: width 0.5s ease-in-out;
}
 
#suche:focus {
  font-size: 1.0em;
  width: 50%;
}

