 body {
    color: black;
    background-color:white;
    font-size: 13px;
    font-family: Courier,Helvetica,Arial,sans-serif;
    font-style:normal;
    margin: 0; 
    padding: 1em;
    min-width: 41em; 
  }
  ul#Navigation {
  	position:fixed;
  	display:block;
  	top:55px;
  	left:35px;
    font-size:13px;
    float: left;
    width: 140px;
    padding: 5px;
    border: 3px solid teal;
    border-radius:5px;
    background-color: white;
    text-align:left;
    box-shadow:8px 8px 8px #666;
    z-index:2;
    }
  ul#Navigation li {list-style: none; margin: 0; padding: 3px; }
  ul#Navigation a { 
  	display: block; 
  	padding: 0.2em;
  	font-weight: normal; 
  	text-decoration: none; 
  	outline:none; 
  	border:1px black solid; 
  	border-radius:3px;
  	background: -moz-linear-gradient(top, white 40%, gainsboro 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
    background: -o-gradient(white, gainsboro);
    }
  ul#Navigation a:link {
  	color: black; 
  	background: -moz-linear-gradient(top, white 40%, gainsboro 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
    background: -o-gradient(white, gainsboro); 
    }
  ul#Navigation a:visited {
    color: black; 
    background: -moz-linear-gradient(top, white 40%, gainsboro 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(gainsboro));
    background: -o-gradient(white, gainsboro);
    }
  ul#Navigation a:hover { 	
  	color:white;	
  	background: -moz-linear-gradient(top, teal 40%, teal 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(teal), to(teal));
    background: -o-gradient(teal, teal);
    background-color:teal;
    }
  ul#Navigation a:active {
  	color: white; 
  	background: -moz-linear-gradient(top, teal 40%, teal 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(teal), to(teal));
    background: -o-gradient(teal, teal);
    }
  ul#Navigation a.teal { 
  	color: white;
  	background: -moz-linear-gradient(top, teal 40%, teal 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(teal), to(teal));
    background: -o-gradient(teal, teal);
    background-color:teal;
    }		
  
    
 #index {
  	position:absolute;
  	top:50px;
  	left:36%;
    font-size:13px;
    width: 380px;
    border-width:0px;
    background-color:white;
    text-align:center;
    }
    
  #index li {list-style: none; margin: 0; padding: 0.5em;}
  #index a { display: block;  padding: 0.2em;  font-weight: normal;}
  #index a:link { color: teal; background-color: white; text-decoration: none; outline:none; border:0px;}
  #index a:visited { color: teal; background-color: white; text-decoration: none; outline:none; border:0px;}
  #index a:hover { color: teal; background-color: white; text-decoration: none; outline:none; border:0px;}
  #index a:active { color: teal; background-color: white; text-decoration: none; outline:none; border:0px;}
  #index a.teal { color: teal; background-color: white; text-decoration: none; outline:none; border:0px;}
  #index a.menu { color: teal; background-color: white; text-decoration: none; outline:none; border:0px;}	
  
 
  div#Inhalt {position:absolute; top:30px; font-size:13px;line-height:16px; width:800px;background-color:white; margin: 2em 12em 1em 16em; padding:15px; border: 3px solid teal;border-radius:5px;box-shadow:8px 8px 8px #666; z-index:1; }

  #Inhalt a:link {font-size:13px; color: black;background:white; border: 1px solid white; text-decoration: underline; outline:none;}
  #Inhalt a:visited {font-size:13px; color: black; background:white; border: 1px solid white; text-decoration: underline; outline:none;}
  #Inhalt a:hover {font-size:13px; color: white; background-color: teal; text-decoration: none; outline:none;border: 1px solid teal;border-radius:3px}
  #Inhalt a:active {font-size:13px; color: white; background-color: teal; text-decoration: underline; outline:none;border: 1px solid teal;border-radius:3px}
  #Inhalt a img:hover {opacity:0.75;}


 
  #ausgleich {
	position: absolute;
	top: 4500px;
	left: 50%;
    width: 780px;
    min-height:400px;
    margin-left:-390px;
    margin-top:5px;
    margin-bottom:50px;
    padding-bottom:50px;
    }
.small 	{
	font-family: Courier,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:black;
	text-decoration: none;
	}
.menu 	{
	font-family: Courier,Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:black;
	text-decoration: none;
	}
