/*
Theme Name: Mozlog breed
Theme URI: http://www.mozlog.nl/
Description: 3 Column Business Layout, Based on Internet Market (Kaushal Sheth)
Version: 1.0
Author: Mozlog.nl
Author URI: http://www.mozlog.nl
*/

/* Algemeen */
body { 
	margin: 0;
	padding: 0;
	height: 100%; 
	min-width: 600px; 
	text-align: center; 
	background: #F0F0F0; 
	font: 0.8em Arial, sans-serif; 
	line-height: 1.5em;  
}
div.container { 
	margin: 10px auto; 
	width: 990px; 
	height: 100%; 
}
a { color: #FF9900; background: inherit; }
a:hover { color: #FF9900; background: inherit;}
h1 a, h2 a { text-decoration: none; }

/* Einde algemeen */
/* Header */

div.header { 
	margin-top: 10px;
	margin-left: 0px;
	width: 980px; 
	height: 140px; 
	background-color: #ffffff; 
	border: 1px solid #CECECE;
	z-index: 6; 
}
div.logo {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 208px; 
	height: 110px; 
	background-color: #333333; 
	z-index: 5; 
}
img.logo {
	margin-top: 60px;
	margin-left: 25px;
	z-index: 4; 
}

/* Navigatie */

div.nav_achtergrond {
	margin-top: 15px;
	margin-left: 1px;
	float: left;
	width: 751px; 
	height: 110px; 
	background-color: #FF9900; 
	z-index: 5; 
}
div.nav {
	margin-top: 0px;
	margin-left: 0px;
	width: 751px; 
	height: 26px; 
	background-color: #FFFFFF; 
	z-index: 4; 
	border-bottom: 1px solid #333333;
}

.nav ul { 
	margin: 0; 
	list-style: none; 
	padding: 0; 
}

.nav li { 
	float: left; 
	margin: 0; 
	padding: 0;
}

.nav li a
{
	background-color: #333333;
	height: 16px;
	float: left;
	display: block;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 6px; 
	padding-bottom: 4px; 
	font-weight: bold;
}

.nav li a:hover
{
	color: #ff9900;
}

li.current_page_item a
{
	background-color: #ff9900;
	height: 16px;
	float: left;
	display: block;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 6px; 
	padding-bottom: 4px; 
	font-weight: bold;
}

li.current_page_item a:hover
{
	color: #ffffff;
}

/* Einde navigatie */
/* Zoekvenster */

div.zoekvenster {
	margin-top: 30px;
	margin-left: 14px;
	float: left;
	background-color: #FF9900; 
	z-index: 5; 
}

form { margin: 0; }
input.search { width: 199px; border: medium none; background: #FFF url('../images/input.gif'); padding: 4px; color: #333333 }
input.submit { height: 24px; font-weight: bold; width: 53px; border: medium none; background: #FF9900 url('../images/button.gif'); padding: 3px; color: #333 }

/* Einde zoekvenster */
/* Einde header */

/* Content */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

h1, h2 { margin: 0; padding: 0 0 6px 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; }

div.content_container { 
	margin-top: 10px;
	margin-left: 0px;
	width: 980px; 
	background-color: #ffffff; 
	border: 1px solid #CECECE;
	z-index: 6; 
}
div.spacer {
	clear: both;
}
div.menu_links {
	position: relative;
	top: 10px; 
	left: 10px; 
	width: 180px;
	z-index: 5; 
	float: left;
}
ul.menu_rechts {
	position: relative;
	top: 10px; 
	right: 10px;
	width: 230px;
	z-index: 5; 
	float: right;
	/* margin of padding: T R B L; */
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

ul.menu_rechts li {
	width: 220px;
	border: 1px solid #CECECE;
	z-index: 4; 
	text-align: left;
	/* margin of padding: T R B L; */
	padding: 6px 4px 6px 4px;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	list-style-image: none;
}

ul.menu_rechts li ul li, ul.menu_rechts li ul {
	z-index: 4;
	text-align: left;
	/* margin of padding: T R B L; */
	padding: 0 0 0 5px;
	margin: 0;
	border: none;
	list-style-type: none;
	list-style-image: none;
}

div.menu_box {
	position: relative;
	top: 0px; 
	left: 0px; 
	width: 158px;
	border: 1px solid #CECECE;
	z-index: 4; 
	text-align: left;
	/* margin of padding: T R B L; */
	padding: 6px 4px 6px 4px;
	margin: 0px 0px 10px 0px;
}
	.menu_box ul li
	{
/*	margin-left:5px; */
	margin: 0px;
	list-style:none;
	}
	
	.menu_box li
	{
/*	margin-left:5px; */
	margin:0px;
	list-style:none;
	}

	.menu_box ul
	{
	margin:0px;
	list-style:none;
	padding-left: 5px;
	}

div.content {
	position: relative;
	top: 10px; 
	left: 10px; 
	width: 536px;
	z-index: 5; 
	float: left;
}
div.content_box {
	position: relative;
	top: 0px; 
	left: 10px;
	width: 490px;
	z-index: 4; 
	float: left;
	text-align: left;
	/* margin of padding: T R B L; */
	padding: 6px 0px 6px 14px;
	margin: 0px 0px 10px 0px;
}
div.content_box_small {
	position: relative;
	top: 0px; 
	left: 10px;
	width: 80%;
	z-index: 4; 
	float: left;
	text-align: left;
	/* margin of padding: T R B L; */
	padding: 6px 20px 6px 34px;
	margin: 0px 0px 10px 0px;
	font: 0.8em Arial, sans-serif; 
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #CECECE;
	width: 85%;
}
div.content_eind {
	position: relative;
	top: 0px; 
	left: 10px;
	width: 490px;
	z-index: 4; 
	float: left;
	text-align: center;
	/* margin of padding: T R B L; */
	padding: 6px 0px 26px 14px;
	margin: 0px 0px 10px 0px;
}

div.nocomments {

}
/* Comments */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #ff9900;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 400px;
}

#commentform textarea {
background: #f0f0f0;
border: 1px solid #333333;
width: 300px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #FFFFFF;
border: 1px solid #d6d3d3;
width: 240px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 240px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 240px;
}
#commentform input{
margin-bottom: 3px;
}*/

h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #333333; }

/* Einde comments */

/* Einde content */
/* Footer */

div.footer { 
	margin-top: 10px;
	margin-left: 0px;
	padding: 40px 0px 0px 0px;
	text-align: center;
	width: 980px; 
	height: 60px; 
	z-index: 3; 
}
.footer a { color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #333333; text-decoration: none; }

/* Einde footer */