* {
	font-family: verdana;
}
body {
	height: 100%;
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
}

p, td, li, span, div, a {
	font-size: 10px;
}
table#headerTable {
	width: 950px;
	height: 100%;
	margin: auto;
	background-color: white;
}
td#headerBild {
	height: 157px;
	background-image: url(bg_top.jpg);
	padding-bottom: 3px;
}
td#headerBild ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
} 
td#headerBild ul li {
	float: left;
	height: 30px;
	background: url(bg_list.gif) no-repeat right center;
}
td#headerBild ul li.gron {
	background: none; 
	color: #99CC00;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}
td#headerBild ul li a:link, td#headerBild ul li a:visited, td#headerBild ul li a:hover, td#headerBild ul li a:active {
	color: #666666;
	font-size: 11px;
	line-height: 30px;
	text-decoration: none;
	padding: 10px 20px;

}
td#headerBild ul li a:hover {
	text-decoration: underline !important;
}

td#LeftMenu {
	width: 175px;
	padding-left: 10px;
}
td#LeftMenu ul {
	list-style-image: url('pil.gif');
	margin: 5px 20px;
	padding: 0px;
}
td#LeftMenu ul li {
	height: 20px;
	line-height: 15px;
}
td#LeftMenu a:link, td#LeftMenu a:visited, td#LeftMenu a:hover, td#LeftMenu a:active {
	color: black;
	text-decoration: none;
}
td#LeftMenu a:hover {
	text-decoration: underline !important;
}
td#LeftMenu a.indrag {
	margin-left: 20px;
	font-weight: 800;
}
td#main {
	* width: 775px;
	padding: 10px;
	
}
h1 {
	font-size: 22px;
	color: #ff6600;
}
h2 {
	font-size: 18px;
	color: #ff6600;
}
h3 {
	font-size: 16px;
	color: #ff6600;
}
h4 {
	font-size: 14px;
	color: #ff6600;
}
h5 {
	font-size: 12px;
	color: #ff6600;
}
h6 {
	font-size: 10px;
	color: #ff6600;
}
.menyText {
	margin-left: 20px;
	font-size: 10px;
}

#lightbox{
	background-color:#FFFFFF;
	padding: 25px;
	border-bottom: 7px solid #000000;
	border-top: 7px solid #000000;
	border-right: 7px solid #000000;
	border-left: 7px solid #000000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}