
html, body
{ height: 100%;
}

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

body
{ font: normal 80% Verdana, sans-serif;
  background: #D1C5B2 url(../images/bg1.png) repeat;
  color: #000;
}

p
{ padding: 0 0 10px 0;
  color: #1D1D1D;
  line-height: 1.7em;
  font-size: 100% }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ 
  text-shadow: 0px -1px 0px #EEE;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}

h1
{ 
  font: normal 175% Verdana, sans-serif;
  color: #CE5504;
}

h2
{ font: normal 165% Verdana, sans-serif;
  color: #1D1D1D;
  }

h3
{ font: normal 130% Verdana, sans-serif;
  color: #1D1D1D;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Verdana, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% Verdana, sans-serif;
  color: #888;
  padding-bottom: 15px;}

hr{
 background-color: #CE5504; /* Farbe für Opera und Firefox */
 color: #CE5504; /* Farbe für Internet Explorer (IE) */
 border: 0;
 height: 1px;
}  
  
a, a:hover
{ color: #CE5504;
  background: transparent;
  outline: none;
  text-decoration: none;}

a:hover
{ text-decoration: underline;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #content_main, #site_content, #footer, #content_bottom
{ margin-left: auto; 
  margin-right: auto;}

#content_main
{ 
  //padding-bottom: 70px;
}

  
#main
{ background: transparent;
  min-height: 100%;
  padding-bottom: 1px; //10px;
}
  
#header
{ height: 120px; 
  background: #000000; /* Old browsers */
 /* IE9 SVG, needs conditional override of 'filter' to 'none' */
 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
 background: -moz-linear-gradient(top,  #cecece 0%, #000000 29%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(29%,#000000)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #cecece 0%,#000000 29%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #cecece 0%,#000000 29%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #cecece 0%,#000000 29%); /* IE10+ */
 background: linear-gradient(to bottom,  #cecece 0%,#000000 29%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
 
 
 }
  

#banner
{ width: 980px;
  position: relative;
  padding: 13.333333333333px 0 0 0;
  background: transparent;}

#menu_container
{ height: 50px;
  width: 100%;
  float: left;
  background: #CE5504;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FC9E5F), color-stop(69%,#CE5504)); /* Chrome,Safari4+, Opera 19.0 */
  background: -moz-linear-gradient(top,  #FC9E5F 20%, #CE5504 69%); /* FF3.6+ */
  background: -o-linear-gradient(top,  #FC9E5F 20%,#CE5504 69%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FC9E5F 20%,#CE5504 69%); /* IE10+ */
  background: linear-gradient(to bottom,  #FC9E5F 20%,#CE5504 69%); /* W3C */
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC9E5F', endColorstr='#CE5504', GradientType=0 );
  
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  
  
  }  
  
#menubar_poly
{
  float: left;
  margin-top: 0px;
  height: 0px;
  width: 20%;
  border-top: 25px solid #000000;
  border-right: 25px solid transparent;
  
}    
  
#menubar
{ 
  width: 980px;
  text-align: center; 
  margin: 0 auto;
  
  } 
  
#welcome
{ width: 880px;
  padding-left: 20px;
  background: transparent;} 
  
#welcome img
{ float: left;
  margin-top:-15px; 
  padding-right: 20px;
  padding-bottom: 0px;
  background: transparent;
  
}   
  
#welcome_slogan
{ width: 880px;
  padding-left: 20px;
  background: transparent;}   
   
#welcome H2
{ font: normal 252% Verdana, sans-serif;
  letter-spacing: 3px;
  text-shadow: 1px 1px #000;
  color: #FB812F;
  margin-top: 12px;
}
  
#welcome H2 a, #welcome H2 a:hover
{ 
   text-decoration: none;
   color: #FB812F;
}



#welcome_slogan H2
{ font: normal 180% "century gothic", arial, sans-serif;
  letter-spacing: 1.56px;
  text-shadow: 1px 1px #000;
  color: #FFF;
  margin-left: 2px;
  }  
  
/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 200px;
}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 200px;
}

/* Framework for proper showing/hiding/positioning */z
ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;
}

ul.sf-menu { 
  display: block;
  position: relative;
}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;
}
  
ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

ul.sf-menu a { 
  display: block;
  position: relative;
}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;
}

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;
}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;
}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;
}

