/*
*	Klikcity.nl - Verdien geld door te klikken
*	Layout by: www.Vintex.nl
*	Coding by: www.Gryx.be
*	Do not copy the code nor the graphics.
*/
.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
.style4 {font-size: 16px}
.style5 {font-size: 14px}
a 
{
   font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #FFFFFF;
   text-decoration: none;
}
a:hover 
{
   font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #FFFFFF;
   text-decoration: underline;
}

body, html {
	height: 100%;
	background: #d3dde9;
	color: #fff;
	margin: 0;
	font-size: 8pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.content_blauw img {
	padding: 10px;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 780px;
	margin: 0 auto;
	background: #ffbe22 url(images/background.jpg) repeat-y;
}
/* LINK */
a.menu:active, a.menu:visited, a.menu:link, a.menu:hover {
	text-decoration: none;
	color: #4e4e4e;
}
/* HEADER */
#header {
	width: 780px;
	height: 132px;
	background: #cc0001 url(images/header.jpg) repeat-x;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1, #header h2 { 
	display: none; 
	text-decoration:none;
}

/* STATS */
#stats {
	text-align: center;
	position: relative;
	left: 500px;
	top: -72px;
	width: 250px;
	margin-bottom: -62px;
	font-weight: bold;
}
#stats ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
}
#stats ul li {
	padding-left: 10px;
	line-height: 12px;
}
.light {
	background-color: #488bc6;
}
/* LEFT */
#left {
	margin-top: -26px;
	float: left;
	width: 150px;
	color: #4e4e4e;
	font-size: 8pt;
}
#left ul {
	list-style-type: none;
	margin: 0;
	padding: 0 5px 5px 10px;
}
.menu_titel, .menu_menu {
	font-size: 9pt;
	font-weight: bold;
	padding-left: 10px;
	color: #002f91;
	line-height: 12px;
}
.menu_titel {
	background: #cc0001 url(images/menu_titel.jpg) no-repeat;
	width: 140px;
}
ul.ad li {
	width: 120px;
	height: 60px;
	background: #000;
	margin-top: 5px;
}

/* RIGHT */
#right {
	position: relative;
	float: right;
	right: 5px;
	width: 620px;
}
.titel_rood, .titel_blauw {
	height: 20px;
	padding-left: 10px;
	margin-top: 5px;
	line-height: 20px;
	vertical-align: middle;
}
.titel_rood{
	background: #cc0001 url(images/titel_rood.jpg) no-repeat;
}
.content_rood {
	background-color: #cc0001;
}
.titel_blauw {
	background: #337ebf url(images/titel_blauw.jpg) no-repeat;
}
.content_blauw {
	background-color: #337ebf;
}
p {
	margin: 0;
	padding: 0 5px 5px 5px;
}

/* FOOTER */
#footer {
	clear: both;
	color: #4e4e4e;
	text-align: center;
	padding: 10px 0 10px 0;
	width: 100%;
}
span#footmenu{
	position: absolute;
	right: 20px;
}

