/** Flume.nl css **/
body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 9pt;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#allContent{
	height:100%;
	left:0;
	overflow:auto;
	position:absolute;
	text-align:center;
	top:0;
	width:100%;
	z-index:2;
}
#body{
	position: absolute;
	margin-left: 50%;
	width: 950px;
	z-index: 2;
	top: 0px;
	left: -525px;
}

#background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  position: fixed;
  z-index: 0;
}

#background img {
  visibility: visible;
}

img{
	border: 0px;
}

object{
	border: 0px;
}
h2 {
	margin: 0px;
	font-size: 16px;
}

a {
	color: #9a5e20;
}

table {
	font-family: arial;
	font-size: 9pt;
}

#flash{
	z-index: 1;
	height: 100%;
	width: 100%;
	position: relative;
}


#header{
	text-align: left;
	width: 950px;
	z-index: 3;
	margin-left: 30px;
	position: fixed;
}

#container{
	text-align: center;
	position: absolute;
	width: 700px;
	left: 125px;
	padding: 0px;
	top: 125px;
	z-index: 1;
}
#content_wrapper{
	width: 700px;
	background-image:  url(images/body_slicer.png);
	background-repeat:repeat-y;
	text-align: left;
	margin-top: -3px;
}

#content{
	padding: 15px;
}
#content p{
	padding-left: 15px;
	padding-right: 15px;
}

#button{
	position: relative;
	cursor: pointer;
	float: left;
}
#button a{
	padding-top: 10px;
	height: 200px;
	display: block;
	float: left;
	z-index:2;
}

#button a:hover{
	display: block;
	background-image: url(images/ribbon_small.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#shadow{
	background-image: url(images/shadow.png);
	background-repeat:  repeat-x;
	width:  100%;
	height: 15px;
	z-index: 4;
	position: fixed;
}

/** news **/
.brown{
	color: #9a5e20;
}
hr{
	color: #9a5e20;
}
.author{
	color: gray;
	font: italic;
}

#newsletter{
	width: 231px;
	height: 314px;
	background-image: url(images/nieuwsbrief.png);
	float: right;
	margin-right: -120px;
}

#newsletter_content{
	position: relative;
	top: 185px;
	left: 50px;
}

#newsletter_content input{
	padding-left: 10px;
	width: 200px;
	background-color: transparent;
	border: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: white;
	height: 17px;
	line-height: 17px;
}

#twitter{
	float: right;
	clear: right;
	width: 270px;
	height: 451px;
	background-image: url(images/tweets.png);
	margin-right:  -145px;
	margin-top: -15px;
}

	#twitter_feed{
		padding-left: 25px;
		padding-top: 110px;
	}
		.twtr-hd{
			display: none;
		}

/** Contact **/
#contactform {
	width: 640px;
	height: 443px;
	background-image: url(images/contactbck.png);
}

#contactform #wrapper{
	position: relative;
	top: 45px;
	left: 200px;
	text-align: left;
}

#contactform #wrapper input{
	background-color: transparent;
	border: 0px;
	color: white;
	margin-bottom: 15px;
	font-weight: bold;
}

#contactform #wrapper textarea{
	background-color: transparent;
	border: 0px;
	color: black;
	margin-bottom: 45px;
	position: relative;
	top: 27px;
	font-weight: bold;
}


/** Live **/
.date_entry{
	padding: 5px;
	border-bottom: 1px solid #9a5e20;
}

.date_entry h2{
	position: relative;
	left: -55px;
}

.date_entry .entry_text{
	padding-left: 50px;
	margin-top: 10px;
}

.date_number_month{
	float: left;
	position: relative;
	top: 5px;
	left: -58px;
	color: white;
	font-weight: bold;
}

.date_number_day{
	float: left;
	position:  relative;
	top: 23px;
	left: -83px;
	color: white;
	font-size: 19px;
	font-weight: bold;
}

/** Network **/
.network_img{
	float: left;
}

.network_text{
	float: left;
	position: relative; 
	padding-top: 21px; 
	left: 5px;
}


