/*----------------------------------------------*/
/*--General information-------------------------*/
/*--Created by : www.megadesign.be--------------*/
/*--V1.0 - 20090124-----------------------------*/
/*----------------------------------------------*/


/*--Global settings-----------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%; /* font size voor de hele website op basis 10px brengen */
	background-color: #484A47;
	color: #FFF;
	text-align: center; /* Box in het midden te zetten in IE6, maar alle tekst zal dan gecentreerd staan */
	}

/*--Layout--------------------------------------*/
#wrapper { 
    width:960px; 
/*    margin-left:auto; /* Box zal hiermee in het midden staan in Firefox maar niet in IE6 */
/*    margin-right:auto; /* Box zal hiermee in het midden staan in Firefox maar niet in IE6 */
    margin: 0 auto; /* Hetzelfde als hierboven? Indien niet deze regel wissen en de regels hierboven activeren*/
	text-align:left; /* Tekst terug naar links plaatsen die bij de body gecentreerd was */
	font-size : 100%;
	background-color: #484A47;
	}

#banner{
	width: 100%;
	height: 170px;
	background:url("../images/logo2.jpg") no-repeat scroll right center;	
	}
	
#navigation{
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #DC3718;
	border-top-color: #DC3718;	
	width: 100%;
	height: 45px;
	letter-spacing: 1px;
	}

#simplegallery { /*CSS for Simple Gallery Example 1*/
	margin-top: 60px;
	margin-right: 5px;
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	float: right;
	}
	
#description{
	width: 100%;
	height: 340px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#description span {
	width: 430px;
	margin : 10px 20px 10px 20px;
	color : #484A47;
	}

#description img {
	width: 480px;
	margin : 5px 0px 0px 5px;
	}
	
#simplegallery img {
	width: 480px;
	margin : 0px 0px 0px 5px;
	}

#content {
	padding-bottom: 35px;
	clear: both;
	height: 420px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DC3718;	
	}

#content ul {
	display: block;
	}

#content li {
	display: inline;
	float: left;
	width: 220px;
	}
			
#contentleft {
	float: left;
	width: 660px;
	}

#contentleft h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
#contentright {
	float: right;
	width: 250px;
	margin: 20px 10px 20px 0px;
	background-color: #494371;
	color: #FFF;
	}

#contentright h3 {
	margin-top: 10px;
	margin-left: 20px;
	}

#contentright p {
	padding-left: 25px;
	padding-right: 15px;
	}

#footer {
	width: 100%;
	height: 80px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DC3718;	
	}
	
.contentitem {
	padding: 0px 20px 25px 0px;
	}
	
/*--Navigation----------------------------------*/
#p1 .p1_navigation,
#p2 .p2_navigation,
#p3 .p3_navigation,
#p4 .p4_navigation,
#p5 .p5_navigation,
#p6 .p6_navigation,
#p7 .p7_navigation{
	background-color: #FFF;
	color: #484A47;
	}

#p1 .p1_footer,
#p2 .p2_footer,
#p3 .p3_footer,
#p4 .p4_footer,
#p5 .p5_footer,
#p6 .p6_footer,
#p7 .p7_footer{
	color: #DC3718;
	}

#navigation ul{
	margin: 3px 0 3px 0;
	font-size: 1.8em;
	}

#navigation ul li{
	float: left;
	}
	
#navigation ul li a{
	padding: 6px 15px 6px 15px;
	text-align: center;
	display: block;
	text-decoration: none;
	}

#navigation ul li a:hover{
	background-color: #FFF;
	color: #484A47;
	}
	
/*--Typography----------------------------------*/
h1 {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em; /* 22px */
	margin-bottom: 15px;
	}

h2 {
	border-bottom-color: #DC3718;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em; /* 20px */
	margin-bottom: 15px;
	color: #989898;
	}

h3 {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em; /* 16px */
	margin-bottom: 10px;
	margin-right: 15px;
	color: #DC3718;
	border-bottom-color: #DC3718;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}

h4 {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em; /* 16px */
	color: #DC3718;
	margin-bottom: 15px;
	}

#description p {
	font-size: 1.2em; /* 12px */
	margin: 0 0px 15px 0px;
	}

