/*voor het dropdownmenu, kan weg
ul{padding:0;list-style:none;}
li{float: left; position: relative;}
li ul{margin:0;padding:3px;display:none;position:absolute;top:1em;left:0;background:#e41619;width:130px;}
end menu*/

div#cases ul.line_1
{
	margin-bottom: 0;
}

div#cases ul.line_2
{
	margin-left: 100px;
	margin-bottom: 0;
}

div#cases li
{
	display:  inline;
	padding-left:  16px;
}

#showscreen
{
	float:left;
	width:512px;
	top:100px;
	background:#ee2e24 url('../images/screenbackground.png') no-repeat top;
	margin:10px 10px 0px 84px;
}

#showscreen h1, #showscreen h4
{
	color:white;
	font-weight:bold;
}

/*aparte div voor onderste ronde hoekjes van showscreen*/

#screenfooter
{
	background:url('../images/screenfooter.png') no-repeat bottom;
	width:100%;
	height:16px;
	clear:both;
}

#fototab, #videotab, #teksttab, #radiotab
{
	background:black url('../images/tabbackground.png') no-repeat bottom;
	margin-top:0px;
	margin-right:84px;
	width:210px;
	padding-bottom:8px;
	padding-top:8px;
	float:right;
}

#fototab img, #videotab img
{
	margin-left:5px;
	width:94px;
	height:70px;
	padding:2px;
}

#teksttab a, #radiotab a
{
	color:white;
	margin-left:4px;
	display:block;
	width:200px;
}

#teksttab a:hover, #radiotab a:hover
{
	color:red;
}

#switch
{
	background:black url('../images/switchbackground.png') no-repeat;
	margin-top:10px;
	margin-right:84px;
	width:200px;
	border-bottom:1px solid white;
	padding:5px;
	padding-bottom:0px;
	float:right;
}

#switch a
{
	text-align:center;
	width:64px;
	background: white url('../images/switchlink.png') no-repeat;
	margin-left:2px;
	margin-top:2px;
	float: left;
}

#switch a.current
{
	color: red;
}

#desc
{
	background:white;
	width:502px;
	margin:5px;
	margin-top:0px;
}

div#desc_photo
{
	float:left;
	padding:  6px ;
	background-color: white;
/*	margin: 6px 10px 6px 6px ; */
}

div#desc_photo img
{
	width:220px ;
}

div#desc_text
{
	padding-top: 1px ;
}

#desc p
{
	margin:6px;
}

#play
{
	float:right;
	margin-right: 16px ;
}

a#play:hover
{
	color: white ;
}

#play img
{
	border:none;
}

#play a:hover
{
	color:white;
}

#footer
{
	padding-top:16px;
}


.left{float:left;}
.right{float:right;}

p.metadata
{
	width:98%;
	margin-left: 6px;
	margin-right: 6px;
	background:#efeeee;
}