/*
	Main Settings
*/

.clr	{
	clear: both;
	float: none;
	height: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}

/*
	Positions
*/

#layout {
	margin: 0 auto;
	width: 1000px;
	max-width: 1000px;
	background: #000;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	display: block;
	position: relative;
}

div[id] #layout	{
	height: 100%;
}

#header	{
	height: 189px;
	width: 1000px;
	max-width: 1000px;
	background: #000000 url(../images/umusic.png) no-repeat;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
}

#usernamehelp, #passwordhelp
{
	display: none;
	padding: 7px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: 1px solid #ffffff;
	background: #222222;
	color: #eeeeee;
}

#home-banner-top{
	left:51px;
	position:absolute;
	top:74px;
	z-index:22;

}

#header-interprets	{
	height: 115px;
	max-height: 115px;
	width: 380px;
	max-width: 380px;
	display: block;
	overflow: hidden;
	position: relative;
	top: 50px;
	left: 85px
}

#header-interprets menu	{
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#header-interprets menu li {
	line-height: 122px;
	display: inline;
}

#header-interprets li div	{
	display: block;
	float: left;
	width: 122px;
	max-width: 122px;
	height: 122px;
	max-height: 122px;
}

#header-interprets img	{
	background: #d3d3d3 url('../images/loading.gif') no-repeat 50% 50%;
	max-width: 105px;
	max-height: 105px;
	margin-top: 8px;
	margin-left: 8px;
}

#topmenu  {
	height: 38px;
	background: #cccccc url(../images/bg-menu.png) repeat-x;
	width: 1000px;
	max-width: 1000px;
	color: #626262;
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

#topmenu menu	{
	position: relative;
	margin: 0;
	padding: 0;
}

#topmenu img	{
	margin: 0;
	padding: 0;
}

#topmenu li          {
	float: left;
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#topmenu li a         {
	color: #000;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
}

#topmenu li a:hover {
	text-decoration: underline;
}

#controler	{
	display: block;
	width: 588px;
	max-width: 588px;
	background: #111;
	height: 32px;
	max-height: 32px;
	font-size: 12px;
	background: #ccc url('../images/bg-controler.png') no-repeat;
	text-indent: 45px;
	font-weight: bold;
}

#controler_news	{
	display: block;
	width: 588px;
	max-width: 588px;
	background: #111;
	height: 32px;
	max-height: 32px;
	font-size: 12px;
	background: #ccc url('../images/bg-controler.png') no-repeat;
	text-indent: 5px;
	font-weight: bold;
}

.blockA	{
	float: left;
}

#left	{
	float: left;
	display: block;
	width: 40px;
	max-width: 40px;
	background: #111;
	height: 670px;
	max-height: 670px;
	background: #000 url('../images/bg-left2.png') repeat-y;
}

#left img.page-down
{
	cursor: pointer;
}

#left img.page-up
{
	cursor: pointer;
}

#left menu	{
	margin: 0;
	padding: 0;
	list-style: none;
}

#left li	{
	margin: 0;
	padding: 0;
}

.left_index	{
	background: #000 url('../images/bg-left2.png') repeat-y;
}

.left_other	{
	background: #000 url('../images/bg-left.png') repeat-y;
}

#middle	{
	width: 548px;
	max-width: 548px;
	background: #000;
	float: left;
	overflow: hidden;
	height: 670px;
	max-height: 670px;
	display: block;
	position: relative;
}

#middle .allowscroll	{
	overflow: auto;
	height: 560px;
	max-height: 560px;
	width: 545px;
	max-width: 545px;
	display: block;
}

#right	{
	float: right;
	display: block;
	width: 412px;
	max-width: 412px;
	background: #000;
}

#right .title {
	color: #3a5707;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#copyright	{
	width: 1000px;
	max-width: 1000px;
	height: 143px;
	background: #cccccc url(../images/umg.png) no-repeat;
	color: #fff;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
}

#rss  {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

#rss a  {
	border: 0;
}

#rss a:hover  {
	border: 0;
}

.box-interpret	{
	float: left;
	display: block;
	width: 114px;
	height: 140px;
	background: #d3d3d3 url(../images/box-interpret.png) no-repeat;
	margin-left: 10px;
	margin-top: 18px;
	position: relative;
}

.box-interpret div.interpret	{
	position: absolute;
	background: #565757;
	display: block;
	width: 101px;
	height: 28px;
	top: 105px;
	left: 6px;
	text-align: center;
	line-height: 14px;
}

