body {
	background-color: #444444;
}
td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #929292;
}

a:link {
	color: #fdb036;
	text-decoration: none;
}
a:visited {
	color: #fdb036;
	text-decoration: none;
}
a:hover {
	color: #fdb036;
	text-decoration: underline;
}
a:active {
	color: #fdb036;
	text-decoration: none;
}

#dl a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#dl a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#dl a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
#dl a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


hr {
	background-color: #444444;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5c5c5c;
	border-right-color: #5c5c5c;
	border-bottom-color: #5c5c5c;
	border-left-color: #5c5c5c;
}
.marked {
	font-weight: bold;
	color: #fdb035;
}
.newletter {
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white {
	color: #FFFFFF;
}
.login {
	width: 90px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 250px;
height: 150px;
background-color: #2c2c2c;
border: 1px solid #333333;
color: #ffffff;

}

.input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 250px;
background-color: #2c2c2c;
border: 1px solid #333333;
color: #ffffff;
}

.button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #2c2c2c;
border: 1px solid #333333;
color: #ffffff;

}



	/* Bilddarstellung */
	
	#spacer {
clear: left;
}
	
	
.mediumThumbnail {
	width: 122px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
}


.mediumThumbnail .thumbnail {
	width: 122px;
	height: 122px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background-image: url(img/thumbbg.gif);
	cursor: pointer;
	padding: 0; 
	margin: 0;
}

.mediumThumbnail .thumbnail img {
	vertical-align: middle;
	border: none;
}

* html .mediumThumbnail .thumbnail {
	
	font-size: 138px; /* you must find IE's magic number */
}

* html .mediumThumbnail {height: 1%; margin: 17px 5px 0 0 !important}


#dhtmltooltip{
position: absolute;



background-image: url("img/overlay.png");

visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135);*/
}

#dhtml2{
position: static;
min-height: 300px;
min-width: 300px;
background-image: url("img/indicator_black.gif");
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #3c4247;
z-index: 101;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135);*/
}