/*

STYLESHEET BIERBUBBELS.COM
Bestandsnaam: Template.css
Geschreven door: Jorg Hompes
(c) 2009 CV de Bierbubbels

------------ */



/* template
 ------------ */
	#template {
	background: #0053fd url(image/temp/bg_pagina.gif) repeat-x;
	margin-top: 0px;
}

/* reclame
 ------------ */
	#reclame {
	background: #5508dc;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
	body {
	background: url(image/temp/bg_links.gif) repeat-y;
}

/* inhoud
 ------------ */
	#inhoud {
	font: 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: justify;
	color: #000;
	background: #f7f7f7;
}
	h1 {
	font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #D00;
}
	h2 {
	font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #D00;
}
	h3 {
	font: bold 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #444;
}

	h4 {
	font: 10px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #555;
}
/* nieuws
 ------------ */
	#nieuws {
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	background: url(image/temp/bg_nieuws.gif) repeat-y;
	padding-top: 8px;
	padding-bottom: 8px;
}
	

/* bg
 ------------ */
	#bg_rechts {
	background: url(image/temp/bg_rechts.gif) repeat-y;
}
	#bg_links {
	background: url(image/temp/bg_links.gif) repeat-y;
}
	#bg_onder {
	background: url(image/temp/bg_onder.gif) repeat-y;
	padding-top: 8px;
	padding-bottom: 8px;
	font: 12px "Lucida Console", Monaco, monospace;
	word-spacing: 10pt;
	color: #222;
}

/* links
 ------------ */
 	#links { display: block; }

	a.inhoud:link {
	color: #222;
	text-decoration: underline;
	font: 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
	a.inhoud:visited {
	color: #222;
	text-decoration: underline;
	font: 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
	a.inhoud:hover {
	color: #555;
	text-decoration: underline;
	font: 13px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
/* ------------ */
	a.nieuws:link {
	color: #FFF;
	text-decoration: none;
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	a.nieuws:visited {
	color: #FFF;
	text-decoration: none;
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	a.nieuws:hover {
	color: #DDD;
	text-decoration: underline;
	font: 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* ------------ */
	a.onder:link {
	color: #222;
	text-decoration: none;
	font: 12px "Lucida Console", Monaco, monospace;
}
	a.onder:visited {
	color: #222;
	text-decoration: none;
	font: 12px "Lucida Console", Monaco, monospace;
}
	a.onder:hover {
	color: #444;
	text-decoration: underline;
	font: 12px "Lucida Console", Monaco, monospace;
}
	