/*
Theme Name: MSW_dezorgregelaar
Theme URI: http://www.dezorgregelaar.nl
Description: A custom three-column Wordpress theme for DeZorgregelaar.nl
Author: Michiel Stevens
Author URI: http://www.michiel-stevens.nl
version: v1.0
*/

/*===HEADER===*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	width: 900px;
	margin: 20px auto;
	}

#header_menu {
	position: relative;
	height: 25px;
	width: 875px;
	padding-left: 25px;
	}

#header_menu li {
	position: relative;
	float: left;
	list-style-type: none;
	height: 24px;
	width: 140px;
	margin-right: 1px;
	border-bottom: 1px solid #fff;
	}

#header_menu li a:link,
#header_menu li a:visited,
#header_menu li a:active {
	position: relative;
	height: 24px;
	display: block;
	background-image: url(images/tab.gif);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	}

#header_menu li a:hover {
	position: relative;
	display: block;
	height: 25px;
	background-image: url(images/tab.gif);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	text-decoration: underline;
	color: #fff;
	}

#header_art {
	width: 898px;
	height: 230px;
	background-image: url(images/header.jpg);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}

#header_logo {
	position: relative;
	top: 75px;
	left: 698px;
	height: 101px;
	width: 190px;
	background-image: url(images/logo.gif);
	}
	
#header_logo a:link,
#header_logo a:active,
#header_logo a:visited,
#header_logo a:hover {
position: relative;
display: block;
top: 71px;
left: 58px;
height: 4px;
width: 4px;
background: none;
}


/*===MAIN AND COLUMNS===*/

#main {
	position: relative;
	width: 898px;
	background: #fafafa;
	border: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 20px;
	}

#left_column {
	position: relative;
	float: left;
	width: 200px;
	padding-top: 0px;
	}

#center_column {
	position: relative;
	float: left;
	width: 492px;
	margin-left: 3px;
	padding-top: 20px;
	}

#right_column {
	position: relative;
	float: right;
	width: 200px;
	padding-top: 0px;
	}
	
/*===FOOTER===*/

#footer {
	clear: both;
	position: relative;
	height: 30px;
	width: 900px;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #bbb;
	}

#footer a {
	color: #aaa;
	}

/*===SIDEBARS===*/

ul {
	position: relative;
	list-style: none;
	}

ul h2 {
	position: relative;
	display: block;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*background-image: url(images/menublock_header.gif);
	background-repeat: repeat-x;*/
	background-image: url(images/black_menu_header.gif);
	background-position: right;
	}
	
#right_column ul h2 {
	background-image: url(images/black_menu_header.gif);
	background-position: left;
	}

ul ul {
	position: relative;
	/*list-style: circle;*/
	list-style-image: url(images/triangle.gif);
	list-style-position: outside;
	font-size: 12px;
	color: #000;
	padding-left: 20px;
	}
	
ul ul li {
margin: 2px 0;
}
	
ul ul a {
	color: #000;
	}

ul ul a:hover {
	color: #f37f04;
	}

/*==CENTER COLUMN==*/

#center_column h2 {
font-size: 16px;
padding: 5px 20px 0 20px;
}

#center_column h3 {
font-size: 16px;
padding: 5px 20px 0 20px;
} 

#center_column p {
font-size: 14px;
padding: 10px 20px;
text-align: justify;
}

#center_column p.small {
font-size: 10px;
padding: 0px 20px 5px 20px;
}

#center_column p.kopje {
font-size: 14px;
font-weight: bold;
padding: 10px 20px 0 20px;
}

#center_column ul {
list-style: inside;
list-style-type: disc;
font-size: 14px;
padding: 0px 20px;
}

#center_column ul li {
padding: 5px 0;
text-align: justify;
}

#center_column img {
border: 0px;
padding: 10px;
}

#center_column a {
color: #f37f04;
text-decoration: none;
}

#center_column a:hover {
color: #f37f04;
text-decoration: underline;
}

ol.commentlist {
list-style: none;
}