.box-interpret img	{
	width: 101px;
	position: absolute;
	top: 8px;
	left: 6px;
}

.box-headerinterpret	{
	float: left;
	display: block;
	width: 122px;
	height: 122px;
	background: #d3d3d3 url(../images/box-headerinterpret.png) no-repeat;
	margin-left: 18px;
	margin-top: 35px;
	position: relative;
}

.box-headerinterpret div.interpret	{
	position: absolute;
	background: #d3d3d3 url(../images/loading.gif) no-repeat 50% 50%;
	display: block;
	width: 105px;
	height: 105px;
	top: 8px;
	left: 8px;
	text-align: center;
}

.header-left	{
	float: left;
	margin-top: 61px;
	margin-left: 19px;
}

.header-right	{
	float: right;
	margin-top: 61px;
	margin-right: 500px;
}

#header-news	{
	position: absolute;
	left: 86px;
	top: 104px;
	display: block;
	width: 414px;
	max-width: 414px;
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	padding-right: 10px;
	border-right: 2px solid #fff;
}

#newsbox	{
	display: block;
	height: 192px;
	overflow: hidden;
	background: url(../images/bg-news.png) repeat-y;
	position: relative;
}

#newsbox-up	{
	display: block;
	height: 16px;
	max-height: 16px;
	width: 412px;
	overflow: hidden;
	background: url(../images/bg-news_top.png) no-repeat;
}

#newsbox-down	{
	display: block;
	height: 16px;
	max-height: 16px;
	width: 412px;
	overflow: hidden;
	background: url(../images/bg-news_bottom.png) no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}

#newsbox-more	{
	position: absolute;
	right: 25px;
	bottom: 5px;
}

#newsbox-more img	{
	border: 0;
	float: right;
	margin-left: 5px;
	vertical-align: middle;
}

#newsbox-less	{
	position: absolute;
	right: 25px;
	bottom: 5px;
}

#newsbox-less img	{
	border: 0;
	float: right;
	margin-left: 5px;
	vertical-align: middle;
}

.news	{
	width: 365px;
	margin-left: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.news h3	{
	color: #ab1b21;
}

.news img	{
	margin-right: 10px;
}

#videobox	{
	display: block;
	width: 412px;
	max-width: 412px;
	margin-top: 10px;
}

#videobox h2	{
	background: #000 url(../images/bg-videobig.png) no-repeat;
	height: 28px;
	line-height: 28px;
	max-height: 28px;
	width: 412px;
	max-width: 412px;
	color: #070707;
	font-size: 11px;
}

#videolist	{
	display: block;
	width: 412px;
	height: 125px;
	overflow: hidden;
	background: url(../images/bg-videolist.png) no-repeat;
	position: relative;
	margin-top: 10px;
}

#videolist ul	{
	width: 388px;
	max-width: 388px;
	height: 105px;
	max-height: 105px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 23px;
	left: 10px;
}

#videolist li	{
	display: block;
	width: 388px;
	max-width: 388px;
	height: 105px;
	margin-left: 13px;
}

#videolist li div.videoblock	{
	display: block;
	float: left;
	margin-left: 8px;
}

#videolist li img	{
	border: 1px solid #c3c3b2;
	width: 78px;
	height: 64px;
	display: block;
}

#videolist .vidleft	{
	position: absolute;
	top: 4px;
	left: 8px;
	cursor: pointer;
}

#videolist .vidright	{
	position: absolute;
	top: 4px;
	right: 9px;
	cursor: pointer;
}

#videolist .vidballs	{
	position: absolute;
	clear: both;
	top: 0px;
	left: 180px;
}

#videolist .vidballs img	{
	float: left;
}

.album	{
	color: #fff;
	margin-top: 10px;
	margin-left: 15px;
	display: block;
	width: 500px;
	max-width: 500px;
	height: 120px;
	min-height: 120px;
	border-bottom: 2px solid #3e3d3b;
	padding-bottom: 10px;
}

div[class] .album	{
	height: auto;
}

.album h2, h3	{
	color: #fff;
}

.album h4	{
	color: #eee;
}

.album .stats	{
	color: #767675;
	float: right;
}

.album .released	{
	margin-top: 10px;
	margin-bottom: 20px;
}

.album .buy	{
	line-height: 21px;
	font-variant: small-caps;
}

