/*
Theme Name: Jongeneel open haarden
Theme URI: http://www.open-haard.com/
Description: A custom template build by GW Media
Version: 1.0
Author: GW Media
Author URI: http://www.gwmedia.nl/
Tags: red, white, black, custom template, fixed width, widgets
*/



/*=================================
PSD2HTMLCSS BY GW MEDIA, GWMEDIA.NL
=================================*/
html, body {
	margin: 0px;
	padding: 0px;
	color: #777;
	background: url("images/background.jpg") repeat-y center;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a {
color: #136da2;
text-decoration: none;
}
a:hover {color: #777}
a:active {}
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 22px; padding: 15px 15px 15px 15px; color: #900e0e;}
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

#wrapper{
	width: 1000px;
	margin: 0 auto;
	background: white;
}

#left{
	width: 252px;
	float: left;
}

#lefttop{
	width: 252px;
	height: 147px;
	float: left;
	background: url("images/lefttopbg.jpg") no-repeat;
}

#leftimg{
	width: 252px;
	height: 420px;
	float: left;
	background: url("images/leftimg.jpg") no-repeat;
}

#menu{
	width: 252px;
	height: auto;
	float: left;
	background: #aba082;
	padding: 10px 0px 10px 0px; 
}

#menu ul{
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu ul li {
	width: auto;
	list-style: none;
	float: left;
}

#menu ul li a {
	width: 222px;
	height: 18px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #fff9ec;
	padding: 3px 0px 3px 30px;
	background: url("images/menubg.jpg") repeat-x;
}

#menu ul li a:hover{
	background: url("images/menuhover.jpg") repeat-x;
}

#content{
	width: 508px;
	height: 800px;
	float: left;
	background: white;
}

#contenttop{
	width: 508px;
	height: 100px;
	float: left;
	background: url("images/contenttop.jpg") top no-repeat;
	text-align: center;
	padding-top: 75px;
}

#output{
	width: 448px;
	float: left;
	padding: 0px 30px 20px 30px;
}

#title{
	width: 448px;
	float: left;
	margin-bottom: 25px;
	color: #b00f21;
	font-family: Times new roman;
	font-size: 24px;
}

#right{
	width: 240px;
	height: 800px;
	float: left;
	background: url("images/right.jpg") no-repeat;
}

#righttop{
	width: 240px;
	height: 150px;
	float: left;
	background: url("images/righttop.jpg") no-repeat;
	text-align: right;
}

.trans{
	position: absolute;
	z-index: 1;
	margin: 0px 0px 0px -80px;
}

#rightitems{
	width: 170px;
	float: left;
	padding: 25px 30px 0px 40px;
}

#rightitems ul li a{
	text-decoration: none;
}

#rightitemtitle{
	width: 170px;
	float: left;
	margin-bottom: 25px;
	color: #8f866c;
	font-family: Times new roman;
	font-size: 24px;
}

#rightitemtext{
	width: 170px;
	float: left;
	text-align: left;
	color: #000;
}

#rightitemtext ul li a{
	text-decoration: none;
}

#rightitemtext img{
	width: 170px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

#copyright{
	width: 180px;
	float: right;
}

.clear{
	width: 100%;
	clear: both;
}