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

/* Color scheme 
Background-color: #d9f0e
Navigation and header: #63c1a7
Text: #006
Link: #63c1a7
Link hover: #ff7129;
*/

/*--- GENERAL STYLES--- */
body, html{
	margin: 0;
	padding: 0;
	text-align: center;
	
	background-color: #d9f0ea;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #006;
	
	/*border: 1px red dashed;*/
}

img{
	border-style: none;
}

input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #006;
	text-align: justify;
}

a:link, a:active, a:visited{
	outline: none;	
	text-decoration: none;
	font-style: italic;
	color: #63c1a7; 	
}

a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #ff7129;
	font-weight: bold;
}

.title{
	color: #63c1a7;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	
	margin: 5px 0 5px 0;
	padding: 0 0 0 0;
}

div#site_container{
	background: url(http://www.clzdebatingsociety.nl/images/layout/bg_repeat.png) repeat-y 0 500px;
	position: relative;
	margin: 0 auto;
	
	width: 740px;
	height: auto;
	
	text-align: left;
	/*border: 2px orange dashed;*/
}

div#body_text{
	position: relative;
	top: -40px;
	left: 21px;
	
	width: 422px;
	height: auto;
	min-height: 450px;
	
	float: left;
	
	padding: 10px 10px 10px 20px;
	text-align: justify;
	
	/*background: #360;*/
	/*border: 1px blue dashed;*/
}

/* ---HEADER + FOOTER--- */

div#header{
	/*background: url(http://www.clzdebatingsociety.nl/images/content/layout/header.gif) no-repeat top center;*/
	position: relative;
	left: 21px;
	
	margin: 0 auto;
	
	width: 100%;
	height: 200px;
	
	/*border: 2px green solid;*/
}

div#footer{
	background:  url(http://www.clzdebatingsociety.nl/images/layout/footer.png) no-repeat;
	position: relative;
	
	top: 25px;
	height: 25px;
	width: auto;
	clear: both;
	text-align: center;
}

div#footer_text{
	color: #63c1a7; 
	position: relative;
	top: -15px;	
	text-align: center;
}

/* ---BOXES--- */

div.box_container{
	position: relative;
	top: -30px;
	left: 20px;
	
	width: 268px;
	height: 158px;
	
	background-image: url(http://www.clzdebatingsociety.nl/images/layout/box_bg.png);
	float: left;

	/*border: 1px solid brown;*/
}

div.img_container_1{
	text-align: center;
	
	position: relative;
	left: 9px;
	top: 9px;
	
	height: 140px;
	width: 250px;
	
	/* center vertically */
	display: table;  
	#position: relative; 
	overflow: hidden;
	
	/*border: 1px solid grey;*/
}

div.img_container_2{
	#position: absolute;
	#top: 51%;
	display: table-cell; 
	vertical-align: middle;
	
	height: auto;
	width: 100%;
	/* center vertically */
	
	/*#border: 1px dashed;*/
}

div.img_container_3{
	/* center vertically for IE */
	#position: relative; 
	#top: -50%;
	#left: -50%;
}

div.nieuws_box{
	color: #3741a3;
	/*text-align: justify;*/
	
	position: relative;
	padding: 5px 0 0 15px;
	padding-right: 15px;
	
	width: 219px;
	height: 135px;
	
	top: 9px;
	left: 9px;
	
	overflow: auto;
	
	/*border: 1px dashed orange;*/
}

/* ---NIEUWS BOX--- */

h1#nieuws{	
	color: #63c1a7;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px;
	
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}

a.nieuws_list:link, a.nieuws_list:visited, a.nieuws_list:active{
	font-style: italic;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #006;
	cursor: pointer;
	outline: none;
}

a.nieuws_list:hover{
	text-decoration: none;
	cursor: pointer;
	color: #ff7129;
	font-weight: bold;
}

li{
	margin: 2px;
	padding: 0;
	font-style: italic;
	color: #3741a3;
}

ul{
	margin: 5px 5px 5px 10px;
	padding: 0;
	list-style-type: square;	
}

/* ---NAVIGATION--- */

div#nav_bg{
	background: url(http://www.clzdebatingsociety.nl/images/layout/menu_bg.png) no-repeat 0 0;
	position: relative;
	
	top: -37px;
	left: 74px;
	
	width: 664px;
	height: 64px;

	/*border: 1px blue dashed;*/
}

div#nav_button{
	position: relative;
	
	top: 7px;
	left: 9px;
	
	width: 648px;
	height: 46px;
	
	/*background: #060;*/
}

.nav_button_container_1{
	position: relative;
	height: 100%;
	width: 108px;
	
	display: table;  
	float: left;
	
	text-align: center;
	/*border: 1px blue dashed;*/
}

.nav_button_container_2{
	#position: absolute;
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	
	height: auto;
	width: auto;
	
	/*border: 1px green dashed;*/
}

.nav_button_container_3{
	#position: relative; 
	#top: -50%;
	#left: -50%;
	/*border: 1px red dashed;*/
}

a.menu_nav:link, a.menu_nav:visited, a.menu_nav:active{
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #63c1a7;
	cursor: pointer;	
	
	outline:none;
}

a.menu_nav:hover{
	color: #ff7129;
	cursor: pointer;
	/*background-color: #3f4fd2;*/
	outline:none;
}



