@import url(gallery/navigation/nav_shinybuttons.css);

h1           { color: #FFFF00;
               font-family: Verdana, Arial, Helvetica, sans-serif; 
               font-size: 12pt; 
             }
#gallery h1   {
               font-size: 16pt; 
             }

h2           { color: #FFFF00;
               font-family: Verdana, Arial, Helvetica, sans-serif; 
               font-size: 12pt; 
             }

.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;

}
.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D270F;
}
body {
	scrollbar-face-color: #ff6600;
	scrollbar-track-color: #fffcdf;
	scrollbar-arrow-color: #2D270F;
	scrollbar-base-color: #2D270F;
	scrollbar-shadow-color:#cccc66;
	scrollbar-highlight-color: #2d270f;
	scrollbar-darkshadow-color: #cccc66;
	scrollbar-3d-light-color: #013499;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 10px; */
    background-color: #FF9860;
	color: #2d27o7;
}
.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}
.ueberschrift2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFF00;
}
ueber {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFCDF;
}
.blaue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18 px;
	font-weight: bold;
	color: #0000CC;
}

  #gallery {
	position: relative; top: 0; left: 0;
	max-width: 960px;
	/* background-color: #EEEEEE; */
	margin: 5px 5px 5px 5px;
  }
  
  #gallery_header, #gallery_footer{
	position: relative; top: 0; left: 0;
	max-width: 960px;
	clear: left;
  	/* background-color: #EEEEEE; */
	border-style: solid;
	border-width: 2px;
	border-color: #FF6600;
	margin: 5px 5px 5px 5px;
  }
 
  #gallery_header img, #gallery_footer img{
	position: absolute; bottom: 0; right: 0;
	padding-right: 15px;
  }
  
  #thumbnails{
  	max-width: 660px;
  	/* background-color: #EEEEEE; */
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	margin: 5px 5px 5px 150px;
	padding: 10px 10px 10px 10px;
  }

  #calendar{
  	float: left;
   	width: 120px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
 }
  #calendar ul{
	text-align: center;
  }
  
  #calendar ul li{
	line-height: 1.5em;
  }
  
  #calendar a.current{
	/* color: #FFFFFF;
	background-color:#666666; */
	color: #FFFF00;
	font-weight: bold;
	border: 2px;
	border-style: solid;
	border-color: #FF6600;
  }
  #calendar a.active{
	color: #333333;
	font-weight: bolder;
  }
  #calendar a.inactive{
	color: #666666;
	font-weight: lighter;
  }
  #calendar a:link{
	/* color: #000000; */
	text-decoration: none;
  }
  #calendar a:hover{
	/* color: #0000CC; */
	text-decoration: underline;
  }
  #calendar a:focus{
	/* color: #CC3300; */
	text-decoration: none;
  }
  #calendar a:visited{
	/* color: #996633; */
	text-decoration: none;
  }
  #calendar a:active{
	/* color: #CC3300; */
	text-decoration: none;
  }
  #disclaimer{
	max-width: 650px;
	font-size: 0.7em;
	margin: 0 0 0 20px;
  }
