* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type : none;
}

html, body {
	
}

A, A:VISITED {
	text-decoration : none;
	color : #8C0F05;
}

A:HOVER {
	color : Black;
}

body {
	font : 12px/20px Tahoma, Arial, Helvetica, sans-serif;
	background : #C8B18B url(images/bg.png) repeat-x;
	color : #444444;
}

#wrapper {
	width: 980px;
	margin : 0 auto;
	background : url(images/content.png) repeat-y;
}

#header{
	height : 280px;
	background : url(images/header.png);
}

#content-wrapper{
	width: 750px;
	margin : 0 auto;	
}

#sidebar{
	float: right;
	width: 230px;
	color : #444444;	
}

#sidebar h2.widgettitle{
	padding : 20px 0 15px 15px;
	font : 16px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color : #8C0F05;
}

#nav {
	font : 11px/25px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	font-weight : bold;
}

#nav ul {
	padding-bottom:30px;
}

#nav a {
	display: block;
	height : 25px;
}

#nav a:link, #nav a:visited {
	background : url(images/button.png);	
	color : White;
	padding-left : 5px;
}

#nav a:hover{
	color: #8C0F05;
	background : url(images/button_hover.png);
}

#content {
	margin-right: 230px;
}

.fpblog{
	margin-top: 15px;
	padding-bottom: 15px;
	padding-top: 120px;
	background : #FFF0D9 url(images/fpblog-bg.png) repeat-x;
}

#content p{
	text-align : justify;
	padding : 0 15px 10px 15px;
}

#content H2{
	font : 20px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color : #8C0F05;
	border-bottom : 1px solid #C8B18B;
	font-weight : bold;
	padding : 0;
	margin: 0 15px 0 15px;
}
 #content H2 a{
	font : 20px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color : #8C0F05;
	border-bottom : 1px solid #C8B18B;
	font-weight : bold;
}
#content H3{
	font : 14px Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #C8B18B;
	font-weight : bold;
	padding : 20px 0 0 0;
	margin: 0 15px 0 15px;
}

.postmetadata{
	color : #999999;
	text-align : right;
	padding : 0 0 20px 0;
	font : 10px;
}

#content ul{
	padding: 15px 15px 15px 50px;
}

#content li{
	list-style : disc;
}

#footer{
	background : url(images/footer.png) no-repeat;
	clear : both;
	height : 125px;
}

#footer P{
	text-align : center;
	color : White;
	padding : 45px 0 0 0;
}

#footer a{
	color : #DFA938;
}

/*formulieren*/
INPUT, TEXTAREA {
	border : 1px solid #DDDDDD;
	background-color : White;
	color : #999999;
}

.wpcf7-form{
	border : 1px solid #DDDDDD;
	background-color : #EEEEEE;
	padding : 10px;
	margin : 0 20px;
}


.fb-like, .gplus, .socialmedia-buttons{
	margin : 25px 0 0 15px;
}

/*image alignment*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
