/* CSS definitions for fonts */

/* {font-style font-variant font-weight font-size/line-height font-family;} */

BODY { margin: 0px 0px;  background-image:url(bilder/line4.gif);font: 10px Geneva, Verdana, Arial, Helvetica, sans-serif;text-decoration:none; }
BODY.fiche { margin: 5px 5px; background: #ffffff; font: 10px Geneva, Verdana, Arial, Helvetica, sans-serif; }

TABLE, TD { font: 11px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;text-decoration:none;}
A:link	{font-family: Univers, sans-serif;text-decoration: none;}




.G9 			{ font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 12px; }
.G9G 			{ font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #76797C; line-height: 12px; }
.G9W			{ font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; line-height: 12px;}
.G10 			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 13px; }
.G10G 			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #76797C; line-height: 13px; }
.G10W			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; line-height: 13px;}
h1 			{ font: 20px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif; color: #605B7F;padding-bottom: 0px; text-decoration: none;}
.L11 			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; }
.L12 			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; }
.L12G			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; line-height: 16px; }
.L12W			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; line-height: 16px;  }
.L14 			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 18px; }
.L14G 			{ font-family: Lucida Grande, Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #76797C; line-height: 18px; }
.tableborder 	{ background-color: #FFFFFF; border: 1px solid #E0E0E0; }
.greybg { background-color: #E1F1C0; text-align: left; vertical-align: top; padding: 15px; }
.greenbg { background-color: #9ACD32; text-align: left; vertical-align: top; padding: 12px; border: 1px solid #E0E0E0;}

.class { overflow: auto;scrollbar-face-color: #E1F1C0; 
  scrollbar-3d-light-color:#E1F1C0;
  scrollbar-arrow-color:#9ACD32;
  scrollbar-darkshadow-color:#E1F1C0;
  scrollbar-highlight-color:#E1F1C0;
  scrollbar-shadow-color:#9ACD32;
  scrollbar-track-color:#E1F1C0;}
.titlepurple {  font: bold 14px 'Lucida Grande', Arial, Helvetica, sans-serif; color: #605B7F; padding-bottom: 5px; padding-top: 8px;  }
.sep .titlepurple { border-top:1px dashed #ccc;  }


.tdright { text-align: left; vertical-align: top; padding: 15px; background: #f5f5f5;text-decoration:none;}
.clearer td { height:45px; }

.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 2px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 1px;
margin-right: 3px;
border: 1px solid #778;
color: green;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #533563;
}

.bluetabs li a:hover{
text-decoration: none;
color: #9ACD32;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #ff8000;
}

/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

.menu2 {
font-family: veranda, sans-serif; 
width:625px;
margin:0 auto; 
position:relative;
z-index:1;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 124px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:124px; 
height:30px; 
color:#000; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#E1F1C0; 
line-height:30px; 
font-size:12px;
}
/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color:#fff; 
background:#b3ab79;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:31px; 
left:0; 
}
/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:464px;
height:365px;
border:20px solid #b3ab79;
background:#eee; 
color:#000;
position:relative;
padding:40px 60px;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
width:100px; height:75px;
border:0; margin:5px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
width:110px;
height:85px;
background:#eee;
border:1px solid #888;
margin:1px;
}

/* style position of the links on hover */
.menu2 ul li:hover ul li a:hover {
position:relative;
}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {
width:200px; height:150px;
position:absolute;
left:-50px; top:-38px;
border:0;
border:1px solid #888;
padding:5px;
background:#ccc;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
