/*		
		algemeen.css
		Created by Jonas Van Schoote on 2008-01-09.
		For use on www.filipvanloock.be
		Copyright (c) 2008 madewithlove. All rights reserved.
*/

html {
	height: 100%;
}

body {
	background-color: #56575D;
	padding: 0px;
	margin: 0px;
}

#drager {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-width: 900px;
	min-height: 600px;
}

.tekstformat {
	font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	/*letter-spacing:1px;*/
	color:#FFFFFF;
}
#tekstbg {
	background-color: #56575D;
	background-image: url(../background/bg.gif);
	background-repeat: no-repeat;
	background-position: center center;

	width: 370px;
	height: 370px;
	
	position:relative;
	top: 10px;
	
	margin: 0px auto 0px auto;
}

#tekst {
	width: 215px;
	text-align: justify;
	position: relative;
	top: 24px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 0px 0px;
}

.flashing {
	color: #999999;
}
a {
	color:#B2B2B2;
	text-decoration:none;
}

a:visited {
	color:#a10000;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#cfcfcf;
	text-decoration:underline;
}

#footer {
	width: 216px;
	margin:0px auto;
	font-size: 10px;
	text-align: right;
	color: #979797;
	position:relative;
	top:68px;
}

#footer a {
	color:#717171;
}

#footer a:visited{
	color:#CCC;
}

#footer a:hover {
	color:#FFF;
}

#withlove{
	position: absolute;
	right:5px;
	bottom:5px;
	width: 200px;
	font-size: 10px;
	text-align: right;
	color: #454545;
}

#withlove a {
	color:#565656;
}

#withlove a:visited{
	color:#4d4d4d;
}

#withlove a:hover {
	color:#C10026;
}

#validator {
	margin: 0px;
	position: absolute;
	left:5px;
	bottom:5px;
	font-size: 10px;
	color: #454545;
}

#validator a {
	color:#565656;
}

#validator a:visited{
	color:#4d4d4d;
}

#validator a:hover {
	color:#C10026;
}