/*{{{ general playlist settings, light gray */
/* make elements a little more centered */

/*body*/

body { 
	margin: 0; 
	padding: 20px; 
	text-align: left; 
	background: url('../../images/bg.gif') repeat fixed #FFCC33; 
	}


/* global style */
* {
	margin: 0; 
	padding: 0; 
	border: 0;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 18px; }

h1 {
	font-family: Georgia, serif;
	font-size: 19px;
	font-weight: 100;
	line-height: 19px;
	color:#6C6C00;
	letter-spacing: 2px
}

/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }

a.link_home { color:#990000}
/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	background:url(img/splash.png) no-repeat;
	width:638px;
	height:445px;
	padding:0 0px 0 0px;
/*	padding:0 126px 75px 127px; */
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
/*------Layout DIV------*/

.hauptrahmen {
margin-left: auto;
margin-right: auto;
width: 935px;
/* background-color:#000000; */
}

.auswahlbereich {
/* background-color: #DDEEDD; */
width: 255px;
height: 600px;
float:left;
padding: 10px 0px 0px 0px;
}
.videobereich {
	min-height: 500px;
	width: 650px;
	padding: 10px;
	float:right;
	background:#FFFFFF;
	border:1px solid #990000
}
.Clear {
clear:both;}


/*------Layout DIV ENDE------*/

div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:385px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:20000em;
}

div.playlist, div.clips {
	width:260px;	
}

div.clips a {
	display:block;
	/*	background-color:#fefeff; */
	background-color:transparent !important;
	background-image:url(img/link.png);
	background-position:0 0px;
	padding:12px 15px;
	height:46px;
	width:196px;
	font-size:12px;
	text-decoration:none;
	color:#000;
}

div.clips a.first {
	border-top-width:1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(img/light.png) no-repeat 0px -69px;
	padding-right:60px;
	border:0;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#000;
	font-weight:bold;
}	

div.clips a:hover {
		background-color:transparent !important;
	background-image:url(img/link.png);
	background-position:0 -55px;
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background-color:#193947;
	color:#fff;
	border:1px outset #193947;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(img/dark.png) no-repeat 0px -69px;
	border:0;
}

div.clips.petrol a.paused {
	background-position:0 0;	
}

div.clips.petrol a span {
	color:#aaa;
}

div.clips.petrol a em {
	color:#FCA29A;
	font-weight:bold;
}	

div.clips.petrol a:hover {
	background-color:#274D58;		
} 

div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/


/*{{{ low version */

div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-image:url(img/light_small.png);
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;	
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(img/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(img/down.png);	
}

div.petrol a.go {
	background-image:url(img/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(img/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/
