a.menu_top, a
{
	color: #DDDDDD;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;

}

a.menu_top:link, a:link 
{
	color: #DDDDDD;
}
a.menu_top:visited a:link 
{
	color: #DDDDDD;
}
a.menu_top:hover, a:active, a:hover
{
	color: #DDDDDD;
	text-decoration: underline;
}

a.menu_bottom
{
	color: #DDDDDD;
	text-decoration: none;
}

a.menu_bottom:link 
{
	color: #DDDDDD;
}
a.menu_bottom:visited 
{
	color: #DDDDDD;
}
a.menu_bottom:hover, a:active
{
	text-decoration: underline;
}

a.menu_bottom_current 
{
	color: #DDDDDD;
	text-decoration: none;
	font-style: italic;
}

a.menu_bottom_current:link 
{
	color: #DDDDDD;
}
a.menu_bottom_current:visited 
{
	color: #DDDDDD;
}
a.menu_bottom_current:hover, a:active
{
	text-decoration: underline;
}

img.imgClickable
{
	cursor: pointer;
}

h2.title
{
	margin-top: 2px;
	margin-bottom: 5px;
}

body.site, BODY.site
{
	background-color: black;
	font-family: Arial;
	font-size: 13px;
}


div#outerwrap
{
	position: relative;
	background-color: black;
	width: 1200px;
	height: 789px;
	margin: 0px auto;
	background-image: url('background-anim.gif');
	background-repeat: no-repeat;
}

.contentview_beheer_extra
{
	background-color: #616161;
	color: #DDDDDD;
	font-family: Arial;
	font-size: 13px;
}

div#content_background
{
	position: absolute;
	left: 158px;
	top: 63px;
	width: 850px;
	height: 580px;

	background-color: #C0C0C0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);

}

div#content
{
	position: absolute;
	left: 158px;
	top: 63px;
	width: 850px;
	height: 570px;
	color: #FFFFFF;	
	padding: 5px 5px 5px 5px;
	overflow: auto;
}

.mail_mailform_html
{
	background-color: #FFFFFF;
	color: #000000;
}

div#content_background.long
{
	height: 643px;
}

div#content_icon
{
	position: absolute;
	right: 42px;
	top: 68px;
	background-color: #FFFFFF;
	width: 390px;
	height: 570px;
	border: 1px solid black;

}

div#content.small
{
	width: 600px;
}


div#content_icon.long
{
	top: 95px;
}

div#content.long
{
	height: 633px;
}


div#menu_top
{
	position: absolute;
	left: 158px;
	top: 40px;
	width: 850px;
	height: 20px;
	color: white;
	text-align: right;
}

div#menu_bottom_background
{
	position: absolute;
	left: 158px;
	top: 650px;
	width: 850px;
	height: 40px;
	background-color: #C0C0C0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);

}

div#menu_bottom
{
	position: absolute;
	left: 158px;
	top: 650px;
	width: 850px;
	height: 30px;
	color: white;
	padding-top: 10px;

}

div#reclamemast_icon
{
	position: relative;
	left: 630px;
	height: 723px; 
	width: 577px; 
	top: 30px;
	background-image: url('reclamemast_blanco.png');

}

div#reclamemast_icon_a
{
	position: absolute;
	width: 222px;
	height: 68px;
	left: 173px;
	top: 67px;
	overflow: hidden;
}
div#reclamemast_icon_b
{
	position: absolute;
	width: 222px;
	height: 297px;
	left: 173px;
	top: 156px;
	overflow: hidden;

}

div#reclamemast_text
{
	position: absolute;
	width: 222px;
	height: 20px;
	left: 173px;
	top: 462px;
	overflow: hidden;
	color: red;
	font-size: 19px;
	font-family: System;
}

div#bestellen_kantoor_form, div#bestellen_errors_form
{
	position: absolute;
	height: 580px;
	width: 550px;
	top: 30px;
	left: 30px;
	background-color: #000000;
	border: 3px solid red;
	overflow: hidden;
	
	
}

label, #lk_marquee
{
	cursor: pointer;
}


/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 400px; 
    height:300px;  
    text-align:center; 
    margin:5px ; 
    float:left; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:100px; 
    border:0px; 
} 
 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}