/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	
	
}
.style1 {color: #D8A0FB}

td{padding:0px 0px 0px 15px;}

/******* hyperlink and anchor tag styles *******/

a img{border:none;}

a:link, a:visited{
	
	text-decoration: none;
}


a:hover{
               text-decoration:none;
}

.otherlinks{
             text-decoration:none;
			 
			 font-family:"Times New Roman", Times, serif;
			 }
.otherlinks a:link{color:#D8A0FB;}
.otherlinks a:visited{color:#D8A0FB;}			 
.otherlinks a:hover{color:#EA4D17;}	

.feature a:link{color:#D8A0FB;}
.feature a:visited{color:#D8A0FB;}			 
.feature a:hover{color:#EA4D17;}

.story a:link{color:#D8A0FB;}
.story a:visited{color:#D8A0FB;}			 
.story a:hover{color:#EA4D17;}

.left a:link{color:#D8A0FB;}
.left a:visited{color:#D8A0FB;}			 
.left a:hover{color:#EA4D17;}

.leftteens a:link{color:#77aa3b;}
.leftteens a:visited{color:#77aa3b;}			 
.leftteens a:hover{color:#EA4D17;}

.menu {font-family:"Times New Roman", Times, serif;
       font-size:12px;
       font-weight:bold;
	   font-stretch:wider;
	   text-align:center;
	   }
.menu a:link{color:#EA4D17;}
.menu a:visited{color:#EA4D17;}
.menu a:hover{color:#D8A0FB;}

.mp3{font-size:8px;}
/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h5{
 font: 100% Arial,sans-serif;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 230px;
	left: 14px;
	right: 2%;
	width:874px;
	background:none;
	
}

#tl {
	position:absolute;
	top: 6px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	width: 0px;
	height: 0px;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#logo{
	width:109px;
	height:117px;
	float:left;
	margin-top:30px;
	margin-left:120px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	
}

#logoteens{
	width:151px;
	height:149px;
	float:left;
	margin-top:30px;
	margin-left:35px;
	background-image:url(../images/LOGOteens4.png);
	background-repeat:no-repeat;
	
}

#language{
	width:48px;
	height:12px;
	float:right;
	margin-top:10px;
		
	
}

#mainmenu{
	width:551px;
	height:13px;
	margin-top:187px;
	margin-left:300px;
		
}

#home {
	position: absolute;
	height: 13px;
	width: 102px;
	
	
}

#comps {
	position: absolute;
	height: 13px;
	width: 142px;
	margin-left:102px;
	
	
}

#raven {
	position: absolute;
	height: 13px;
	width: 147px;
	margin-left:244px;
	
	
}

#teens {
	position: absolute;
	height: 13px;
	width: 160px;
	margin-left:391px;
	
	
}

#masthead{
	position: absolute;
	top: -1px;
	left: 14px;
	right: 2%;
	width:881px;
	height: 214px;
	background-image:url(../images/banner.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}

#mastheadteens{
	position: absolute;
	top: -1px;
	left: 14px;
	right: 2%;
	width:881px;
	height: 214px;
	background-image:url(../images/banner-teens.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}

#mastheadraven{
	position: absolute;
	top: -1px;
	left: 14px;
	right: 2%;
	width:881px;
	height: 214px;
	background-image:url(../images/banner-raven.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 278px;
	border-left: 1px solid #8748fa;
	border-right: 1px solid #8748fa;
	background-image:url(../images/cont-boven.jpg);
	background-repeat:no-repeat;
	
}

#contentteens{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 278px;
	border-left: 1px solid #c1f584;
	border-right: 1px solid #c1f584;
	background-image:url(../images/cont-boventeens.jpg);
	background-repeat:no-repeat;
	
}
#flashPlayer{text-align:center;}
/***********************************************/
/* Left Menu                              */
/***********************************************/


#menuleft {
	position:absolute;
	left:155px;
	top:80px;
	width:118px;
	height:172px;
	z-index:1;
}
#theater {
	position:absolute;
	left:4px;
	top:4px;
	width:110px;
	height:22px;
	z-index:2;
	border: 1px solid #8748fa;
}
#film-docu {
	position:absolute;
	left:4px;
	top:32px;
	width:110px;
	height:22px;
	z-index:3;
	border: 1px solid #8748fa;
}
#songs {
	position:absolute;
	left:4px;
	top:60px;
	width:110px;
	height:22px;
	z-index:4;
	border: 1px solid #8748fa;
}
#klassiek {
	position:absolute;
	left:4px;
	top:88px;
	width:110px;
	height:22px;
	z-index:5;
	border: 1px solid #8748fa;
}
#regie {
	position:absolute;
	left:4px;
	top:116px;
	width:110px;
	height:22px;
	z-index:6;
	border: 1px solid #8748fa;
}
#divers {
	position:absolute;
	left:4px;
	top:144px;
	width:110px;
	height:22px;
	z-index:7;
	border: 1px solid #8748fa;
}

#menuleft2 {
	position:absolute;
	left:155px;
	top:80px;
	width:118px;
	height:232px;
	z-index:1;
	
	
}
#merlijn {
	position:absolute;
	left:4px;
	top:4px;
	width:110px;
	height:22px;
	z-index:2;
	border: 1px solid #c1f584;
}
#heks {
	position:absolute;
	left:4px;
	top:32px;
	width:110px;
	height:22px;
	z-index:3;
	border: 1px solid #c1f584;
}
#dondergod {
	position:absolute;
	left:4px;
	top:60px;
	width:110px;
	height:22px;
	z-index:4;
	border: 1px solid #c1f584;
}
#mummie {
	position:absolute;
	left:4px;
	top:88px;
	width:110px;
	height:22px;
	z-index:5;
	border: 1px solid #c1f584;
}
#troje {
	position:absolute;
	left:4px;
	top:116px;
	width:110px;
	height:22px;
	z-index:6;
	border: 1px solid #c1f584;
}
#carol {
	position:absolute;
	left:4px;
	top:144px;
	width:110px;
	height:22px;
	z-index:7;
	border: 1px solid #c1f584;
}
#dracula {
	position:absolute;
	left:4px;
	top:174px;
	width:110px;
	height:22px;
	z-index:7;
	border: 1px solid #c1f584;
}
#macbeth {
	position:absolute;
	left:4px;
	top:204px;
	width:110px;
	height:22px;
	z-index:7;
	border: 1px solid #c1f584;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}



/************** feature styles *****************/

.left{font-family:"Times New Roman", Times, serif;
      font-size:14px;
	  text-align:center;
	  }
	  
.leftteens{font-family:"Times New Roman", Times, serif;
      font-size:14px;
	  text-align:center;
	  }	  

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #ffffff;
	padding: 30px 0px 5px 0px;
	text-align:center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #ffffff;
	text-align:center;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo2{
	clear: both;
	text-align:center;
	padding: 10px 5px 20px 10px;
	margin-top: -15px;
	background-image:url(../images/cont-onder.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#siteInfo2teens{
	clear: both;
	text-align:center;
	padding: 10px 5px 20px 10px;
	margin-top: -15px;
	background-image:url(../images/cont-onderteens.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#siteInfo{
	clear: both;
	height:45px;
	text-align:center;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 50px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}






/********************* end **********************/
