@charset "UTF-8";

body {
	background-color: #000000;
}

body,table,td,tr,div,p,pre,ul {
	font-size: 10px; 
	font-family: Verdana, Arial, sans-serif; 
	
/* scrollbar */

	scrollbar-face-color: #F3F4F5;scrollbar-shadow-color: #ADB6BC; 
	scrollbar-highlight-color: #ADB6BC; scrollbar-3dlight-color: #F3F4F5; 
	scrollbar-darkshadow-color: #F3F4F5; scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #ADB6BC;
	}
	
/* links */

a 	{
text-decoration: none;
} 
a:link {
color: #0066FF;
}
a:visited {
color: #3399CC;
}
a:active {
color: #3399CC;
}
a:hover	{
color: #3399CC;
}

#gallery a img {
border: 1px solid #000000; 
}

#featured a:link {
color: #ffffff;
font-weight: bold;
line-height: 20px;
}
#featured a:visited {
color: #ffffff;
font-weight: bold;
line-height: 20px;
}

/* Listen Design */

ul {
list-style-type: square
}

hr {
border: none 0;
border-top: 1px dotted #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 


/* Text Design */

.Title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	word-spacing: 4px;
	font-weight: bold;
	padding: 2px;
}

.mini {
	font-size: 9px;
}

.Red {
	color: #d7001d;
}


h2 {
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	word-spacing: 4px;
	font-size: 12px;
	font-weight: bold;
}

.listing {
	line-height: 12pt;
}

.popUp {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
}

/* Box design */ 
.box	{
	color: #000000; 
	border: 1px solid #000000; 
	background-color: #F3F4F5; 
	font-family: Verdana, Arial, sans-serif;
	font-size:8pt
}

/* verstecken */
.hidden {
	display:none;
}