/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
@import "style.css"; 
@import "shadow.css";
.bg{
background-color: #F9F9F9;}
a img {

	text-decoration: none;
	border: none;
	}

img {
	border: none;
	}
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8A7F7F;
	background-color: #F7F7F7;
	background-image: url(../assets/layout/bg_html.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:  #6C82B5 ;
}

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

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	letter-spacing: 3.3px;
}

h2 {
	letter-spacing: -1px;
	font-size: 18px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}
td {
	line-height: normal;
	text-align: left;
}
.text1banner {
	font-size: 14px;
	font-weight: bold;
	color: #C90;
}


ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #993300 ;
}

a:hover {
	background: #9A3334;
	text-decoration: underline;
	color: #549DC7;
}

/* Header */

#header {
	width: 980px;
	height: 90px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 25px;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;
}

#logo h2 {
	padding: 45px 0 0 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Menu */

#menu {
	float: left;
	margin-left: 50px;
}

#menu ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	padding-left: 20px;
}

#menu a {
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.textlogo {
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #5F8A31  ;
}


#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 1100px;
	background: url(../assets/layout/bg_html.jpg) repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding-top: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 25px;
	margin: 0;
	letter-spacing: normal;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Sidebar1 */

#sidebar1 {
	background: url(../assets/layout/bg_html.jpg) repeat;
}

#sidebar1 h2 {
	text-align: right;
	background-image: url(../assets/layout/bg_html.jpg
);
	background-repeat: repeat;
}

#sidebar1 li li {
	padding-right: 20px;
	text-align: right;
}

/* Sidebar2 */

#sidebar2 {
	background: url(../assets/layout/bg_html.jpg) repeat;
	list-style-type: none
	
}

#sidebar2 h2 {
	text-align: left;
	list-style-type: none;
	background-image: url(../assets/layout/bg_html.jpg);
	background-repeat: repeat;
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

#search h2 {
	background-image: url(../assets/layout/img07.gif);
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 10px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	background-image: url(../assets/layout/bg_html.jpg);
}

/* Content */

#content {
	width: 700px;
	float: left;
}

.post {
	padding: 30px 10px 10px 10px;
}

.post .title {
	margin: 0;
	padding: 0 20px;
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
	background: url(../assets/layout/bg_html.jp) repeat;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}

/* Footer */

#footer {
	width: 1100px;
	text-align: center;
	background: url(../assets/layout/bg_html.jpg) repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}
.text2banner {
	font-size: 12px;
	color: #069;
}
.bannertitel {
	padding-bottom: 5px;
}
.bannerreview {
	text-align: right;
	color: #C90;
	font-weight: bold;
}
.bannerreview2 {
	text-align: right;
	font-size: 10px;
}
p.fl:first-letter{
	font-size:36px;
	float:left;
	line-height:34px;
	color:#587464;
	margin:4px 2px 0 0;
}.right {
	text-align: right;
}
#sidebar2 li li {
	text-align: left;
	padding-left: 20px;
}
.sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.redtext {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
/*------------------------------------------
// INVULFORMULIER
//------------------------------------------*/
.form3
    {
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
	padding: 15px;
	width: 400px;
	font-family: Calibri, Arial, Tahoma;
	background-color: #F7F7F7;
	margin-left: 100px;
    }
label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 15px;
	padding-top: 13px;
	line-height: 1.1em;
    }
input
    {
	background-color: #FFF;
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
    }

select
    {
	background-color: #FFF;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	height: 22px;
	width: auto;
	margin-top: 5px;
	font-size: 100%;
    }
textarea
    {
	width: 250px;
	height: 100px;
	background-color: #FFF;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 5px;
	margin-top: 5px;
    }
.rij1{
	width:450px;
	background-color: #E0E6EA;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding-top: 6px;
	color: #003;
	padding-bottom: 6px;
	border: thin dotted #DDD;
	margin-bottom: 10px;
	line-height: 1.1em;
}
	
.kolom1{
	display:block;
	width:100px;
	padding-right:5px;
	float:left;
	text-align:right;
	background-color:#FFF;
	text-align:left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 180px;
}
.kolom2{
	display:block;
	width:300px;
	padding-left:5px;
	float:none;
	text-align:left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 15px;
}
.textwhite {
	font-size: 80%;
	color: #F8F8F8;
}
.redtext {
	font-size: 12px;
	font-weight: bold;
	color: #F20000;
}
div#comment p{
	font-size: 100%;
	font-style: italic;
	text-align: center;
}
.table1 {
	background-color: #FBFBFB;
	border: 1px dotted #739DC7;
}
