/*
Kelstone
Target: Screen
Author: figure8 - figure8.be
*/


/* @group Import */

@import url("lay-out.css");
@import url("menu.css");
@import url("text-styles.css");

/* @end */

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #FFF url(../images/backgroundgroot.jpg) repeat-x left top !important;
	color: #360202;
	font: 12px/22px Helvetica, Arial, Geneva, sans-serif;
	
}

#videospeler{
	margin-top: 0px;
}
img {
	border: 0;
}

/* @group Dotted links in removal (FF) */

a {
  outline: none;
}


:focus {
  -moz-outline-style: none;
}

/* @end */

a:link,
a:visited {
	color: #940000;
	text-decoration: underline;
}

a:hover {
	color: #360202;
}
