* {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #CCCCCC;
	font-family: tahoma,sans-serif;
	font-size: 7pt;
	line-height: 11px;
}

.title, .caption, .news {
	color: #CCCCCC;
}

.additional {
	color: #808080;
}

.sticker, .date, .link {
	color: #808080;
	font-size: 7pt;
}


div {
	position: absolute;
}

div.box {
	background-color:#000000;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}

div.line {
	background-color:#333333;
}


iframe {
	position: absolute;
	border-width: 0px;
}

input {
	background-color: transparent;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

img {
	border-width: 0px;
}

img.album {
	border-width: 1px;
	border-color: #0D0D0D;
	border-style: solid;
}

body {
	background-color: #000000;
	margin: 0px;
	scrollbar-face-color: #808080;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #CCCCCC;
}

hr {
	color: #333333;
	height: 1px;
	border-top: 0px;
	/*
	border-left: 0px;
	border-bottom: 1px;
	border-right: 0px;*/
	border-color: #333333;
	border-style: solid;
}

a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}

a:active
{
}

a:hover
{
	color: #CCCCCC;
}
 

#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	background-color: transparent;
	margin-left: -400px;
	position: absolute;
	top: -247px;
	left: 50%;
	width: 800px;
	height: 494px;
	visibility: visible
	}
