/*
Created By: Paul Melssen
File: horeca1.css
Description: The primary stylesheet for wonderlijkewcweb.org/horeca

Copyright 2002-2004 WWCW Web Services <http://www.wonderlijkewcweb.org>

You may look at, play and learn with this CSS. You may NOT use
this CSS as is or as a template.
*/

body {
	background: #999966;
	font-family: Arial;
	font-size: .8em;
	color: #CCCCCC;
	scrollbar-3d-light-color: #003300;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-base-color: #003300;
	scrollbar-track-color: #999966;
	scrollbar-dark-shadow-color: #003300;	
	scrollbar-face-color: #003300;
	scrollbar-highlight-color: #003300;
	scrollbar-shadow-color: #003300;
	background-repeat: no-repeat;
	cursor:default;
}
td {
	font-family: Arial;
	font-size: .8em;
	color: #CCCCCC;
	cursor:default;
}
a:active, a:link, a:visited {
	text-decoration: underline; 
	color: #C0C0C0;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #999966;
	color: #C0C0C0;
}
#column {
	background: #006421;
	margin-right:5%;
	margin-left:5%;
	text-align:center;
}
#emptyspace {
	background: #999966;
	width: 100%;
}
#headercontainer {
	width: 100%;
	background: #007927;
}
#centercontent {
	width: 610px;
	text-align:left;
}
#title {
	width: 50%;
	text-align:left;
	float:left;
	font-size: 12pt;
	font-weight: bold;
}
#score {
	width: 50%;
	text-align:right;
	font-size: .75em;
	float:left;
}
#panelcontainer {
	text-align: center;
}
#panel {
	width: 60%;
	border:1px solid #000000;
}
#panelbarleftoff {
	width: 50%;
	border:1px solid #006421;
	padding:1;
	text-align:left;
	float:left;
}
#panelbarlefton {
	width: 50%;
	border:1px solid #006421;
	background: #007927;
	padding:1;
	text-align:left;
	float:left;
}
#panelbarrightoff {
	width: 50%;
	border:1px solid #006421;
	padding:1;
	text-align:center;
	float:left;
}
#panelbarrighton {
	width: 50%;
	border:1px solid #006421;
	background: #007927;
	padding:1;
	text-align:center;
	float:left;
}
#panelprijzenoff {
	padding:2;
	text-align:left;
	font-size: .75em;
}
#panelprijzenon {
	width: 50%;
	background: #007927;
	float:right;
}
#panelstemmingenpane {
	background: #007927;
}
#panelstemmingenboxes {
	text-align:left;
	width: 75%;
}
#panelstemmingenbutton {
	text-align:center;
}
#picsbar {
	text-align:center;
	width: 100%;
}
#smallpicholder {
	width: 33%;
	text-align:center;
	float:left;
}
#smallpic {
	width: 200;
	text-align:left;
}
#smallpictext {
	width: 180;
}
#locationbar {
	border:2px solid #003300;
	background: #007927;
	text-align:center;
}
#copyrightbanner {
	width: 550px;
	text-align:center;
	font-size: .75em;
}
#panelextratexttop {
	width: 100%;
	background-color: #007927;
	border: 1px solid #999966;
	padding: 5px;	
	text-align: left;
}