/* Html en CSS door Jasper de Boer */
/* http://www.jasperdb.nl/ */
/* Jasperdboer@gmail.com */
	
/* Design door Sander Bellinga */
/* http://www.sanderbellinga.nl/ */
/* Info@sanderbellinga.nl */

/* Body start */
body {
	margin: 0;
	padding: 0;	
	background: url(../img/bg.png) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Body end */

/* Wrapper start */
#wrapper {
	margin: 0 auto;
	width: 1024px;
	display: block;
}
/* Wrapper end */

/* Header start */
#header {
	margin: 0 auto;
	width: 1024px;
}

#header ul {
	margin: 152px 0 0 46px;
	padding: 0;
	list-style-type: none;
	float: left;
}

#header ul li {
	margin: 0 2px 0 0;
	padding: 7px 0 0 0;
	float: left;
	background: url(../img/btn.png) no-repeat;
	width: 94px;
	height: 22px;
	text-align: center;
}

#header ul li:hover, #header .active {
	background: url(../img/btn_hover.png) no-repeat;	
}

#header ul li a {
	text-decoration: none;	
	color: #fff;
}
/* Header end */

/* Logo start */
#logo {
	width: 373px;
	height: 187px;
	float: left;
}

#logo img {
	border: 0;
}
/* Logo end */

/* Content start */
#content {
	padding: 30px 40px 0 40px;
	display: block;
	float: left;	
	width: 648px;
	height: auto;
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#content h2 {
	margin: 10px 0 10px 0;
	color: #7a7a7a;
	font-size: 12px;
	font-weight: normal;
}

#content p {
	margin: 10px 0 30px 0;
	line-height: 150%;
}

#content a {
	color: #f3823f;	
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;	
}

#content .line {
	margin: 0 0 30px 0;
	width: 648px;
	border-top: 1px solid #bbbbbb;
}
/* Content end */

/* Submenu start */
#submenu {
	padding: 30px 0 0 0;
	display: block;
	float: left;
	width: 276px;
	height: 200px;
}

#submenu .item {
	margin: 0 0 10px;
	width: 276px;
	background: #f2f2f2;
}

#submenu .item ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;	
}

#submenu .item ul li {
	padding: 0 0 0 24px;
	height: 28px;
	background: url(../img/submenu_bg.png) no-repeat;
	color: red;
}

#submenu .item ul li a {
	text-decoration: none;
	color: #000;
}

#submenu .item ul li a:hover {
	text-decoration: underline;
	color: #f3823f;
}

#submenu .item ul .title {
	margin: 6px 0 0 0;
	background: none;
	font-weight: bold;
	color: #000;
}
/* Submenu end */