@CHARSET "ISO-8859-1";

body {
	padding: 0 12px 10px 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	overflow-y: visible;
}

*:lang(nl) body,*:lang(de) body  {
	overflow-y: scroll;
}

div {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0 none;
}

h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
}

div#page {
	position: relative;
}

div.devider {
	float: none;
	clear: both;
	width: 740px;
}

div.bar {
	background: #ffffff url('../img/bg_devider_bar.gif') repeat-x;
	height: 19px;
	margin: 0 0 5px 0;
}

div.line {
	background: #ffffff url('../img/bg_devider_line.gif') repeat-x;
	height: 2px;
	line-height: 2px;
	margin: 0 0 5px 0;
}

* html div.line {
	margin: 0 0 -5px 0;
}

body#entry div#page {
	
}

div#logo-big {
	margin: 0 0 50px 0;
}

div#languagesContainer {
	width: 521px;
	padding: 15px 0 15px 0;
	background-color: #000000;
}

div#languages {
	background-color: #ffffff;
}

div#languages a {
	display: block;
	padding: 3px 0 3px 0;
}

div#contentContainer {
	width: 740px;
	overflow: hidden;
	position: relative;
}

/*
	HEADER
*/
div.header {
	vertical-align: top;
}

div#logo {
	float: left;
	margin: 15px 25px 5px 0;
}

div#home-balloon {
	display: none;
	width: 51px;
	height: 31px;
	background-image: url('../img/home-balloon.gif');
	position: absolute;
	top: 98px;
	left: 124px;
}

div#header-contact {
	float: left;
	width: 576px;
	height: 23px;
}

address {
	display: none;
}

/* BALLOON */
div.balloon { /*visibility: hidden;*/
	margin: 35px 0 0 20px;
	cursor: pointer;
}

div#header-left,div.balloon,div.balloon div,div.balloon2 div {
	float: left;
}

div.balloon2 { /*visibility: hidden;*/
	margin: 5px 0 0 280px;
	width: auto;
	height: 90px;
	cursor: pointer;
}

div.balloon-left,div.balloon-right {
	font-size: 48px;
	line-height: 60px;
	text-indent: -2000em;
	width: 10px;
	height: 61px;
}

div.balloon-left {
	background: #ffffff url('../img/balloon-black-left.gif') no-repeat top
		left;
}

div.balloon2 div.balloon-left {
	background-image: url('../img/balloon-purple-left.gif');
}

div.balloon-right {
	background: #ffffff url('../img/balloon-black-right.gif') no-repeat top
		left;
}

div.balloon2 div.balloon-right {
	background-image: url('../img/balloon-purple-right.gif');
}

div.balloon-body {
	background: #000000;
	height: 60px;
	margin: 1px 0 0 0;
	float: none;
}

div.balloon-arrow {
	clear: left;
	background: #ffffff url('../img/balloon-black-bottom.gif') no-repeat
		40px 0px;
	width: 80px;
	height: 22px;
}

div.balloon2 div.balloon-arrow {
	background-image: url('../img/balloon-purple-bottom.gif');
}

/* SECTION */
div.section {
	clear: both;
	text-align: left;
}

* html div.section {
	width: 740px;
	overflow: hidden;
}

div.section div.titlebar {
	position: relative;
	padding: 0 0 5px 0;
	height: 40px;
	cursor: pointer;
}

div.section div.titlebar img {
	float: left;
	margin: 3px 0 0 0;
}

div.section div.titlebar h2 {
	float: left;
	width: 285px;
	height: 40px;
	margin: 0 0 0 16px;
	font-size: 30px;
	text-indent: -2000px;
}

div.section div.strikethru {
	display: none;
	position: absolute;
	top: 15px;
	left: -5px;
	height: 9px;
	width: 240px;
	background-color: #9900FF;
	cursor: pointer;
}

div.section div.body {
	display: none;
	background-color: #9900FF;
	color: #ffffff;
	padding: 12px 20px 30px 20px;
	margin: 0 0 0 0;
	/*height: 350px;*/
	overflow: auto;
	overflow-x: hidden;
}

