/* CSS design by Pixelman.be | V1.0 03/05/2010/ */

/* CSS tested on:

	MAC OSX  
	- Safari 4.0: OK
	- Firefox 2.0: NOT TESTED
	- Firefox 3.0: OK

	PC WINXP VISTA
	- IE 6.0: NOT TESTED
	- IE 7.0: OK
	- IE 8.0: NOT TESTED
	- Firefox 2.0: NOT TESTED
	- Firefox 3.0: OK
	- Safari 4.0: OK

*/


/*********************** basics ***********************/

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	font-weight: normal;
	font-size: 12px;
}

html, dl, div, img, swf, form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

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

*:focus {
	outline: none; /*remove blue border in safari & firefox */
}

a img { /*remove borders on linked images */
	border: none;
}

.whitespace {
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	height: 50px;
	display: block;/*border: solid 1px black;*/
}

/************ site elements **************/

#site {
	/*border: solid 1px black;*/
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -305px; /* helft van de hoogte */
	text-align: center;
}/* end IE 5 hack */

#content {
	position: relative;
	text-align: left;
	width: 650px;
	/*background: url(http://www.kask.be/kaskweek/traceimage_07.jpg) no-repeat center -20px;*/
	margin: 0 auto;
	/*border: solid 1px #666;*/
}

#logo_kask {
	position: relative;
	top: 25px;
	left: 25px;
	width: 66px;
	height: 37px;
	/*border: solid 1px red;*/
	background: url(http://www.kask.be/kaskweek/logo_kask.gif) no-repeat 0 0;
	float: left;
	clear: both;
}

#video {
	position: relative;
	top: 50px;
	left: 25px;
	width: 600px;
	float: left;
	background-color: #000;
}


#ck_facebook {
	position: absolute;
	top: 550px;
	left: 300px;
	height: 20px;
	width: 20px;
	background: url(http://www.kask.be/kaskweek/facebook_ico_20.gif) top left;
	display: block;
	float: left;
	z-index: 10;
}

#ck_facebook:hover {
	background: url(http://www.kask.be/kaskweek/facebook_ico_20.gif) bottom left;
}

#ck_twitter {
	position: absolute;
	top: 550px;
	left: 325px;
	height: 20px;
	width: 20px;
	background: url(http://www.kask.be/kaskweek/twitter_ico_20.gif) top left;
	display: block;
	float: left;
	z-index: 10;
}

#ck_twitter:hover {
	background: url(http://www.kask.be/kaskweek/twitter_ico_20.gif) bottom left;
}

#message {
	position: relative;
	margin: 0;
	padding: 0;
	top: 70px;
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
}

#message p {
	position: relative;
	margin: 20px 0;
	padding: 0;
	color: #fff;
	text-align: center;
}

#hogentlogo {
	position: fixed;
	width: 112px;
	height: 36px;
	bottom: 10px;
	left: 10px;
	 filter:alpha(opacity=50);
	-moz-opacity:.50;
	 opacity:.50;
	_display: none;
}

#logo_kask2 {
	position: fixed;
	width: 112px;
	height: 36px;
	top: 10px;
	left: 10px;
	display: none;
}