/* STYLESHEET VOOR GEWOONBECKUMLIVE.NL */
html {
	margin: 0;
	padding: 0;
	overflow: auto;
	}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url('../img/interface/bg.gif') repeat-x #452ca2;
	background-color: #0b0520;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 140%;
	}
	
/* TEKST ELEMENTEN EN OPMAAK */

h1 {
	font-size: 24px;
	color: #f6ff00;
	font-weight: 100;
	line-height: 140%;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #f6ff00; 	
	}
	
a { outline: none; }
	
a:link {
	color: #f6ff00;
	text-decoration: none;
	}

a:visited {
	color: #f6ff00;
	text-decoration: none;
	}

a:hover {
	color: #f6ff00;
	text-decoration: underline;
	}

a:active {
	color: #000066;
	text-decoration: none;
	}
	
a img {
	border: 1;
	}

form {
	padding: 0;
	margin: 0;
	}

.hand {
	cursor: pointer;
	}	

.paginakop {

	}

/* WEBSITE OPZET */

#container {
	position: relative;
	height: 100%;
	width: 688px;
	margin: 0px auto;
	}
	
div.datum {
	position: absolute;
	z-index: 500;
	margin: 95px 0 0 430px;
}

#header {
	width: 688px;
	height: 146px;
	}
	
#menu {
	width: 688px;
	height: 20px;
	}

#menu_under {
	width: 688px;
	height: 25px;
	}

#content {
	width: 588px;
	height: 100%;
	background: url(../img/interface/content_bg.png);
	background-repeat: repeat-y;
	padding: 15px 50px 15px 50px;
	}
	
#sitemap {
	position: relative;
	width: 588px;
	height: 30px;
	margin: 30px 0;
}

	#sitemap ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 588px;
		text-align: center;
	}
	
		#sitemap ul li {
			display: inline;
			padding: 0 25px;
		}
	
#footer {
	width: 688px;
	}
	
#slider1 {
	height: 231px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
	