div.body div.item {
	clear: both;
}

div.section div.body h3 {
	text-transform: uppercase;
	font-size: 11px;
	margin: 8px 0 2px 0;
	padding: 0;
}

div.section div.body p {
	padding: 0;
	margin: 0 0 10px 0;
}

div#contact div.body p {
	padding: 0;
	margin: 0;
	line-height: 14px;
}

div#contact a {
	color: #ffffff;
}

div.section div.body div.devider {
	width: auto;
}

div#weblogs div.body div.devider {
	width: 680px;
	margin-left: 0px;
}

div.section div.body div.line {
	background-color: #ffffff;
	height: 1px;
	margin: 5px -20px 25px -20px;
	overflow: hidden;
}

div#weblogs h3 a {
	color: #ffffff;
}

/* NIEUWS BODY */
div#nieuws {
	background-color: #000000;
}

div#nieuws div.titlebar {
	background-color: #ffffff;
	width: 740px;
}

div#nieuws div.body {
	background-color: #000000;
	padding: 20px 20px 0 20px;
}

div.nieuws div.body h3 {
	margin: 0;
}

div#nieuws div.body img {
	float: right;
	margin: 0 5px 10px 10px;
}

div#nieuws div.txt {
	
}

div#nieuws a {
	display: block;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0;
}

div#nieuws a:hover {
	color: #B197DF;
}

p.datum {
	font-style: italic;
	font-size: 10px;
}

/* WEBLOG BODY */
div#weblogs {
	background-color: #000000;
}

div#weblogs div.titlebar {
	background-color: #ffffff;
}

div#weblogs div.body {
	background: #000000;
	padding: 5px 20px 0 20px;
}

div#weblogs div.body h3 {
	margin: 0;
}

div#weblogs div.body div.item {
	clear: both;
	padding: 15px 0;
}

div#weblogs div.body div.box1 {
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	width: 170px;
}

div#weblogs div.body div.box1 p {
	margin: 0 0 0 0;
	padding: 0;
}
div#weblogs div.item a:hover {
	 text-decoration: none;
	
	}
div#weblogs div.item a:hover b {
	 text-decoration: none;
	color: #9C02FC;
	}
div#weblogs div.txt, div#weblogs p.txt {
	float: left;
	width: 480px;
	min-height: 120px;
	background-color: #ffffff;
	color: #000000;
	margin: 0 0 15px 0;
	padding: 5px;
	cursor: pointer;
}

* html div#weblogs div.txt {
	height: 120px;
}

div#weblogs div.body div.devider {
	margin-bottom: 5px;
}

/* FOOTER */
div#footer {
	clear: both;
	display: none;
	padding: 40px 0 0 0;
	font-size: 10px;
}

div#sponsors {
	clear: both;
	text-align: right;
}

a#disclaimer {
	float: left;
	font-size: 9px;
	margin: 2px 0px;
	color: #9900ff;
}

div#sponsors img {
	margin: 5px 0 5px 10px
}

/* reacties blogs */
form#reactiefrm label {
	width: 180px;
	display: block;
	font-size: 10px;
	text-align: left;
}

form#reactiefrm {
	clear: both;
	width: 570px;
	text-align: left;
}

form#reactiefrm div.field {
	width: 263px;
	float: left;
	margin-right: 20px;
}

form#reactiefrm input {
	width: 260px;
	display: block;
}

form#reactiefrm input.long {
	width: 545px;
}

form#reactiefrm input.title {
	font-weight: bold;
}

form#reactiefrm div.fieldlong,form#reactiefrm textarea {
	width: 545px;
	float: none;
	clear: both;
}

form#reactiefrm textarea {
	height: 80px
}

form#reactiefrm input.submit {
	width: 80px;
	margin: 10px 0 0 460px;
}

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

ul.reacties li {
	margin: 5px 0 20px 0;
	padding: 0 20px 10px 0;
	border-bottom: 1px solid #666666;
}

ul.reacties h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p.infoline {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.error-msg {
	border: 1px solid #880000;
}

.ok-msg {
	border: 1px solid #008800;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
