/* allgemeine angaben */


* { margin:0; padding:0; font-size: 100%; }

html {
height:100%;
}

body {
    font-size: 100.01%;
    color: #000;
	background: #FFF;
    text-align: left;
    font-family: arial, sans-serif;
    height: 100%;
    text-align: center;
}

html[xmlns]
             {

             height : 100%;
             padding-bottom : 0.005em;

             } 


img.print {
display: none;
}

fieldset, img { border:0; }

select, input, textarea { font-size: 99% }

ul, ul li {
list-style: none;
}

div#container {
margin: 0 auto 0 auto;
width: 930px;
text-align: left;
position: relative;
}

div#header {
height: 130px;
width: 930px;
background: url(bilder/header.jpg) top left no-repeat;
}

div#hauptmenu {
height: 55px;
background: url(bilder/menu_back.gif) top left repeat-x;
position: relative;
}

#hauptmenu a.logo {
background: #AA3236 url(bilder/logo.gif) top right no-repeat;
height: 55px;
width: 265px;
display: block;
float: left;
}

#hauptmenu a.logo span {
position: absolute;
left: -3254px;
top: -3423px;
}

div#hauptmenu ul {
position: absolute;
left: 265px;
top: 32px;
}

div#hauptmenu ul li{
display: inline;
float: left;
margin-right: 30px;
}

div#hauptmenu ul li a{
font-size: 12px;
color: #FFF;
text-decoration: none;
}

div#hauptmenu ul li.active a{
font-weight: bold;
}

div#submenu {
height: 38px;
background: #FFF;
position: relative;
}

#submenu a.logo {
background: #FFF url(bilder/submenu_logo1.gif) top right no-repeat;
height: 38px;
width: 265px;
display: block;
float: left;
}

#submenu a.logo span {
position: absolute;
left: -3254px;
top: -3423px;
}

div#submenu ul {
position: absolute;
left: 265px;
top: 13px;
}

div#submenu ul li, ul.footermenu li{
display: inline;
float: left;
padding-right: 15px;
padding-left: 15px;
border-right: 1px solid #AA3236;
height: 20px;
line-height: 18px;
}

div#submenu ul li.first{
padding-left: 0px;
}


div#submenu ul li a, ul.footermenu li a{
font-size: 12px;
color: #AA3236;
text-decoration: none;
}

div#submenu ul li.active a, ul.footermenu li.active a{
font-weight: bold;
}

div#haupt {
background: #F9F6F5;
min-height: 400px;
height: auto !important;
height: 400px;
}

div#inhalt {
margin-left: 265px;
padding-top: 35px;
font-size: 12px;
color: #666;
margin-right: 200px;
line-height: 1.5;
padding-bottom: 20px;
}

div#inhalt a{
color: #666;
}

div#inhalt p {
margin-bottom: 12px;
}

p.bilder {
margin-top: 15px;
margin-bottom: 15px;
}

div#inhalt table {
margin-top: 20px;
}

div.partner {
padding-bottom: 10px;
border-bottom: 1px solid #999;
margin-bottom: 20px;
}

div.partner img{
margin-bottom: 10px;
}

div.ohne {
border: none;
}

div.footer {
background: transparent;
width: 100%;
height: 30px;
position: absolute;
bottom: 0px;
right: 0px;
width: 200px;
}

ul.footermenu {

}

ul.footermenu li.last{
border: 0px;
}

label {
width: 100px;
display: block;
float: left;
}

label.breit {
width: 280px;
}

div.form {
margin-bottom: 5px;
}

div.abstand {
margin-top: 15px;
margin-bottom: 15px;
}

textarea {
width: 190px;
height: 170px;
overflow: auto;
}


/* Startseite */

body.index {
background: #AA3236;
color: #FFF;
font-size: 12px;
text-align: center;
}

body.index #container{
text-align: center;
margin-top: 50px;
}

div.oben {
background: url(bilder/back_index.jpg) top left no-repeat;
height: 302px;
}

div.oben a{
display: block;
height: 302px;
width: 930px;
}

div.oben a span{
position: absolute;
left: -2323px;
top: -3432px;
}

div.unten {
background: url(bilder/startseite.gif) top center no-repeat;
height: 200px;
}

div.unten a{
display: block;
height: 200px;
width: 930px;
}

div.unten a span{
position: absolute;
left: -2323px;
top: -3432px;
}
/* galerie */

 

 

 div.slideshow {
  padding: 0px 0px 18px 270px;
  position: relative;
  margin-left: 0px;
  margin-bottom: 40px;
  }
  
 div#inhalt.nix, div.nix {
 margin: 0 !important;
 margin-right: 0px;
 margin-left: 265px;
 }
 
 div#inhalt div.impression {
 margin-right: 50px;
 margin-left: 265px;
 width: 500px;
 }
 
div.slideshow ul {
  background: #transparent;
  top: 0px;
  left: 0px;
  position: absolute;
  overflow: hidden;
  padding: 2px 0;
  z-index: 10001;
  width: 250px;
}
div.slideshow ul a {
  background: top left no-repeat;
  cursor: pointer;
  display: block;
  height: 20px;
  margin: 0px 2px 2px;
  opacity: 0.5;
  width: 27px;
 filter:Alpha(opacity=50);
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
  filter:Alpha(opacity=100);
}
div.slideshow ul li {
  float: left;
  list-style: none;
}

div.slideshow ul a.prev {
			background-image: url(bilder/prev.gif);
			width: 20px;
		}
		div.slideshow ul a.next {
			background-image: url(bilder/next.gif);
			margin-right: 0;
			width: 20px;
		}
