/* Gemaakt door Arian Stolwijk www.aryweb.nl */

body {
	margin: 0px;
	padding: 0px;
	background: #fff2cd;
}

#container {
	width: 920px;
	margin: 0 auto;
}

#header {
	background: url(../images/header_m.jpg) no-repeat;
	height: 160px;
	overflow: hidden;
	position: relative;
}

#header address {
	margin: 15px 25px 0 auto;
	width: 250px;
	text-align: right;
}

#header #line {
	position: absolute;
	margin: 0 35px;
	height: 20px;
	bottom: 12px;
	width: 850px;
	text-align: center;
	color: white;
	font-weight: bold;
}

#menu_container {
	background: url(../images/menu_bg.jpg) repeat-y;
	float: left;
	width: 220px;
}

#menu_bottom_bg {
	background: url(../images/menu_bottom_bg.jpg) no-repeat bottom;
}

#menu {
	background: url(../images/menu_top_bg.jpg) no-repeat;
	min-height: 20px;
	padding: 4px 10px 7px 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
}

#menu ul li a {
	background: url(../images/menu_button.jpg) no-repeat;
	height: 18px;
	display: block;
	width: 190px;
	color: #014574;	
	text-decoration: none;
	padding: 2px 5px;
}

#menu ul li a:hover {
	background: url(../images/menu_button_hover.jpg) no-repeat;
}

#menu .sidebar {
	margin: 10px 5px;
}

#text_container {
	background: url(../images/text_bg.jpg) repeat-y;
	float: left;
	width: 690px;
	margin-left: 10px;
}

#text_bottom_bg {
	background: url(../images/text_bottom_bg.jpg) no-repeat bottom;
}

#text {
	background: url(../images/text_top_bg.jpg) no-repeat;
	min-height: 20px;
	padding: 14px 20px 7px 20px;
}

#footer {
	margin-top: 30px;
	font-size: 0.8em;
	text-align: center;
	color: #014574;	
}