/* autoArrows CSS */
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 25px;
  right: 5px;
  display: block;
  background: url(../images/arrows-black.png) no-repeat 0 0;
  overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
  font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* Theming the menu */
ul#nav { 
  margin: 0 auto;
  float: right;
  margin-right: 20px;
}

ul#nav li {
  text-align: center;
  }

ul#nav ul { 
  background: transparent url(../images/transparent.png) repeat;
  margin-top: 5px;
}

ul#nav li a { 
  padding: 16.5px 30px 16px 30px;
  font: 120% Arial, Helvetica, sans-serif;
  text-decoration: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #FFF;
}

ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected a, ul#nav li.selected a:hover, ul#nav li.selected a:focus  
{ color: #FFF;
  text-shadow: none;
  background: none;
}

ul#nav li a:hover, ul#nav li.selected a
{ color: #FFF;
  border-left: 1px solid #FC9E5F;
  border-right: 1px solid #FC9E5F; 
  background: #CE5504; none; 
  //box-shadow: inset 0 -3px 8px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255, 0.3), inset 0 1px 0 rgba(255,255,255, 0.3);
  border-radius: 5px 5px 5px 5px;
}
  
ul#nav li.currenttab a
{ color: #FFF; 
  background: none;}
  
ul#nav ul li.currenttabselected a
{ color: #FFF; 
  background: none;}  
  
ul#nav ul li a 
{ color: #FFF;
  background: none;}

ul#nav ul li a:hover, ul#nav li.selected a:hover, ul#nav li.selected a:focus  
{ color: #FC9E5F;
  background: #CE5504; //none;
}

#site_content, #content_main
{ width: 980px;
  overflow: visible;
  margin: 0 auto;} 

.fb-like {}

.sidebar_container
{ float: right;
  margin: 20px 10px 0 10px;
  width: 250px;
  padding: 0;}

.sidebar
{ 
  width: 230px;
  padding-left: 10px;
  margin-bottom: 10px;}

.sidebar_item
{ font: normal 100% Verdana, sans-serif;
  width: 230px;
}

