/* Pinksterfestival Poppel 2011 Style Sheet
	 ruben@technoindustries.be
*/

html {
	background-color: #000000;
}

body {
	font-family: Lucida Sans, Lucida Grande, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #563A1A;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	line-height: 1.4em;	
}
	
p, li, th, td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* fullscreen */
#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;
	overflow-x: auto;
	overflow-y: scroll;
	height:100%;
	width:100%;
}

div#wrapper {
	width: 100%;
	height: 100%;
}

div#top {
	position: absolute;
	top: 0px;
	width: 100%; 
	height: 80px;
}

div#menu {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
}

div#menu a {
	margin-left: 20px;
	marign-right: 20px;
}

div#menu2 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;	
}

div#logo {
	height: 100%;
}

div#footer {
	position: absolute;
	bottom: 0px;
	width: 100%; 
	height: 90px;
}

div#footermenu {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
}

li {
	padding-bottom: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

input, textarea, select {
	font-size: 12px;
	background-color: #f5f5f5;
}

.input_submit {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #E20C86;
	color: #ffffff;
}

.titel {
	font-family: arial, sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}

.sub {
	font-size: 9px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

/* offset */
.ofs_s {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #c0c0c0;
	color: #fff;
	font-size: 11px;
	line-height: 1.8em;
	white-space: nowrap;
}

a.ofs, a.ofs:link, a.ofs:visited {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	line-height: 1.8em;
	white-space: nowrap;
	
}

a.ofs:hover {
	text-decoration: none;
	background-color: #ccff33;
	color: #000000;
	border: 1px solid #e0e0e0;
}

/* hyperlinks */
p a, p a:link, p a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #E20C86;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

.cn_stats a, .cn_stats a:visited, .cn_stats a:link {
	color: #a0a0a0;
}

p a:hover, .cn_stats a:hover {
	color: #ffffff;
	background-color: #E20C86;
}

a img, a:link img, a:visited img { 
	border: 0;
}


