/*	
**	Bestand:	screen.css
**	Versie:		1.0
**	Datum:		27.02.2007
**	
**	Auteur:		ComputerGarde
**	Website:	www.computergarde.nl
**  Webmaster:	webmaster@computergarde.nl
**
**	Copyright 2007, ComputerGarde
**	Dit bestand en alle komponenten van de website zijn eigendom van ComputerGarde VOF.
** 	Het is niet toegestaan om de programmeer/broncode van dit bestand te wijzigen zonder 
**	de toesteming van ComputerGarde.
*/

body {
  margin: 0;
  padding: 0;
  background-color: #2C63A0;
  color: #000;
  font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#site {
  	margin: 0px auto;
  	padding: 0px;
  	width: 775px;
}

#logo {
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 200px;
}

#logo img {
	border: none;
}

#servicepages {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: right;
	padding-right: 5px;
	width: auto;
	color: #fff;
}

#servicepages a {
	color: #fff;
}

#eyecatcher {
  clear: both;
  margin: 0;
  padding: 0;
  background: transparent url("../images/layout/content_bg.gif") repeat-y top left;
}

#menu-balk a {
    padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	display: inline;
	text-decoration: none;
	border: 1px solid #000;
	background-color: #CCCCCC;
	font-weight: bold;
}

#menu-balk a:hover {
	background-color: #000033;
	color: #fff;
}

#menu-balk ul li a {
  display: block;
  text-decoration: none;
}

#menu-balk ul li a span {
  display: none;
}

#menu-balk ul li a:focus, #menu-balk ul li a:active {
  border: 0;
}

#menu-balk img {
	border: none;
}

#content {
	text-align: left;
	padding: 20px;

	background-image: url("../images/layout/content_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#container 
{
  margin: 0;
  padding: 0;
  width: 775px;
  text-align: center;
  background: transparent url("../images/layout/content_bg.gif") repeat-y top left;
}

#balk-bottom {
  clear: both;
  margin: 0;
  padding: 0;
  width: 775px;
  height: 22px;
  background: transparent url("../images/layout/bottom.gif") no-repeat top left;
}

#paginanaam {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

#broodkruimels {
	margin-bottom: 15px;
}

#broodkruimels a {
	color: #000;
	text-decoration: underline;
}

#broodkruimels a:hover {
	text-decoration: none;
}

#copyright {
	margin-bottom: 10px;
	color: #fff;
}

#copyright a {
	color: #fff;
}

input, textarea {
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

.radio {
	border: none;
}

input:hover, textarea:hover {
	background-color: #eee;
}