.sidebar h4
{ padding: 5px 0 0 0;
  font: normal 140% Verdana, sans-serif;
  height: 30px;
  text-shadow: 0px -1px 0px #EEE;
  color: #CE5504;} 

.sidebar h5
{ 
  font: normal 130% Verdana, sans-serif;
  color: #1D1D1D;
  padding: 1px 0 1px 5px;
  margin-bottom: 10px;
}    
  
.sidebar p
{ color: #1D1D1D;}

#content
{ width: 680px;
  margin: 0 0 20px 10px;
  float: left;}

#content_one_column_width{
  width: 960px;
  margin: 0 0 20px 10px;
  float: left;
}  
  
.content_item
{ margin-top: 20px;
  margin-bottom: 20px;}
  
.content_image
{ float: left; 
  width: 352px;
  height: 277px;
  margin: 0 20px 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
.content_image_float_left
{ float: left; 
  margin: 0 40px 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}
  
.content_container
{ width: 310px;
  text-align: justify;
  padding: 5px 5px 5px 0;
  margin-right: 20px;
  float: left;}
  
#content_bottom
 { 
  clear: both;
  width: 980px;
  height: 160px;
  text-align: center; 
   
  
 } 

.shadowbox
{
  padding-left: 5px;
  background: transparent url(../images/transparent40.png) repeat; 
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
} 
  
#content_bottom p
 { color: #FFF;}  

#content_bottom h4
{ text-shadow: none;}
  
.content_bottom_container_box
{ width: 270px;
  padding: 5px;
  text-align: center;
  margin: 20px 10px 10px 10px;
  float: left;}

.content_bottom_container_boxl
{ width: 270px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;}
 
#footer_container
{ 
  clear: both;
  height: 40px;
  margin: -39px 0 0;
  background: #CE5504;
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#FC9E5F), color-stop(69%,#CE5504)); /* Chrome,Safari4+, Opera 19.0 */
  background: -moz-linear-gradient(top,  #FC9E5F 20%, #CE5504 69%); /* FF3.6+ */
  background: -o-linear-gradient(top,  #FC9E5F 20%,#CE5504 69%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FC9E5F 20%,#CE5504 69%); /* IE10+ */
  background: linear-gradient(to bottom,  #FC9E5F 20%,#CE5504 69%); /* W3C */
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC9E5F', endColorstr='#CE5504', GradientType=0 );
  
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;} 
 
#footer
{ 
  width: 980px;
  height: 20px;
  padding-top: 10px;
  text-align: center; 
  background: transparent;
  text-shadow: 1px 1px #535353;
  color: #fff;}

#footer a, #footer a:hover
{ text-shadow: 1px 1px #535353;
  color: #fff;
  text-decoration: none;
}

#footer a:hover
{ text-decoration: underline;}

#footer a, #footer a:hover
{ text-shadow: 1px 1px #535353;
  color: #fff;
  text-decoration: none;}

#footer a:hover
{ text-decoration: underline;}
  
 .readmore
{ font: bold 100% Verdana, sans-serif;
  height: 15px;
  width: 80px;
  margin-left: 95px;
  padding: 5px 2px 7px 2px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: -webkit-linear-gradient(#fff, #ccc);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
 .readmore a
{ color: #1D1D1D;}
 
 .button_small
{ font: normal 100% Verdana, sans-serif;
  height: 15px;
  width: 80px;
  padding: 5px 2px 7px 2px;
  background: #CE5504;
  
   border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -ms-border: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  
  }
  
.button_small a
{ color: #FFF;
  padding-left: 5px;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% Verdana, sans-serif; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% Verdana, sans-serif; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: 100% Verdana, sans-serif; 
  border: none; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #CE5504;
  background: -moz-linear-gradient(#FC9E5F, #CE5504);
  background: -o-linear-gradient(#FC9E5F, #CE5504);
  background: -webkit-linear-gradient(#FC9E5F, #CE5504);
  background: -ms-linear-gradient(#FC9E5F, #CE5504);
  background: -linear-gradient(#FC9E5F, #CE5504);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC9E5F', endColorstr='#CE5504', GradientType=0 );
 
  color: #FFF;}

/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 680px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin: 20px 0 0 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption {
  width: 680px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% Verdana, sans-serif;
  color: #FFF;}
 
.table_impressum
{ margin: 20px 0 30px 0;
  width:80%;
  border-color: transparent;
  border-spacing:10px;
}

.block 
{
text-align: justify;
}

p.smallgrey, h2.smallgrey, h3.smallgrey {
color: #D1C7B2;
float: left;
font: normal 20% Verdana, sans-serif;
text-shadow: 0px 0px #535353;
letter-spacing: 0px;
margin: 0;
padding: 0;
text-align: justify;
}

.picturebox {
	text-align: left;
	margin: 30px auto 0 auto;
	background: #000;
	overflow: hidden;
	border: 10px solid #000;
	-webkit-box-shadow: #131313 0px 2px 10px;
	-moz-box-shadow: #131313 0px 3px 10px;
	box-shadow: #131313 0px 3px 10px;	
	-webkit-animation-name: fadeIn; 
  	-webkit-animation-duration: 3s; 
  	-webkit-animation-iteration-count: 1;
  	-webkit-animation-delay: 0s;
}

ul.slider_overview{
	//-webkit-border-radius: 10px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 320px;
	min-height: 250px;
	overflow: hidden;	
}

ul.slider_overview li {
	float: left;
}

ul.slider_overview li div.thumb {
   float:left;
   width: 140px;     
   height: 100px;
   overflow: hidden;
   border: 1px solid #fff;
   margin: 2px;   
}

ul.slider_overview li p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: inherit;
	color: #fff;
	background: rgba(60, 60, 60, .8);
	width: 100%;
}

ul.slider_overview li p span {
	line-height: 1.2em;
	padding-top: 6px;
	padding-left: 5px;
	display: block;
}