body{
	font-family:Verdana, Geneva, sans-serif;
	margin:0px;
	background-color: #FF0000;
}
img{
    border:0px;
}
h1{background-image:url("../img_config_large/bg_image.");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #FF0000;
    font-size:16px;
    line-height:0px;
    font-weight: bold;
    margin-bottom:30px;
    
}
a                               { color:#5a8d1d; }
a:hover                         { color:#cbb811; }

#header, .container{
	margin-left:auto;
	margin-right:auto;
	width:955px;
}
#header{
	height:150px;
/*	background-image:url(../img/bg_header_home.png);
	background-color:#FFF;*/
}
.headerLeft{
    z-index: 2;
	float:left;
	margin:10px 0px 0px 25px;
}
.headerRight{
    z-index: 2;
	float:left;
	margin:1px 0px 0px 371px;
}
.headerBalk{
	background-image:url(../img/balk_header.png);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
}
.container{
	width:955px;
	background-image:url(../img/bg_menu.png);
	background-repeat:repeat-y;
}
.leftSideBar, .mainContent{
	float:left;
}
.leftSideBar{
	width:250px;
}
.mainContent{
	width:645px;
	padding:40px 20px 10px 30px;
	
	min-height:450px;
}
.spacer{
	clear:both;
	margin:0px;
}
.footerBalk{
	background-image:url(../img/balk_footer.png);
	background-repeat:repeat-x;
	height:22px;
	width:100%;
	
}
.footerText{
	font-size:10px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	padding:6px 0px 0px 30px;
	width:919px;
}
.footerText a{
    color: #FFF;
    text-decoration: none;
}
.footerTextH1{
    color: #FF0000; /* php voor de achtergronds kleur */
    font-size: 1px;
}
.catalogusMenuField{
    margin-top:35px;
}
.menu{
	margin:15px 0px
}
.menu ul{
	font-size:18px;
	list-style-type:none;
}
.menu ul li{
	display:block;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #FFF;
}
.logoVitalis{
	width:130px;
	height:111px;
	text-align:center;
	margin:150px auto 10px auto;
/*	background-image:url(../img/logo_vitalis.png);
	background-repeat:no-repeat;*/
}
.pageLeft, .pageRight{
    float:left;
}
.pageRight{
    float:right;
    width:260px;
    padding:10px;
    border:2px solid #49ae58;
}
.newsTitle{
    font-size:14px;
    font-weight:bold;
}
.contentHeader{
    font-size:15px;
    font-weight:bold;
}
/****************************************** Stijlen inschrijfformulier *********************************************/
.FormInschrijving{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.FormInschrijving label{
	float:left;
	width:200px;
}
.FormInschrijving div{
	float:left;
	margin-bottom:5px;
}
.FormInschrijving br{
	clear:both;
}
.requireFields{
    font-size:12px;
    color:#f00;
}
/************************************* Stijlen voor het contactformulier en pagina  ****************************************************/
.inputformContact{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
    margin-top: 25px;
/*  margin-left: 40px;
    border-left:1px solid #393939;
    padding-left: 40px;*/
}
.inputformContact label{
	width:200px;
	float:left;
    font-size:13px;
	
}
.inputformContact div{
	margin-bottom:5px;
	float:left;
}
.inputformContact input{
	padding:2px;
}
.inputformContact br{
	clear:both;
}
.textOpmerkingen{

    margin-top: 0px;
    margin-bottom: 10px;
}
.contactLeft{
/*    float:left;*/
    font-size:13px;
}
.contactRight{
/*    float:left;*/
}
.contactBottom{
    margin-bottom:20px ;
}
.contactEmailAdres{
    
}
.contactthanx{
    margin-top: 50px;
    text-align: center;
    line-height: 20px;
}
.contactContent{
    font-size:14px;
    line-height:18px;
}
/************************* Waarschuwings box ************************************/
.warning{
	background-color:#FFC;
	border:1px solid #F00;
    margin-bottom: 10px;
}
.warning br{
	clear: both;
}
.warningLeft, .warningRight{
	float:left;
	margin:20px;
    font-size:12px;
}
.Message{
	background-color:#FFC;
	border:1px solid #F00;
    padding: 20px;
    font-size:16px;
	margin-bottom:15px;
}
.imgPagePlace{
    float:right;
    clear:left;
    margin:0px 0px 10px 10px;
}
.buttonInschrijfForm a{
    font-weight:bold;
    text-decoration:none;
    color:#0100ff;
}
.buttonInschrijfForm a:hover{
    color:#4dda3c;
}