p {
	font-size: 1.3em; /* 13px */
	margin: 0 0px 15px 0px;
	}

.li_p {
	padding-left: 50px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
	font-size: 1.2em; /* 12px */
	}

#footer p {
	margin: 0 0 5px 0;	
	}

#footer ul {
	padding: 20px 0 5px 0;
	font-size: 1.2em;	
	}

.small {
	font-size: 1em; /* 10px */
	margin: 0 0px 15px 0px;
	}

.bullet {
	background:url("../images/bullet.png") no-repeat scroll left 5px transparent;
	padding-left:15px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em; /* 11px */
	}

.bullet2 {
	background:url("../images/bullet.png") no-repeat scroll 35px 5px transparent;
	padding-left:50px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; /* 12px */
	}

.bullet3 {
	background:url("../images/bullet3.png") no-repeat scroll 55px 5px transparent;
	padding-left: 70px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; /* 12px */
	}	
	
/*--Links---------------------------------------*/
a {
	outline: none; /* Geen stippelboord rond tekst als link in Firefox */
	color: #FFF;
	}

a, a:link, a:visited, a:hover {
	text-decoration: underline;
	}

a:hover {
	color: #DC3718;
	text-decoration: underline;
	}

a img {
	border : none; /* Geen stippelboord rond afbeeldingen als link in Firefox */
	}

#content a span {
	background:transparent url(../images/bg_button1.gif) no-repeat scroll 0 0;
	float: left;
	line-height: 26px;
	text-align: center;
	width: 114px;
	color : #484A47;
	margin-top: 15px;
}

/*--Tables--------------------------------------*/

/*--Common formatting---------------------------*/
#footer li {
	display:inline;
	}

/*--Forms---------------------------------------*/
form {
	font-size: 1.2em; /* 12px */
	border: 1px dashed #DC3718;
	padding: 15px;
	width: 550px;
	background-color: #494371;
	margin-left: 20px;
	}

label {
	float: left;
	width: 170px;
	text-align: right;
	margin-right: 20px;
	}

input, select, textarea {
	border-top: 1px solid #DC3718;	
	border-right: 1px solid #DC3718;
	border-bottom: 1px solid #DC3718;
	border-left:1px solid #DC3718;
	margin-bottom: 10px;
	padding-left: 5px; /* Tekstingave op 5px van de kant */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

.ingave {
	width: 200px;
	}

.onderwerp {
	width: 208px;
	}

.vraag {
	width: 350px;
	height: 150px;
	}

.knop {
	background-color: #CCC;
	font-size: 1em;
	border: 1px solid #DC3718;
	margin-bottom: 10px;
	width: 100px;
	}

.knop:hover {
	background-color: #DC3718;
	font-size: 1em;
	border: 1px solid #DC3718;
	margin-bottom: 10px;
	width: 100px;
	}

/*--Global classes------------------------------*/
#fotos li {
	display: inline;
	}

.foto {
	padding: 20px 15px 10px 28px;
	}

.clear {
	clear: both;
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}
 
.text-left {
	text-align: left;
	}

.text-right {
	text-align: right;
	}

.text-center {
	text-align: center;
	}

.text-centerHP {
	font-size: 1.4em;
	text-align: center;
	}

.text-justify {
	text-align: justify;
	}

.img-norm {
	margin: 5px 10px 10px 10px;
	}

.img-left {
	float: left;
	margin: 5px 20px 10px 0;
	}

.img-right {
	float: right;
	margin: 10px 0 10px 10px;
	}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
	}

.strong {
	font-weight: bold;
	}

.em {
	font-style: italic;
	}

.underline {
	border-bottom: 1px solid;
	}

.highlight {
	background: #FFC;
	}

.nopadding {
	padding: 0;
	}

.nomargin {
	margin: 0;
	}

.noindent {
	margin-left: 0;
	padding-left: 0;
	}

.nobullet {
	list-style: none;
	list-style-image: none;
	}

.error {
	color: #DC3718;
	}