/* ################################################################################# */
/*                                                                                   */
/*                                     BODY                                          */
/*                                                                                   */
/* ################################################################################# */


* {
	margin: 			0;
	padding: 			0;
}

html, body {
	height: 			100%;
}

html {
	font-size: 			100%;
	overflow-y:			scroll;	/* laat altijd de linker scrollbalk zien in FireFox */
}

body {
	background:			#FFFFFF url(../images/bg_body.gif) repeat-y center top; 
	color: 				#666666;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			62.5%; /* standaard font grootte is nu 10px, dus 1.2em = 12px */
	line-height: 		140%;
	text-align: 		center; /*voor IE*/
}

p {
	font-size:			1.2em;
	line-height:		1.6em;	
	margin:				0 0 1em 0;
}

img {
	border: 			0;
}

ul {
	font-size:			1.2em;
	line-height:		1.6em;	
	list-style: 		none;
	margin: 			0;
	padding: 			0;
}

h1 {
	font-size:			1.2em;
	line-height:		1.6em;	
	margin:				2em 0 1.5em 0;
	padding:			0 0 0.5em 0;
	text-transform:		uppercase;
}

.clear {
	clear:				both;
}

a {
	color:				#334B51;
	text-decoration:	underline;
}

a:hover {
	color:				#00549A;
	text-decoration:	underline;
}

a.lmenu {
	color:				#FFFFFF;
	text-decoration:	none;
}

a.lmenu:hover {
	color:				#FFC11A;
	text-decoration:	none;
}



/* ################################################################################# */
/*                                                                                   */
/*                                   CONTAINER                                       */
/*                           om de site te centreren                                 */
/*                                                                                   */
/* ################################################################################# */


#container {
	position:			relative;
	min-height: 		100%;
	height: 			100%;
	voice-family: 		"\"}\"";
	voice-family: 		inherit;
	height: 			auto;
	margin-top:-15px;
}

html>body #container {
	height: 			auto;
}
			
#wrapper {
	margin: 			0 auto;
	text-align: 		left;
	width: 				900px;
}

#flashcontent {
	height: 			200px;
	width: 				240px;
}

#flashcontent_groot {
	height: 			230px;
	width: 				320px;
}


/* ################################################################################# */
/*                                                                                   */
/*                                     HEADER                                        */
/*                                                                                   */
/* ################################################################################# */


#header {
	background:			url(../images/bg_header.jpg) no-repeat left top;
	border-bottom:		10px solid #FFFFFF;
	clear: 				both;
	margin:				-3px 0 0 0;
}




/* logo */
h1#danenberg-logo {
	border:				0;
	float:				left;
	margin: 			0;
	padding: 			0;
}

h1#danenberg-logo a {
	display: 			block; /* h1 in de header wordt vervangen door het danenberg logo */
}

h1#danenberg-logo a span {
	display: 			none;
}


/* main-navigation */
#nav {
	background:			url(../images/nav_bg.jpg);
	float:				left;
 	overflow: 			hidden;
	padding:			50px 40px 0 40px;
}

#col-left {
	color:				#FFFFFF;
	float:				left;
	margin:				0 20px 20px 20px;
	width:				240px;
}

#col-left h1 {
	border-bottom:		1px solid #FFFFFF;
}

#col-left li {
	list-style:			outside disc;
	margin:				0 0 0 1.5em;
}

#col-left img {
	margin:				0 0 1.5em 0;
}

#col-right {
	color:				#334B51;
	float:				left;
	margin:				0 40px 20px 60px;
	width:				520px;
}

#col-right h1 {
	border-bottom:		1px solid #333333;
}