@charset "utf-8";
/* CSS Document */

body {
	color: #2c2d2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-color: #333333;
	background-image: url(../site_img/basissok_page_yellow.png);
	background-repeat: no-repeat;
}
#div{
	margin-top: 50px;
	margin-left: 50px;
	padding: 10px;
	float: left;
	font-size: 11px;
	text-align: left;
}
h1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #777890;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #777890;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #0099FF;
}
a:active {
  color: #383644;
}
.transparantie {
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.5;
	background-color: #FFFFFF;
	padding: 10px;
	color: #000;
}
#formulier{
	margin-top: 50px;
	margin-left: 50px;
	padding: 10px;
	float: left;
	font-size: 11px;
	text-align: left;
}
#formulier label, input, select {
	padding: 2px;
	font-size: 10px;
}
#content {
	border: 10px solid #CCCCCC;
}
#boxRight {
	float: right;
}
#boxRight ul, ol{
	text-align: left;
}
#inlineBox {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.limmerick{
	text-transform: uppercase;
	color: #F2F2F2;
	font-size: 14px;
	width: 320px;
	font-family: "Trebuchet MS";
	margin-top: 120px;
}
.Spreekwoord{
	text-transform: uppercase;
	color: #000000;
	font-size: 12px;
	font-family: "Trebuchet MS";
	padding-top: 20px;
}
.divBorder {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
