/*
Theme Name: HNS Advocaten
Description: Theme ontwikkeld door Pixelstyle Webdiensten voor HNS Advocaten. Origineel ontwerp door Robin Lambeek.
Version: 1.0
Author: Pixelstyle Webdiensten
Author URI: http://www.pixelstyle.nl
*/

/* vaste elementen */

body {
	margin: 0;
	padding: 0;
	background-color: #2e2e2e;
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #99af00;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

/* blocks */

#container {
	width: 968px;
	margin: 15px auto;
	border: 1px solid #b1ca00;
	background-color: #fff;
}

#header {
	width: 968px;
	height: 155px;
	border-bottom: 14px solid #b1ca00;
}

#sidebar1 {
	width: 234px;
	padding: 36px 0 20px 0;
	background-color: #fff;
	float: left;
	text-align: left;
}

#content {
	width: 470px;
	padding: 36px 30px 20px 0;
	background-color: #fff;
	float: left;
	text-align: left;
	min-height: 400px;
}

#content p {
	line-height: 18px;
}

#sidebar2 {
	width: 234px;
	padding: 36px 0 20px 0;
	background-color: #fff;
	float: left;
	text-align: left;
}

#footer {
	width: 968px;
	height: 78px;
	clear: both;
}

#clear {
	clear: both;
}

/* Menu */

#menu {
	font-size: 14px;
	list-style-type: none;
	font-weight: bold;
}

#menu li {
	margin: 0 0 15px 5px;
}

#menu li a {
	color: #000;
	text-decoration: none;
}

#menu li a:hover {
	color: #99af00;
	text-decoration: none;
}

#sidebar1 * ul {
	margin: 0;
	padding: 0;
}

#menu .current_page_item a {
	color: #99af00;
}

/* Forms */

.required {
	color: #99af00;
}

input.textfield {
	border: 1px solid #000;
	width: 120px;
}

input.submit {
	border: none;
	color: #fff;
	background-color: #b1ca00;
	width: 85px;
}

.linklove {
display: none;
}