html {
	height:100%;
}

* html #wrap {height:100%}

body {
	margin:0;
	padding:0;
	height:100%;
	background: #FFFFFF url('images/bg.png') repeat-y top left;
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 10pt;
}

img {
	border: none;
}

h1 {
	font-size: 14pt;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color: #e2001a; /*red color*/
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
}

h1 a, h1 a:active, h1 a:visited, h1 a:hover {
	color: #e2001a;
	text-decoration: none;
}

h2 {
	color: #e2001a; /*red color*/
	font-size: 10pt;
	display: block;
	margin-bottom: -1em; 
	font-family: arial,helvetica,sans-serif;
}


hr {
color: #e2001a; /*red color*/
background-color: #e2001a; /*red color*/
}


#wrap {
	min-height:100%;
	margin:auto;
	position:relative;
}

#innerwrap {
	margin: 0;
	padding:0;
}
#innerwrap:after {
	content:" ";
	display:block;
	clear:both;
}
#left {
	float:left;
	width:222px;
	background: url('images/sintopdak.png') no-repeat top left;
	text-align:center;
	font-size: 10px;
	line-height: 20px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 145px;
	color: #FFFFFF;
	margin: 0;
	margin-right: 20px;
}

#main {
	position:relative;
	padding-right: 100px;
	margin-left: 300px;
	font-size: 10pt;
	line-height: 1.5em;
	padding-bottom: 219px;
}

#header {
	padding-top: 20px;
	margin-bottom: 5.5em;
}

#logo {
	background: url('images/logo.png') no-repeat top;
	height: 73px;
	float:left;
}

#logo_home {
	background: url('images/home_logo.png') no-repeat top;
	height: 73px;
	float:left;
}

#footer {
   position: absolute;
   bottom: 0;
   left: 222px;
   right: 0;
   background-image: url('images/dak.png');
   height: 219px;
}
#frontpage {
	color: #000000;
	background: #FFFFFF url('images/bg.png') repeat-y top left;
}

#frontpage h1 {
	color: #e2001a;
	font-size: 16pt;
	font-weight: bold;
}

#frontpage #menu li {
	background-image: url('images/wit_ruit.png');
}

#frontpage #menu li.selected, #frontpage #menu li:hover {
	background-image: url('images/blauw_ruit.png');
}

#menu {
	position: absolute;
	background-color: #e2001a;
	left: 0;
	width: 222px;
	height: auto;
	color: #FFFFFF;
	font-family: Arial,helvetica;
	font-size: 8pt;
	text-align: right;
	z-index: 1;
}

#menu ul {
  position: relative;
  top: 1em;
  direction: rtl;
  padding: 0;
  margin: 0;
  display:block;
  list-style:none;
}

#menu ul li.selected {
   background-image: url('images/wit_ruit.png');
   background-repeat: no-repeat;
}

#menu ul li {
  background-image: url('images/blauw_ruit.png');
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0;
  margin: 2em 1em;
  min-height: 25px;
  padding-right: 33px;
  text-align: right;
}
#menu ul li a {
	display:block;
}

#menu ul li.main:hover {
	background-image: url('images/wit_ruit.png');
}

.sponsors {
	margin-top: 5em;
	margin-left: 1.5em;
	padding: 0;
}

.sponsors.a {
  display: block;
  float: left;
  margin: 5px;
  width: 180px;
  height:140px;
  line-height:150px;
  text-align: center;
}

.sponsors.a.breedlogo {
  width: 371px;
}

.sponsors.a img {
  margin: 0 auto;
  border: 0;
}

#intro {
	font-weight: bold;
}

.imageintext {
	float: right;
	clear:right;
	padding:0;
	line-height: 1px;
	margin-right: -100px;
}
.bestuurfoto {
	float:left;
	position:relative;
	text-align:center;
	margin-right:10px;
	display:inline;
}

.bestuurfoto_extra {
	float: left;
	text-align:center;
	margin-right:10px;
}

.spacer {
	float: none;
	clear:both;
}

ol li {
	margin-left: -1.4em;
}

ol li.bold {
	color: #e2001a;
	font-weight: bold;
	list-style: none;
}

ol h2 {
	margin:0em;
}

#menu a { text-decoration: none; }
#menu a:link { color: #FFFFFF; }
#menu a:visited { color: #FFFFFF; }
#menu a.main:link { color: #e2001a; }
#menu a.main:visited {color:#e2001a;}

a, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
	color: #e2001a;
}

.bijdragebox {
	border: 1px black solid;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #e2001a;
	padding: 4px; 
}

.bijdragebox a, .bijdragebox a:visited {
	color: #e2001a;
}

#contactpersonen {
	width: 80%;
	border: 0;
}

.quote {
	color: 	#505050;
}

#contactinfo {
	width: 60%;
	border: 0;
}

label {
	font-weight: bold;
}

.textfield {
	border: 1px black solid;
	background-color: #FFFFFF;
	color: #000000;
	margin-bottom: 5px;
	margin-left: 10px;
}

.submitbutton {
	background-color: #FFFFFF;
	color: #e2001a;
	border: 1px black solid;
	font-weight: bold;
	font-size: 14px;
}

.validate {
	visibility: hidden;
}

