﻿/* -------------------------------------------------------------------
   COMMON                                                       COMMON
   ------------------------------------------------------------------- */
   
html,body {
	background-color: #87c9e8;
	margin:0;
	padding:0;
	height:100%;
}

#fullheight{
	height:100%;
}

.mainFrame {
	width:971px;
	background-image: url('../assets/backBottom.gif');	
}

.mainTable {
	margin-top:0px;
}

/* -------------------------------------------------------------------background-color: #87c9e7;
   HEADER                                                       HEADER
   ------------------------------------------------------------------- */

.headerTable {
	width:100%;
}

.imagePresentatie {
	height:380px;
	padding-top: 30;
	background-image: url('../assets/topBack.jpg');
	background-repeat: no-repeat;
}

.topStroke {
	height:12px;
	background-image: url('../assets/topStroke.gif');
	background-repeat: repeat-x;
}

/* -------------------------------------------------------------------
   NAVIGATIE                                                 NAVIGATIE
   ------------------------------------------------------------------- */

.navigatieFrame {
	background-image: url('../assets/topBackLeft.jpg');
	background-repeat: no-repeat;
}
.navigatieTop {
	height:4px; 
	width:200px;
	background-color: #494a4c;
	background-image: url('../assets/navigatieTop.gif');
}
.navigatieMain {
	width:200px;
	color: #FFFFFF;
	font-family: Verdana;
}

/* -------------------------------------------------------------------
   CONTENT                                                     CONTENT
   ------------------------------------------------------------------- */

.contentFrame {
	background-color:#FFF;
}

.blueTextFrame {
	width:730px;
}

.centerContentFrame {
	width:519px;
	background-color:#FFF;
}

.leftContentFrame {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a5beca;
	background-color:#FFF;
}
.rightContentFrame {
	width:210px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a5beca;
	background-color:#FFF;
}

.whiteFrame {
	background-color:#FFF;
}

.halfBlock {
	width: 49%;
	float: left;
}

/* -------------------------------------------------------------------
   STROKE                                                       STROKE
   ------------------------------------------------------------------- */
   
.strokeTop {
	background-color: #494a4c;
	background-image: url('../assets/rightStrokeTop.gif');
}
.strokeMiddle {
	background-color: #494a4c;
	background-image: url('../assets/rightStroke.gif');
	background-repeat: repeat-y;
}

/* -------------------------------------------------------------------
   BOTTOM BAR                                               BOTTOM BAR
   ------------------------------------------------------------------- */

.bottomFrame {
	height:57px;
	background-image: url('../assets/backBottom.gif');
}

   
.bottomStroke {
	height:8px;
	background-image: url('../assets/bottomStroke.gif');
	background-repeat: repeat-x;
}

/* -------------------------------------------------------------------
   SIDEBARS                                                       SIDEBARS
   ------------------------------------------------------------------- */
 
.sideBars {
	background-color: #f6f4ef;
}  
.sideBarLT {
	background-image: url('../assets/leftSideTop.gif');
	width:6px;
	height:17px;
}
.sideBarLC {
	background-image: url('../assets/leftSideMiddle.gif');
	width:6px;
}
.sideBarLB {
	background-image: url('../assets/leftSideBottom.gif');
	width:6px;
	height:24px;
}
.sideBarRT {
	background-image: url('../assets/rightSideTop.gif');
	width:6px;
	height:17px;
}
.sideBarRC {
	background-image: url('../assets/rightSideMiddle.gif');
	width:6px;
}
.sideBarRB {
	background-image: url('../assets/rightSideBottom.gif');
	width:6px;
	height:24px;
}

/* -------------------------------------------------------------------
   ------------------------------------------------------------------- */

