/* 

Website by Elmar Beckmann / http://elmarbeckmann.com
(c)2007 Elmarbeckmann.com

*/

body, html{
	margin: 0 auto;
	padding: 0;
	color: #fff;
}
body{
	font: 12px "Trebuchet MS", "Microsoft Sans Serif", verdana, geneva, helvetica, sans-serif;
	background: #333;
	line-height: 180%;
	height: 100%;
}

h1, h2, h3, h4, h5{
	margin: 0;
}


/* HEADER
------------------------------------------------------------------------------------- */

#header{
	background: #f0f0f0 url(../img/bg_top.gif) repeat-x left bottom;
	text-align: center;
	overflow: hidden;
	height: 75px;
}

#headerwidth{
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	position: relative;
	text-align: left;
}

#header h1, #header h2, #header ul{
	display: none;
}

#headerlogo {
	margin-top: 20px;
	z-index: 200;
}

#flickrswitch {
	position: absolute;
	left: 800px;
	top: -18px;
	z-index: 100;
}
#flickrswitch img {
	border: none;
	display: block;
}



/* FOOTER
------------------------------------------------------------------------------------- */

#footer{
	background: #333 url(../img/bg_bottom.gif) repeat-x top;
	background-color: #333;
	padding: 30px 0 30px 0;
	text-align: center;
}

#footer_content {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
	text-align: left;
	color: #9b9873;
}
	
	#footer_content #first {
	float: left;
	padding-right: 10px;
	border-right: 1px #555 solid;
	text-align: right;
	}
	
	#footer_content #second {
	float: left;
	padding: 0 10px 0 10px;
	}
	
	#footer_content .kop {
		font-weight: bold;
		color: #CCCCCC;
	}	

	#footer_content a {
		color: #a6a376;
		text-decoration: none;
		border-bottom: 1px #a6a376 dotted;
	}
	
	#footer_content a:hover {
		color: #fff;
		border-bottom: 1px #fff solid;
	}
	
	
	
/* MISC
------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.kopje {
	font-size: 14px;
	color: #ff9;
	font-weight: bold;
}