body {
	margin: 0;
	padding: 0;
	background-color:#958a74;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	background-repeat: repeat-x;
}

h1 {
	color: #C29C2B;
	font-size:16px;
	font-style:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h2 {
	color: #811C30;
	font-size:14px;
	font-style:normal;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a {
	color: #7D1D2A;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #C29C2B;
}

hr {
	display: none;
}

img {
	border: none;
}
#wrapper {
	margin:2px auto;
	width:970px;
	padding:0;
	background-color: #FFFFFF;
	margin-top: 20px;
}
/* Header */

#header {
	width:970px;
	height:53px;
	margin:0px 0px 0px 0px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}


#menucontainer {
	clear: both;
	width: 960px;
	padding: 5px 0px 8px 8px;
	background-color: #FFFFFF;
	height: 47px;
}

#menu {
	font-weight:bold;
	font-size:14px;
}
.logo {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}
.flash {
	float: right;
	width: 890px;
	height: 50px;
	margin-left: 8px;
	margin-right: 10px;

	background: images\menubg
.gif;
	background-image: url(../Images/menubg.gif);
}


/* Page */

#page {
	width: 970px;
	margin: 0 auto;
	background: #ffffff;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
}

#content {
	float: right;
	width: 500px;
	padding: 20px 10px 10px 20px;
	line-height: 19px;
	height: 450px;

}
#sidebar {
	float: left;
	width: 185px;
	padding: 20px 22px 20px 25px;
	height: 100%;
	line-height: 19px;
	color: #FFFFFF;
}
#extra {
	float: right;
	width: 200px;
	padding: 20px 0px 20px 0px;
	height: 100%;
	line-height: 19px;
	color: #333333;
	clear: both;
}
#box {
	border: 1px solid #b9b2a3;
	width: 163px;
	float: left;
	margin: 0 2px;
	text-align: justify;
	padding: 5px;
	background-color: #efeeeb;
	font-size:11px;
	line-height: 15px;
}
.cleaner {
	font-size: 1px;
	height: 2px;
}
/* blog panel */
#blog_section {
	width: 175px;
	float: left;
	margin: 0 2px;
	background-color: #FFFFFF;
}

#blog_section .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border: 1px solid #b9b2a3;
	background-color: #EFEEEB;
	font-size:11px;
	padding: 5px;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#blog_section  .titel {
	color:#A68624;
	font-weight:bold;
	line-height: 19px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
/* end of blog panel */
#sidebar ul {
	margin: 0px;
	list-style:square;
	padding-left:25px;
	font-weight: bold;
}

#sidebar li {
	padding: 5px 0px 5px 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;

}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#sidebar a:hover {
	text-decoration: none;
	color: #751C1E;
	
}
/* Divider */
#divider {
	clear: both;
	width: 970px;
	height: 4px;
	background-color: #FFFFFF;
}
/* Footer */


#footercontainer {
	clear: both;
	width: 970px;
	color: #000001;
	padding: 5px 0 0 0;
	height: 47px;
	background-color: #FFFFFF;
}
#footer {
	float: right;
	width: 950px;
	color: #FFFFFF;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-right: 12px;
	height: 32px;
	background-color: #C29C2B;
}

#footer .tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:5px;
	}


#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

.image{
   padding:4px;
   border:1px solid #d2d2d2;
}
