* { 
	margin: 0; 
	padding: 0; 
}

body {
	background: url('../images/bg_html.jpg') repeat-x top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

img {
	border: none;
	margin: 0;
	padding:0;
}

h1, h2, h3, h4, h5 {
font-family:Georgia;
color:#980002;
}

a {
color:#980002;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

#header {
	width: 1000px;
	height:326px;
	margin: 0 auto;
}

.container {
	width:770px;
	margin: 0 auto;
}
.kolom {
	float:left;
}
.clear {
	clear:both;
}

#logo {
	position:absolute;
}

#telefoon{
	text-align:right;
	width:176px;
	height:60px;
	position:absolute;
	margin:0 0 0 580px;
	padding:0 12px 0 0;
	color:#980002;
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	background: url('../images/telefoon.jpg') no-repeat bottom left;
}
#telefoon span {
	margin:20px 0 2px 0;
	display:block;
	color:#19444f;
	font-family:Tahoma;
	font-weight:bold;
	font-size:10px;
}

#header-text{
	margin:94px 0 0 12px;
	position:absolute;
	width:445px;
	height:168px;
	overflow:none;
}
#header-text h3 {
	margin: 10px 0 12px 0px;
	font-size:24px;
}
#header-text a {
	font-weight:bold;
}
#header-text p {
	margin: 5px 0 8px 5px;
	line-height:18px;
}

#menu {
	position:absolute;
	margin: 289px 0 0 12px;
	height: 24px;
	font-weight: bold;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	width:100px;
	float: left;
	height: 24px;
	line-height:24px;
	margin: 0 1px 0 0px;
	border: none;
	text-align: center;
	font-size: 10px;
	color: white;
	background: url(../images/bg_menu.jpg);
}
#menu a:hover {
	background: url(../images/bg_menu_active.jpg);
}

#page {
	clear:both;
	width:770px;
	margin:0 auto;
	background: url(../images/bg_page.jpg) top left no-repeat;
	overflow: auto;


}


#sidebar {
	float:left;
	width:188px;
	background: url(../images/sidebar_top.jpg) top left no-repeat;
}
#sidebar h2 {
	font-family:LucidaSans Demi, Georgia;
	height:39px;
	line-height:39px;
	margin: 0 0 0 48px;
	color:#96cfea;	
	font-size:20px;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 11px;
}
#sidebar li {
	display: block;
}
#sidebar a {
	display: block;
	width:150px;
	padding:0 0 0 13px;
	height:29px;
	line-height:29px;
	background: url(../images/sidebar_menu.jpg);
	margin: 0 0 1px 0px;
	color:#1a3146;
	font-family:LucidaSans Demi, Georgia, Tahoma;
	font-size:13px;
}
#sidebar a:hover {
	color:#96cfea;
	background:#1a3146;
	text-decoration:none;
}
#sidebar img {
	margin: 10px 0 10px 0; 
}

#content {
	float:left;
	width: 560px;
	padding: 0 11px 0 11px;
	color:#1a3045;
	line-height:18px;
}
#content h2 {
	font-size:18px;
	margin: 0 0 20px 0;
}
#content p {
	margin: 0 0 20px 0;
}


#footer {
	width: 758px;
	margin: 10px auto 2px auto;
	height:33px;
	background: url(../images/bg_footer.jpg);
	clear:both;
	color:#193d4c;
	text-align:right;
	padding:20px 12px 0 0;
}
#footer a{
	color:#193d4c;
}
#footer span {
	display:block;
	color:#980002;
}
#footer span a{
	color:#980002;
}

