@CHARSET "ISO-8859-1";
body{
	margin:					0;
	line-height:			140%;
	font-family:			Arial,sans-serif;
}
#center{
	width:					100%;
}
#header, #footer, #footer a{
	background-color:		#fff;
	clear:					both;
	text-align: 			center;
	font-size:				8pt;
	color:					#ccc;
}

#footer {
margin-top: 50px;
}

#header {
	background:				url('../images/top_bg.gif');
	background-repeat:		repeat-x;
	width: 					100%;
}

h2{
	margin:					0;
	padding:				5px;
}
#center h2{
	background-color:		#222;
	color:					#c33;
}
.menu{
	list-style-type:		none;
	border:					1px solid #444;
	margin:					5px;
	padding:				5px;
}
* html .article{
	height:					1%; /* So IE plays nice */
}

#header > img {
/*
	width:					800px;
	height:					99px;
	margin-top:12px;
*/
	margin-bottom: 12px;
}

#inside {
	width: 					680px;
	padding:				0 1px;
	margin:					0 auto;
	height:					100%;
	min-height:				100%;
}
.column1, .column2,.column3	{
	float:					left;
	position: 				relative;
}
.column1 {
	width:					190px;
	height:					600px;
	padding: 				45px 29px 0 0;
}

.column2 {
	width:					200px;
	height:					600px;
	padding: 				45px 12px 0 29px;
}

.column3 {
	width:					180px;
	height:					600px;
	padding: 				45px 0 0 29px;
}

.columnText1,.columnText2,.columnText3 {
	text-decoration:		none;
	font-size:				10pt;

}

.columnText1 {
	padding:				12px;
	margin-left:			11px;
	margin-right:			17px;
	height:					340px;
	color:					#FFE0BF;
	background: 			#F4A24A url('../images/bottom_winkel.jpg') bottom left no-repeat;
}

.columnText2 {
	padding:				12px;
	margin-left:			19px;
	margin-right:			20px;
	height:					340px;
	color:					#C2E5FF;
	background:				#6D899E url('../images/bottom_data.jpg') bottom left no-repeat;
}

.columnText3 {
	padding:				12px;
	margin-left:			19px;
	height:					340px;
	color:					#919598;
	background: 			#FFE404 url('../images/bottom_beveiliging.jpg') bottom left no-repeat;
}

#columnTop {
	padding:				0 20px 0 20px;
	background-color:		#fff;
	width:					100%;
	display:				inline;		/* So IE plays nice */
	text-align: 			center;

}
#3colums {
	background-color:		#fff;
	width:					100%;
	display:				block;		/* So IE plays nice */
	text-align: 			center;

}

#topText {
	z-index: 				5;
	width: 					170px;
	height: 				157px;
	padding:				10px;
	margin-right:			5px;
	font-size:				10pt;
	top:					28px;
	float:					right;
	position: 				relative;
	color:					#D7FFA2;
	text-decoration:		none;
}
.top {
	cursor:					pointer;
}
#topImage {
	position: 				absolute;
	z-index: 				0;
}

/*
.column1 { display: none; }
.column2 { margin-left: 91px; }
*/