/*
Theme Name: Caravan Centrum Steenwijk
Theme URI: http://www.caravancentrumsteenwijk.nl
Description: Caravan Centrum Steenwijk - by Dennis van Deenen
Version: 1.0
Author: Dennis van Deenen
Author URI: http://www.m00x.com
*/

@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 17px; }
#container {
	width: 960px;
	padding: auto; margin: auto;
	border: none; }
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100% !important;
	margin: 0 auto -92px !important; /* the bottom margin is the negative value of the footer's height */ }
#header {
	width: 100%; height: 250px;
	padding: auto; margin: auto; }

#menu {
	background: url(images/menu-bg.jpg) left repeat-x;
	width: 100%; height: 80px; }
#menuListing {
	width: 640px; height: 80px;
	position: relative;
	right: 0;
	float: right; }
#menuListing ul {
	width: auto;
	margin: 0; padding: 0; }
#menuListing ul li { display: inline; }
#menuListing ul li a {
	/* css3 */	
	float: left;
	width: auto; height: 80px;
	padding: 0 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 17px;	font-weight: bold;
	line-height: 80px;
	color: white; }
#menuListing ul li a:link {
	text-decoration: none;
	color: white; }
#menuListing ul li a:visited {
	text-decoration: none;
	color: white; }
#menuListing ul li a:active {
	text-decoration: none;
	color: white; }
#menuListing ul li a:hover {
	text-shadow: 2px 2px 5px #333;
	text-decoration: none;
	color: #58b137; }

#logo {
	width: 299px; height: 80px;
	float: left;
	background: url(images/logo.jpg); }
#headerImages {
	float: left;
	width: 830px; height: 140px; }
#headerMerken {
	float: left;
	background: url(images/header-merken.jpg);
	width: 130px; height: 140px; }
#headerMiddleBar {
	clear: both;
	width: 100%; height: 30px;
	background: url(images/middlebar-bg1.jpg);
	
	color: #fff;
	font-size: 18px; font-weight: bold;
	line-height: 30px;
	text-align: center; }
#content {
	width: 930px;
	margin: auto; padding: auto; padding-top: 15px; padding-left: 15px;	padding-right: 15px;
	min-height: 500px; }
#content h2 {
	font-size: 19px; font-weight: bold;
	padding: 15px 0px 10px 0px; }
#content img.floatright {
	float: right; }
#content table { text-align: left; }
#content table tr td{
	/* padding: 0px 15px 15px 15px; */
	vertical-align: top; }
#content li { 
	padding: 0px 0px 10px 50px;
	list-style-position: inside;
	list-style-image:url(images/letter-listimg.jpg); }
#content a { text-decoration: underline; color: #58b036; }
#content a:hover { /*font-size: 18px;*/ font-weight: bold; }

#content p {
	line-height: 1.5em;
	margin: 0px 0px 7px 0px;
	padding-top:0.1em;
	padding-bottom:1.5em; }
	
#werkzaamheden {
	text-align: left;
	float: right;
	width: 250px; }
.wTitle {
	width: 250px; height: 80px;
	color: #fff;
	background: url(images/letter-top.jpg) no-repeat; }
.wContactTitle {
	width: 250px; height: 80px;
	color: #fff;
	background: url(images/letter-contactgegevens-top.jpg) no-repeat; }
.wMiddle {
	text-align: left;
	width: 250px; height: auto;
	font-size: 11px;
	color: #2f4128;
	background: url(images/letter-middle.jpg) repeat-y; }
.wMiddle a { font-size: 11px; }
.wMiddle a:hover { font-size: 11px !important; }
.wMiddle li, p { 
	padding: 0px 25px 15px 20px !important;
	list-style-image:url(images/letter-listimg.jpg);
	list-style-position: inside; }
.wMiddle li { 
	padding: 0px 25px 5px 20px;
	list-style-image:url(images/letter-listimg.jpg);
	list-style-position: inside; }
.wBottom {
	width: 250px; height: 26px;
	color: #fff;
	background: url(images/letter-bottom.jpg) no-repeat; }

#footer, #push {
	height: 92px; /* .push must be the same height as .footer */ }
#footer {
	background: url(images/footer-bg.jpg) }
#footerImage {
	background: url(images/footer-koffie.jpg);
	width: 286px; height: 92px;
	float: left; }
#footerText {
	width: auto; height: 92px;
	float: left;
	
	line-height: 130px;
	text-align;
	color: white;
	font-weight: bold; }
	
#poweredby {
	font-size: 10px;
	color: #333; }


.bovag {
	position: absolute;
	margin: 0 0 0 20px;
	top: 100px;}


/* CONTACT */
#contactformulier {
	font-family: "Trebuchet MS";
	font-size: 14px; }

#contactformulier label {
	width: 105px; height: 25px; 
	display: inline-block;
	padding-left: 10px;

	color: #58b036;
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	vertical-align: top;
	line-height: 25px; }
#contactformulier input {
	width: 250px;
	border: 1px solid #2f4128;
	background: #58b036;
	color: #fff;
	padding: 3px; }
#contactformulier textarea {
	width: 250px;
	border: 1px solid #2f4128;
	background: #58b036;
	color: #fff;
	padding: 3px;
	font-family: "Trebuchet MS";
	font-size: 14px; }
#contactformulier .button {
	width: 75px !important; }




/* Wordpress editor CSS */
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; }