@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html, body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	overflow: hidden;
	background:#FFFFFF;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	margin:0px;
}

.tekst {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:100;
	line-height: 17px;
	font-variant: normal;
	margin:0px;
}

div.background
{
	position: absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	z-index:1;
}

div.middle 
{
	position: absolute;
	width:100%;
	height:560px;
	top:50%;
	margin-top: -310px;
	z-index:2;
	height: 560px;
}

div.container
{
	position:relative;
	z-index:2;
}


td.backgroundmenu {
	background:url(../images/background/main_menu.png);
}

td.backgroundcontent {
	background:url(../images/background/main_content.png);
}

.logo_right {
	width:326px;
	height:86px;
	z-index:100;
	display:inline;
	position:absolute;
	top: 0px;
	right:0px;
}


.righttext {
	width:239px;
	height:83;
	z-index:200;
	display:inline;
	position:absolute;
	right:14px;
	top: 412px;
}


a{
	color:#000;
	outline: none;
}

a:hover{
		text-decoration: underline;
}
img{
	border:none;
}

/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	display:none;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#supersize{
	position:fixed;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}

#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

#menu {
	position:absolute;
	z-index:600;
	left:0px;
	top:90px;
	width:365px;
	height:450px;
}

:focus { -moz-outline-style: none; }

.flash {
	outline-style:none;
}


.jeunes_logo {
	position:absolute;
	z-index:1000;
	left:33px;
	top:572px;
	width:111px;
	height:42px;
}

#content {
	position:relative;
	z-index:500;
	height:425px;
	width:520px;
}

div.tekstcontent 
{
	position:absolute;
	z-index:1000;
	top:15px;
	left:0px;
	width:520px;
	height:425px
	
}

#doosje {
	position: absolute;
	width:602px;
	height:602px;
	top:50%;
	left:50%;
	margin-left: -301px;
	margin-top: -301px;
	z-index:2;
	display:none;
}

.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 535px;
	height: 375px;
	overflow: auto;
	overflow-x: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-left:15px;
	padding-bottom:20px;
	padding-right:15px;
}


#noscroll {
	/* Typical fixed height and fixed width example */
	width: 520px;
	height: 375px;
	overflow: hidden;
	overflow-x: hidden;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	padding-left:15px;
	padding-bottom:20px;
	padding-right:15px;
}



td.contenbottombg {
	background-image:url(../images/menu/blanco.png);	
}

td.gray {
	color:#a4a4a4;
}

.twittertekst
{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.bgwit
{
	background-color:#FFF;
}

	

