/* 
	Genreal Stylesheet | CS Coaching.nl

	Lost in Time - Mediamakers
	www.lostintime.nl
	19-10-2005
*/


/* tekstopbouw van het document */
body{ 
	background-color: #CECECD; 
	font-size: 100%;   
	margin: 0;
  	border: 0;
  	padding: 0; 
  	overflow: hidden; 
	}

/* de div's */	
#menu {
	width: 100%; 
	top: 0;
	}
#content {
	width: 100%; 
	margin: 0;
  	border: 0;
  	padding: 0;
  	overflow-y: auto; 
	}
#payoff {
	position: absolute;
	width: 100%;
	bottom: 0px;
	vertical-align: bottom;
	}
	

/* de content */
p {font-family:Verdana; font-size:1.15em; color:#626262}
li {font-family:"Trebuchet MS"; font-size:0.75em; color:#000000; list-style-type: square;}
/* td.middenberm { background-image:url(../images/structure/payoff.gif); background-repeat:no-repeat; background-position:bottom} */

/* losse styles */
.linkgrijs {font-family:Verdana; font-size:1.15em; color:#A7A7A7; text-decoration:none;}
.linkgrijs:hover {font-family:Verdana; font-size:1.15em; color:#FFFFFF; text-decoration:none;}
.linkrood {font-family:Verdana; font-size:1.15em; color:#84160d; text-decoration:underline;}
.linkrood:hover {font-family:Verdana; font-size:1.15em; color:#84160d; text-decoration:none;}
.citaatdonkergrijs {font-family:Verdana; font-size:1.6em; color:#626262; letter-spacing:0.15em;}
.titelrood {font-family:Verdana; font-size:1.15em; color:#84160d}
.looptekst {font-family:Verdana; font-size:1.15em; color:#626262}