.foto-menu {
  width:800px;
  position:absolute;
  top:30px; 
  font-size:13px;
  line-height:16px;
  text-align:center;
  background-color:white;
  margin: 2em 12em 1em 16em; 
  padding:15px; 
  border: 3px solid teal;
  border-radius:5px; 
  box-shadow:8px 8px 8px #666;
  z-index:1;
}
.foto-menu img:hover {opacity:0.75;}

    
    
.background-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2; 
  cursor: default;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.55);   
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}


.background-overlay:target {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.65);  
  -webkit-transition: opacity .5s, visibility .5s, background .3s;
  -moz-transition: opacity .5s, visibility .5s, background .3s;
  -ms-transition: opacity .5s, visibility .5s, background .3s;
  -o-transition: opacity .5s, visibility .5s, background .3s;
  transition: opacity .5s, visibility .5s, background .3s;
}    
    
    
.lightbox-container {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 2;
  height:0;
  text-align: center;
  visibility: hidden;    
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}
.lightbox-container img:hover {opacity:1;}


.background-overlay:target + .lightbox-container {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -ms-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

    
.lightbox-content {
  border: 4px solid #c0c0c0;
  position: relative;
  padding: 10px 20px;
  text-align: center;
  border: 3px solid teal;
  background: #FFF;
  max-width:100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;  
  border-radius: 5px;    
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,10);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,10);
  -ms-box-shadow: 0 0 50px rgba(0,0,0,10);
  -o-box-shadow: 0 0 50px rgba(0,0,0,10);
  box-shadow: 0 0 50px rgba(0,0,0,10);
}
    
    
.lightbox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background: black;
  border-radius: 25px;
  line-height: 24px;
}

.lightbox-close:hover {
  background: gainsboro;
}
  
.lightbox-close:after {
  content: "x";
  font-size: 26px;
  color: white;
}

.lightbox-close:hover:after {  
  color: black;
}
* {
    margin: 0;
    padding: 0;
}
html {
    background-attachment: fixed;
    
    height: 100%;
}


/* header styles */
#untermenu {
    border:1px solid;
    border-color:rgba(0,0,0,0.1);
    border-bottom-color:rgba(0,0,0,0.2);
    border-top:none;
    background:#f7f7f7;
    background:-webkit-linear-gradient(top, #f7f7f7, #f4f4f4);
    background:-moz-linear-gradient(top, #f7f7f7, #f4f4f4);
    background:-o-linear-gradient(top, #f7f7f7, #f4f4f4);
    background:linear-gradient(to bottom, #f7f7f7, #f4f4f4);
    background-clip:padding-box;
    border-radius:0 0 5px 5px;
    margin: auto;
    position: relative;
    width: 1000px;
}
#untermenu a {
    color: #4C9FEB;
}
#untermenu a:hover {
    color: white;
    background-color: teal;
}
#unter {
    float: left;
}
#unter a {
    text-decoration: none;
}
#unter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#unter > ul > li {
    float: left;
    padding-bottom: 12px;
}
#unter ul li a {
    border-color: #D1D1D1;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 0 0;
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.8) inset, 1px 0 0 rgba(255, 255, 255, 0.8) inset;
    color: #333333;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 11px 15px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}

#unter > ul > li.active > a {
    background: -webkit-linear-gradient(#55A6F1, #3F96E5) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#55A6F1, #3F96E5) repeat scroll 0 0 transparent;
    background: linear-gradient(#55A6F1, #3F96E5) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55A6F1', endColorstr='#3F96E5',GradientType=0 );
    border-bottom: 1px solid #2D81CC;
    border-top: 1px solid #4791D6;
    box-shadow: -1px 0 0 #55A6F1 inset, 1px 0 0 #55A6F1 inset;
    color: #FFFFFF;
    margin: -1px 0 -1px -1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#unter > ul > li.active > a:hover {
    background: -webkit-linear-gradient(#499FEE, #3F96E5) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(#499FEE, #3F96E5) repeat scroll 0 0 transparent;
    background: linear-gradient(#499FEE, #3F96E5) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499FEE', endColorstr='#3F96E5',GradientType=0 );
}
#unter > ul > li:first-child > a {
    border-radius: 0 0 0 5px;
}

.audiojs { margin: 15px 0px 20px; }

audio {
    background-color: transparent;
}