.album .buy img	{
	border: 0;
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.album .buy-album	{
	line-height: 21px;
	font-variant: small-caps;
}

.album .buy-album img	{
	border: 0;
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.album .more	{
	margin-right: 5px;
	line-height: 14px;
}

.album .more img	{
	border: 0;
	display: online;
	margin-left: 5px;
	vertical-align: middle;
}

.tracklist	{
	width: 500px;
	max-width: 500px;
	clear: both;
	display: none;
}

.row0	{
	background: transparent;
}

.row1	{
	background: #110f0e;
}

.bio	{
	width: 500px;
	max-width: 500px;
	position: relative;
    overflow: none;
    padding: 0;
    margin: 0;
    height: 670px;
    max-height: 670px;
}

#gallery_container	{
	display: block;
	visibility: hidden;
	background: #c4bbbe;
	width: 830px;
	height: 560px;
	position: absolute;
	top: 230px;
	margin: 0 auto;
}

.gallerybox	{
	overflow: hidden;
	height: 560px;
	max-height: 560px;
	width: 545px;
	max-width: 545px;
	display: block;
	position: relative;
}

.gallerybox .progress	{
	display: block;
	width: 560px;
	height: 480px;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
	line-height: 480px;
	color: #333;
	font-size: 23px;
}

.gallerybox .mainimg	{
	max-height: 480px;
	max-width: 545px;
	display: block;
	margin: 0 auto;
}

.gallerybox .thumbs	{
	max-width: 545px;
	height: 50px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 485px;
	left: 30px;
}

.gallerybox ul	{
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.gallerybox li	{
	display: inline;
	height: 50px;
	list-style: none;
}

.gallerybox li div	{
	display: block;
	float: left;
	width: 105px;
	max-width: 105px;
	max-height: 50px;
	text-align: middle;
}

.galleft	{
	display: block;
	position: absolute;
	top: 495px;
	left: 0px;
}

.galright	{
	display: block;
	position: absolute;
	top: 495px;
	right: 0px;
}

.intleft	{
	position: absolute;
	top: 94px;
	left: 41px;
	display: block;
	width: 27px;
	height: 27px;
}

.intleft img	{
	width: 27px;
	height: 27px;
	cursor: pointer;
}

.intright	{
	position: absolute;
	top: 94px;
	left: 464px;
	display: block;
	width: 27px;
	height: 27px;
}

.intright img	{
	width: 27px;
	height: 27px;
	cursor: pointer;
}

.registration_form	{
	margin: 0 auto;
	display: block;
	width: 400px;
	margin-top: 25px;
	font-size: 13px;
}

.registration_form label	{
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	background: #5f6062;
	color: #fff;
	text-align: right;
	padding-right: 5px;
	line-height: 20px;
}

.registration_form input	{
	color: #000;
	border: 0;
	background: #fff;
	line-height: 20px;
	height: 20px;
	padding-bottom: 0;
	padding-top: 0;
}

.hot-news	{
	position: absolute;
	left: 51px;
	top: 105px;
}

.buy-product	{
	cursor: pointer;
}

/** Buy window **/
.box-product	{
	border: 2px solid #fff;
	background: #000;
	display: none;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#buy-product	{
	cursor: pointer;
}

/** Buy window **/
#box-product	{
	border: 2px solid #fff;
	background: #000;
	display: none;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#box-ats	{
	border: 2px solid #fff;
	background: #000;
	display: none;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#box-cart	{
	border: 2px solid #fff;
	background: #000;
	display: none;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}

/** Buy window **/
#warning	{
	border: 2px solid #fff;
	background: #000;
	display: block;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}


#regwindow	{
	border: 2px solid #fff;
	background: #000;
	display: none;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#regwindows	{
	border: 2px solid #fff;
	background: #000;
	display: none;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}

#regplay	{
	border: 2px solid #fff;
	background: #000;
	display: none;
	width: 450px;
	position: absolute;
	top: 50px;
	left: 50px;
}

.audio-reg
{
	display: block;
	height: 279px;
	width: 412px;
}

#offiweb
{
	float: right;
	margin-right: 15px;
}

.searchresult
{
	height: 650px;
}

.searchresult h2
{
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	margin: 5px;
}

.searchresult a
{
	color: #ab1b21;
}

#video_interpret
{
	margin-left: 40px;
}

.aktuality
{
	margin: 10px;
}

.aktuality p
{
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.aktuality img
{
	margin: 0px;
}

#ecrmform
{
	display: none;
	position: absolute;
	top: 25px;
	left: 150px;
	border: 2px solid #fff;
	background: #000;
	z-index: 99;
	width: 800px;
}

#clanek
{
	font-family: arial;
}

#clanek p
{
	font-size: 11px;
	text-indent: 0;
}
