/*-------------------------------------*/
/* SETTING ALL TO DEFAULT 0			   */
/*-------------------------------------*/

/*
*
{
	border: 0;
	margin: 0;
	padding: 0;
}
*/

/*-------------------------------------*/
/* STANDARD LAYOUT STUFF			   */
/*-------------------------------------*/


body
{
	margin: 0px 0px 0px 0px;
	/*background-color: #e0e0e0;*/
	background: url('/images/crysis_bg.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000;
	
}


p
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}


div#htmlResult
{
	position: relative;
	left: 0px;
	top: 0px;
	
}




/*-------------------------------------*/
/* CONTAINERS						   */
/*-------------------------------------*/

div#main_container
{
	
    width: 980px;
	margin:0px auto;
    
}

div#topmenu_container
{
    position: absolute;
	top: 0px;
    left: 0px;
    margin: 0px;
	width: 100%;
    border: 0px solid #ff0000;
}

div#header_container
{
	position: absolute;
	top: 32px;
	width: 980px;
	border: 0px solid #ff0000;
}

div#left_container
{
	position: absolute;
	top: 185px;
	width: 100px;
	border: 3px solid #00ff00;
}

div#center_container
{
	/*position: absolute;*/
	margin-top: 135px;
	margin-left: 180px;
	width: 620px;
	border: 0px solid #0000ff;
	
}

div#right_container
{
	/*position: absolute;*/
	float: right;
    margin-top: 135px;
	margin-left: 800px;
	width: 180px;
	border: 0px solid #00ffff;
	
}

div#big_container
{
	margin: 10px auto;
	width: 950px;
	border: 0px solid #0000ff;

}



/*-------------------------------------*/
/* LAYOUT DIVS						   */
/*-------------------------------------*/

div#topmenu
{
	height: 17px;
    width: 100%;
	border: 1px solid #c0c0c0;
    padding-top: 3px;
    padding-left: 5px;
    background: url('/images/beta/topmenu_bg.png');
	display: block;
}

div#header
{
	height: 130px;
	border: 1px solid #c0c0c0;
    /*background: #ff7940;*/
    background: url('/images/header2010.jpg');
	display: block;
}
div#footer
{
        height: 10px;
	clear: both;
        border: 1px solid #c0c0c0;
        background: #ff7940;
        display: block;
}


div#left_top
{
	width: 180px;
	height: 1400px;
	border: 1px solid #ccc;
    background: #fff;
	display: block;
}

div#left_hybrid
{
	width: 180px;
	height: 100px;
	border: 1px solid #ccc;
    background: #fff;
	display: block;
}

div#nav_banner
{
	width: 620px;
	height: 30px;
	border: 1px solid #ccc;
	display: block;
}

div#event_nav_banner
{
	width: 580px;
	height: 20px;
	padding-left: 40px;
	border: 1px solid #ccc;
	display: block;
}

div#center_content
{
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
    background: #fff;
	border: 1px solid #ccc;
	display: block;
}

div#right_content
{
	width: 180px;
	height: 800px;
	border: 1px solid #ccc;
	display: block;
}

div#big_content
{
	/*position: absolute;*/
	margin: 10px auto;
        width: 978px;
    	height: *;
	border: 1px solid #000;
    	background: #fff;
	/*display: block;*/
}


/*-------------------------------------*/
/* CONTENT DIVS						   */
/*-------------------------------------*/

div#big_content_left
{
    	float: left;
	width: 185px;
	/*height: 100%;*/
	border: 0px dotted #ff4c00;
	background: url('../images/v4/bgpixel.jpg');
}

div#big_content_center
{
    	position: relative;
	float: left;
	margin-left: 5px;
	padding: 5px;
    	width: 475px;
        border: 0px dotted #ff4c00;
    	background: #fff;
	display: block;
}


div#big_content_right
{
	margin-left: 690px;
    	padding: 5px;
	width: 270px;
	height: 800px;
	border: 0px dotted #ff4c00;
    	background: #fff;
	display: block;
}

div#bgblock
{
    /*position: relative;*/
    padding: 5px;
    width: 464px;
    border: 1px dashed #ff4c00;
    background: #fff5ee;
    /*display: block;*/
}


/*-------------------------------------*/
/* FONTS ETC...						   */
/*-------------------------------------*/

h1,h2,h3,h4,h5
{
    	color: #ff9d73;
	font-family:"Trebuched MS", Verdana, Arial;    
    	font-weight: bold;
	border: 0;
}

h1 {font-size:2em; }
h2 {font-size:1.5em;}
h3 {font-size:1.3em;}
h4 {font-size:1.2em; margin:0px;}
h5 {font-size:1.1em;}

h3 a, h3 a:link, h3 a:visited {text-decoration:none; color:#ff9d73;}
h3 span{color:#aaa; font-style:bold; font-size:10px;}


h3.nieuws
{
    color: #ff9d73;
    font-variant: small-caps;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px 0px 2px 0px;
}



p
{
    color: #000;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-align:justify;
	line-height: 18px;
	
}

p.smallsubtitle
{
    color: #000;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    margin-top: 0px;
    padding-top: 0px;
    vertical-align: top;
}

.small
{
    font-size: 9px;
}

.small_upcoming_button
{
	font-size: 11px;
	width: 200px;
}

a.topmenu
{
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;

}

.550
{
	width: 550px;
}
/*-------------------------------------*/
/* IMAGES ETC...					   */
/*-------------------------------------*/

img.noborder
{
    border: 0px solid #000;
}

img.onepxborder
{
    border: 1px solid #000;
}

/*-------------------------------------*/
/* RULERS ETC...					   */
/*-------------------------------------*/

#msgdivider
{
    height: 1px;
    margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ff9d73;
}

#tightmsgdivider
{
    height: 1px;
    margin: 0px 0px 0px 0px;
        border-bottom: 1px dotted #ff9d73;
}


div#xfield
{
	visibility: hidden;
}

/*
V4 - specific
*/
div#menu_arrow
{
        background-image: url(../images/v4/MainMenuArrow.gif);
        background-position: left;
        background-repeat: no-repeat;
        font-size: 10px;
        height: 21px;
        border: 0;
        margin: 0;
        padding: 0;
}

div#menu_title_bg
{
        color: #FFFFFF;
        background-image: url(../images/v4/MainMenuBackground.gif);
        background-repeat:repeat-x;
        display: block;
        font-weight: bold;
        font-size: 10px;
        height: 21px;
        line-height: 20px;
        margin-left: 15px;
        padding-left: 10px;
}

ul.menu
{
        border: 0;
        margin: 0;
        padding: 0;
}

li.menu{
        list-style: none;
        background-image: url(../images/v4/MenuSeperator.gif);
        background-position: 0 18px;
        background-repeat: no-repeat;
        height: 19px;
        line-height: 16px;
        padding-left: 20px;
}

a.menu
{
        color: #323232;
        text-decoration: none;
	font-size: 10px;
        border-bottom:0px dotted #5765f1;
}

a.menu:hover
{
        color: #ff4c00;
	font-size: 10px;
        text-decoration: underline;
}
pre {
	font-size: 8px;
}
div#wrapperdepapper{
	height: 980px;
	display: block;
}
