/* CSS Document */

.heading {
font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 18px;
padding: 4px;
color: #880028;
font-weight: bold;
text-decoration: none;
}

.subHeading {
font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #333333;
padding: 4px;
font-weight: bold;
text-decoration: none;
}

.subHeadingPurple {
font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #880028;
padding: 4px;
font-weight: bold;
text-decoration: none;
}


.main {
font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 12px;
padding: 4px;
color: #000000;
}

TR.tableHeader {
background-colour: #CCCCCC;
}

TR.tableOdd {
background-colour: #EEEEEE;
}

TR.tableEven {
background-colour: #DDDDDD;
}

.required {
font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 12px;
padding: 4px;
color: #CC0000;
}

.RedNote {
font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 14px;
padding: 4px;
color: #CC0000;
}

.success {
font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
font-size: 12px;
padding: 4px;
color: #009900;
}

a.mainLink:link { font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; font-weight: bold; text-decoration: none; }
a.mainLink:visited { font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; font-weight: bold; text-decoration: none; }
a.mainLink:active { font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif; font-size: 12px; color: #000000; font-weight: bold; text-decoration: none; }
a.mainLink:hover { font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans-serif; font-size: 12px; color: #666666; font-weight: bold; text-decoration: underline; }

/* 2++++++++++++Seitennavigation ANFANG++++++++++++ */
#sidenav {
	width: 220px;
	vertical-align:top;
	font-family:  Arial, Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size:12px; 
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-weight: bold;
}


* html #sidenav {
	float:left;
}

* +html #sidenav {
	height:100%;
	float:left;
}

#sidenav ul {
	padding:0px;
	width:220px;
}
#sidenav li {
	clear: both;
	list-style: none;
	margin: 0px;
	height:100%;
	background: url("dynamic-images/template/menu_divider.jpg") no-repeat bottom;
}

#sidenav a {
	display: block;
	padding-top: 12px;
	padding-left: 30px;
	margin-left: 10px;
	text-decoration: none;
	color: #666666;
	width: 220px;
	height: 16px;
	text-align: left;
	background: url("dynamic-images/template/dart.jpg") left no-repeat;
	padding-bottom: 2px;
}

#sidenav a:hover {
	color: #333333;
	text-decoration: none;
	background: url("dynamic-images/template/dart_over.jpg") left no-repeat;
	padding-bottom: 2px;
	width: 220px;
	height: 16px;
	text-align: left;
}

#sidenav .active {
	color: #333333;
	background: url("dynamic-images/template/dart_over.jpg") left no-repeat;
	padding-bottom: 2px;
}

#sidenav ul li ul{
	margin-left: 0px;
	width: 220px;
	font-size:12px;
}



#sidenav ul li ul a {
	display: block;
	padding-top: 0px;
	padding-left: 20px;
	margin-left: 10px;
	text-decoration: none;
	color: #666666;
	width: 200px;
	height: 30px;
	text-align: left;
	background: url("dynamic-images/template/dart.jpg") left no-repeat;
	padding-bottom: 6px;
}

#sidenav ul li ul a:hover {
	color: #CC0000;
	text-decoration: none;
	background: url("dynamic-images/template/dart_over.jpg") left no-repeat;
	width: 200px;
	height: 30px;
	text-align: left;
	padding-bottom: 6px;
}

#sidenav ul li ul .active {
	color: #CC0000;
	background: url("dynamic-images/template/dart_over.jpg") left no-repeat;
	padding-bottom: 6px;
}

/*
#sidenav ul li a {
	border:1px solid blue;
}
*/


#sidenav ul li ul li a {
	padding-left:20px;
}

#sidenav .subsubsub a {
	width: 140px;
	height: 30px;
}

#sidenav .subsubsubsub a {
	width: 140px;
	height: 30px;
}


#sidenav .subsub a:hover, #sidenav .subsub .active {
	color: #CC0000;
	background: url("dynamic-images/template/dart_over.jpg") right no-repeat;
}


/* 2++++++++++++Seitennavigation ENDE++++++++++++ */

/* Light Box */
  #lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../dynamic-images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../dynamic-images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../dynamic-images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
