@import url("debug.css");
@import url("sIFR-screen.css");
@import url("slimbox.css");

/* ALGEMEEN */

html,body{
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial;
	font-size: 11px;
	color: #FFF;
	height: 100%;
	background: #141414 url('../images/spinner.gif') no-repeat center center;
	overflow: hidden;
}
p,img,div,a{outline: none;}
p{}
h1{margin:0px;}
a, img{border:0px;}


/* LAYOUT */

#body_wrapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#header_wrapper{
	width: 100%;
	height: 41px;
	overflow: hidden;
	background: url('../images/black_bg.png');
	position: absolute;
	z-index: 99;
}
#header_spacer{
	padding: 5px 20px 0px 20px;
}
#logo{
	display: inline;
	width: 171px;
	height: 31px;
	background: url('../images/logo.png') no-repeat;
	float: left;
}
#content_wrapper{
	cursor: default;
}
#content_window{
	position: absolute;
	left: -3000px;
	width: 517px;
	height: 352px;
	background: url(../images/content_bg.png) no-repeat;
	z-index: 1;
}
#content_header{
	width: 517px;
	height: 50px;
	overflow: hidden;
}
#content{
	float: left;
	position: relative;
	zoom: 1;
	display: block;
	width: 479px;
	height: 270px;
	padding: 0px 15px 15px 15px;
	overflow: auto;
}
#content p{
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}
#page_title{
	float: left;
	height: 20px;
	width: 300px;
	display: inline;
	padding: 15px;
}
#close_button{
	float: right;
	display: inline;
	width: 14px;
	height: 14px;
	margin: 10px 10px 0px 0px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}
.prev_next{
	position: absolute;
	display: block;
	width: 119px;
	height: 26px;
	background: url('../images/prev_next_bg.png') no-repeat;
	left: -3000px;
	cursor: pointer;
	text-align: center;
	padding-top: 13px;
}
.prev_next a{
	color: #FFF;
	text-decoration: none;
}

/* NAVIGATIE */

.menu_1_1_show{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	float: right;
}
.menu_1_1{
	float: left;
	
}
.menu_1_1 a{
	float: left;
	display: inline;
	height: 25px;
	padding-top: 9px;
	text-decoration: none;
	margin-left: 9px;
	color: #FFF;
}
a.menu_1_1_item_inactive:link{}
a.menu_1_1_item_inactive:visited{}
a.menu_1_1_item_inactive:hover{border-bottom: 2px solid #DC437C;}
a.menu_1_1_item_inactive:active{border-bottom: 2px solid #DC437C;}

a.menu_1_1_item_active:link{border-bottom: 2px solid #DC437C;}
a.menu_1_1_item_active:visited{border-bottom: 2px solid #DC437C;}
a.menu_1_1_item_active:hover{border-bottom: 2px solid #DC437C;}
a.menu_1_1_item_active:active{border-bottom: 2px solid #DC437C;}

/* PHOTOBOOK */

ul.photo_ul{
	margin: 0px 0px 0px -15px;
	padding: 0px;
	list-style-type: none;
}
ul li.photo_li{
	display: inline;
	float: left;
	margin: 0px 0px 15px 15px;
	cursor: pointer;
}
.photo_img{
	display: block;
	width: 104px;
	height: 60px;
}

/* MUZIEKSPELER */

#play_pause{
	display: block;
	float: right;
	width: 12px;
	height: 12px;
	margin: 11px 0px 0px 10px;
}
#music_container {
	position: absolute;
		
}
#music_player {

}

/* SCROLLER */

#scroller{
	position: absolute;
	left: 491px;
	margin-top: -10px;
	width: 18px;
	height: 302px;
	display: none;
	z-index: 99;
	background: url(../images/scrollbar_bg.png) no-repeat;
}
#scroll_up{
	margin: 3px 0px 0px 2px;
	display: block;
	width: 14px;
	height: 151px;
	background: url(../images/scroll_up.png) no-repeat;
	cursor: pointer;
}
#scroll_down{
	margin: 0px 0px 0px 2px;
	display: block;
	width: 14px;
	height: 151px;
	background: url(../images/scroll_down.png) no-repeat;
	cursor: pointer;
}

/* TABELLEN */

.content_table{
	
}
.content_table td{
	line-height: 18px;
}
.even{

}
.uneven{
	background: #2F2F2F;
}