@charset "UTF-8";

img, div, a, input { 

	behavior: url(images/ie-pngfix2/iepngfix.htc)

}

body {
	background-color: #000000;
}

a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}

.big-pictures, td a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.dyn-content a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a:active {
	color: #CC3333;
	text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	margin-top: -5px;
}
h3 {
	font-weight: normal;
	font-size: 10px;
	margin-top: -5px;
}
div#wrapper {
	height: 550px;
	width: 960px;
	border: 1px solid;
	color: #CCCCCC;
	position:absolute;
  	top:50%;
  	left:50%;
	margin-left:-480px;
  	margin-top:-275px;
}
div#content {
	height: 470px;
	width: 960px;
	margin: auto;
	border: 0px solid;
	margin-top: 0px;
}
.left-top {
	height: 80px;
	width: 160px;
	border: 0px dotted;
	margin-left: 0px;
}
.navi-top {
	height: 80px;
	width: 490px;
	border: 0px dotted;
	margin-left: 160px;
	background-color: #222222;
}
.right-top {
	height: 80px;
	width: 310px;
	border: 0px dotted;
	margin-left: 650px;
	margin-top: -80px;
	background-color: #333333;
	background-image: URL(../images/schriftzug.png);
}
.navi-left {
	height: 220px;
	width: 160px;
	border: 0px dotted;
	margin-left: 0px;
	background-color: #222222;
	text-transform: uppercase;
}
.navi-bez {
	height: 20px;
	width: 160px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-align: center;
	padding-top: 10px;
}
.eye-catcher {
	height: 250px;
	width: 160px;
	border: 0px dotted;
	margin-left: 0px;
	background-image: URL(../images/eyecatcher.jpg);
}
.dyn-content {
	height: 470px;
	width: 305px;
	border: 0px dotted;
	margin-left: 650px;
	background-color: #222222;
	margin-top: -470px;
	overflow: auto;
	padding-right: 5px;
	text-align: left;
}

* html .content-style {
	line-height: 12px;
}

* + html .content-style {
	line-height: 12px;
}



.big-pictures {
	height: 470px;
	width: 490px;
	border: 0px dotted;
	margin-bottom: 0px;
	margin-left: 160px;
	margin-top: -470px;
	background-image: URL(../images/dc-logo.png);
	background-repeat: no-repeat;
	background-color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

* html .big-pictures {
	height: 469px;
		
}

.content-style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	padding-top: 15px;
	line-height: 13px;
	padding-left: 5px;
}

td {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	padding-top: 15px;
	line-height: 13px;
	padding-left: 5px;
}


#table-style {
	height: 470px;
	width: 490px;

}



.table {
	color: #222222;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top; 
	padding-top: 8px;
	padding-left: 5px;
	line-height: 13.4px;
	border: 0px;
}

* html .table {
	line-height: 10.1px;
}


.navi_top{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.navi_top ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	padding-top: 28px;
	float: left;
	width: 100%;
	background: #222222;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #EEE;
	text-transform: uppercase;
}

.navi_top ul li{
display: inline;
}

.navi_top ul li a{
	float: right;
	color: #cccccc;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #666666;
}

.navi_top ul li a:visited{
color: #cccccc;
}

.navi_top ul li a:hover, .navi_top ul li .selected{
	color: #eeeeee !important;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 100;
	}
#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(../lightbox/overlay.png); }

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