html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #666666;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin: 0px auto 0; /* center, not in IE5 */
	width:960px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
/*	border-left: 1px solid #5D87B0; */
/*	border-right: 1px solid #5D87B0; */
}

div#content {
	padding:20px 0 5em; /* bottom padding for footer */
}

table.fortbildung {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: #333333;
	line-height: 22px;
	white-space: normal;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

h1{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 10px;
	background-image: url(images/bottom_bgr.png);
	display: block;
	height:16px;
	width: 100%;
	margin-top: 30px;
}

p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: #333333;
	line-height: 22px;
	white-space: normal;
	vertical-align: top;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

p.klein {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.6em;
	color: #333333;
	line-height: 16px;
	white-space: normal;
	vertical-align: top;
	text-align: justify;
	letter-spacing: normal;
	word-spacing: normal;
}

p.center {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	color: #333333;
	line-height: 22px;
	white-space: normal;
	vertical-align: top;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
}

p.highlight {
	font-weight: bold; 
	color: #5D87B0;
}

p.anmerkung {
	color: #304e7a;
}

p.rot {
	color: #ff0000;
}

a {
	color: #608ab2;
	text-decoration:none;
}

a:hover {
	color: #608ab2;
	text-decoration:none;
}
.fetter_text {
	font-weight: bold;
	color:#5D87B0;
}

a:active {
  color: #608ab2;
  text-decoration:underline;
}

a:visited {
  color: #608ab2;
  text-decoration: none;
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-position: center center;
	color: #FFFFFF;
	text-decoration: none;
	
}
a.menu:link    { 
	color:#FFFFFF; 
}
a.menu:visited { 
	color:#EAEAEA; 
}
a.menu:hover   {
	color:#D5E0EB;
}
a.menu:active  { 
	color:#333333; 
}
	
ul.list{
  font-family: "Trebuchet MS", Garamond, "Times New Roman";
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/diamond.png);
	line-height:24px;
	font-weight: normal;	
}

ul.list2{
  font-family: "Trebuchet MS", Garamond, "Times New Roman";
	font-size: 13px;
	color: #333333;
	list-style-image: url(images/diamond.png);
	line-height:24px;
	font-weight: normal;	
}

ul.list ul li {
  list-style-image: url(images/diamond_2.png);
}

ul.list li a {
  text-decoration: none;
}

ul.menu{
	font-family: "Trebuchet MS", Garamond, "Times New Roman";
	font-size: 13px;
	color: #333333;
	list-style-image: url(images/diamond.png);
	line-height:22px;
	width:150px;
	margin-top: 0px;
}

ul.menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width:100%;
}

ul.menu ul li {
	font-size: 11px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}

ul.menu li a{
	text-decoration:none;
	cursor:finger;
	cursor:pointer;
	color: #333333;
}

ul.menu li a:hover{
	background-color: #DCE6F0;
	color: #666666;
	display:block;
}

ul.menu li a:active{
	background-color: #DCE6F0;
	display:block;
}

ul.menu li a:visited{
	display:block;
}

.bild{
	float:right;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:15px;
	margin-right:0px;
	/* border: #5D87B0 solid 1px; */
}

#btm{
	position: static;
	visibility: visible;
	width: 100%;
}

img.rechts {
    margin-top: 20px;
	align: center;
	width: 200px;
}

img.header {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td.top {
	background-color: #5D87B0;
	margin: 0px;
	padding: 0px;
}

/*
ul.archiv {
  font-family: "Trebuchet MS", Garamond, "Times New Roman";
  font-size: 12px;
  color: #333333;
  list-style: none;
  line-height:24px;
  font-weight: normal;
  margin-left: 20px;  
}

ul.archiv li a:active {
  text-decoration: underline;
}

ul.archiv li a:hover {
  text-decoration: underline;
}
*/

/* LIGHTBOX Anfang */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* LIGHTBOX Ende */
