body {
	padding-top: 10px;
	background-color: #f5f5f5;
	color: #333;
	font-family: Arial, verdana, sans-serif;

	background-image: url('/beeld/draak550trans.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment:fixed;
}
div.line {
	height: 20px;
}
div#main {
	background-color: #fff;
	border: solid 1px #ccc;
	min-height: 290px;
	padding: 10px;
	margin-bottom: 20px;

}
.logowrap {
	background-color: #fff;
}
div#logo {
	margin: 5px 10px;
	background-color: #fff;
	background-image: url('/beeld/logo-050.png');
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 70px;
}
.logokop {
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	color: #339;
}
.logotxt {
	font-size: 16px;
	font-style: italic;
	color: #999;
}
div#nav {
	padding: 2px 11px;
	height: 15px;
	/*border: solid 1px #339;*/
	font-size: 12px;
	color: #fff;
	background-color: #66c;
	background-image: url('/beeld/navbalk3.png');
	background-repeat: repeat-x;
	background-position: top;
}
div#rechts {
	background-color: #fff;
	border: solid 1px #ccc;
	min-height: 250px;
	padding: 10px;

}
div#rechts2 {
	margin-top: 20px;
	background-color: #fff;
	border: solid 1px #ccc;
	min-height: 250px;
	padding: 10px;

}
.blok {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px;

}
div#footer {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 10px;
	margin-bottom: 25px;
}

h1,h2,h3 {
	color: #339;
}
p {
	margin-bottom: 15px;
}
address {
	margin-bottom: 5px;
}
img {
	margin-bottom: 10px;
}
a {
	color: #339;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* twitter */
p#tweet li {
	margin-bottom: 10px;
	color: #666;
	margin-left: 10px;
}


/* formulieren */
input {
	padding: 3px;
	border: solid 1px #8e580f;
	width: 200px;
	font-size: 12px;
}
textarea {
	padding: 3px;
	border: solid 1px #8e580f;
}
input.submit {
	color: #fff;
	background-color: #db912f;
	font-weight: bold;
}
input.submit:hover {
	background-color: #8e580f;
}
.mess {
	margin-bottom: 15px;
	font-weight: bold;
	color: red;
}




/* het dropdown menu */
ul { /* alle lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#ulnav li, ul.lijst li { /* alle list items */
	padding: 0;
	padding-right: 20px;
	margin: 0;
	float: left;
	position: relative;

}
li ul { /* sub items */
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
}
li>ul { /* postitie resetten voor alle browsers behalve IE */
	top: auto;
	left: auto;
}
li:hover ul, li.over ul { /* lists nested onder hovered list items */
	display: block;
}

/* en hier komt mijn eigen stijl idee */
a.menu {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #fff;
	font:13px;
}
a.menu:hover {

}
ul.lijst {
	border-bottom: solid 1px #5c3705;
	border-right: solid 1px #5c3705;
	background-color: #8e580f;
}
li.lijst {
	width: 120px;
}

