/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
ul,ol,li,h1,h2,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { background-color:#FFF; font:62.5% PT Serif,'Times New Roman',serif; letter-spacing:1; }
/*body { background-color:#1b2940; font:62.5% Georgia,'Times New Roman',serif; letter-spacing:1; }*/

/* COMMON CLASSES */
.break { clear:both; }

h3 { 
font-size:28px; 
font-weight: 700;
font-style: italic;
text-align: center; }

h3 a { 
color:#e95d0f; 
text-decoration: none;
}

h3 a:hover { 
color:#000; 
font-size:28px; 
font-weight: 700;
font-style: italic;
text-align: center; }

h4 { 
color:#e95d0f; 
font-size:18px; 
font-weight: 700;
font-style: italic; }

/* HEADER */
#header {
	height:440px;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:440px;
	position:absolute;
}

/* NAVIGATION */
#nav-outer {
	height:160px;
	padding-top:0px;
	position:relative;
	top:0px;
}
#navigation {
	height:150px;
	width:960px;
	margin:0 auto;
	background-image:url("../images/logo.png");
	background-position:top left;
	background-repeat:no-repeat;
}

/* TAAL Socialmedia */
#taalsm {
	color:#000; 
    font-weight: 400;
    font-style: italic;
    font-size:14px;
	position:relative;
	width:450px;
	top:7px;
	text-align: right;
	float: right;
}
#taalsm ul { list-style:none; }
#taalsm ul li { display:inline; font-size:12px; }
#taalsm ul li a { color:#e95d0f; text-decoration:none; font-weight: 400; font-style: italic; padding-right:10px; }
#taalsm ul li a:hover { color:#000; text-decoration:none; }


/* MENU */
#menu {
	position:relative;
	top:75px;
	float: right;
}
#menu ul { list-style:none; }
#menu ul li { display:inline; font-size:17px; }
#menu ul li a { color:#e95d0f; text-decoration:none; font-weight: 400; font-style: italic; padding-right:12px; }
#menu ul li a:hover { color:#000; text-decoration:none; }


/* HEADER TEXT */
#headertxt {
	width:510px;
	margin:0 auto;
	clear:both;
	position:relative;
	top:20px;
	padding-left: 450px;
}

#firstline { 
color:#000; 
font-weight: 400;
font-style: italic;
font-size:20px; 
padding:4px 13px 7px; 
float:left; display:block; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:960px; }
#headernav { padding-left:864px; }

/* CONTENT */
#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}
	
	#contentinschrijven {
	width: 406px;
	float: left;
	}
	
	#contenttext {
	width: 500px;
	float: right;
	color:#000; 
	font-size: 13pt;
	font-weight: 400;
	}
	
#contentformulier {
	width: 500px;
	float: right;
	color:#000; 
	font-size: 13pt;
	font-weight: 400;
	}
	

#footer {
	width: 960px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 23px;
	background-image:url(../images/footerlijn_px.gif)
	}
	
.footer {
	width: 960px;
	color:#000; 
	font-size: 10pt;
	text-align: center;
	font-weight: 400;
    font-style: italic;
	}
	
.footerlink {
	color:#000; 
	font-size: 10pt;
	text-align: center;
	font-weight: 400;
    font-style: italic;
	text-decoration: none;
	}
	
.footerlink:hover {
	color:#e95d0f; 
	font-size: 10pt;
	text-align: center;
	font-weight: 400;
    font-style: italic;
	text-decoration: none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
