@charset "utf-8";
/* CSS Document */

body {
	background:#cdcdcd;
	margin:0;
	padding:5px;
}


/*----Blocks----*/
#container {
	position:relative;
	width:960px;
	height:500px;
	margin:0 auto;
}

#container2 {
	position:absolute;
	left:0;
	width:655px;
}

#navbar {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
	background:url(../images/navbar.png) repeat-x;
}

#subplane {
	position:absolute;
	top:80px;
	left:0;
	width:100%;
	height:300px;
	background:url(../images/80p.png);
}

#mainsponsor {
	position:absolute;
	top:95px;
	left:10px;
	width:600px;
	height:100px;
	border:5px solid #21a431;
	text-align:center;
}

#slideshow {
	position:absolute;
	top:80px;
	left:0px;
	height:300px;
	width:655px;
	background:#555;
}

#content {
	position:absolute;
	top:380px;
	left:0;
	width:490px;
	height:auto;
	padding:0 10px 5px 15px;
	background:#FFF;
}

#q {
	position:relative;
	min-height:400px;
}

#bar {
	width:100%;
	height:15px;
	background:#21a431;
	margin-top:10px;
}

#footer {
	width:100%;
	font:0.7em Arial, Helvetica, sans-serif;
	text-align:center;
	color:#333;
	text-decoration:none;
	margin:5px;
}

#footer a, #footer a:visited {
	color:#333;
	text-decoration:none;
}

#sponsoren_container {
	position:absolute;
	top:380px;
	left:515px;
	width:120px;
	height:auto;
	padding:0;
}

#sponsoren_content {
	position:relative;
	top:0;
	left:0;
	width:120px;
	height:380px;
	padding:10px 10px 0 10px;
	background:#FFF;
}

#sponsoren_low {
	position:relative;
	top:0;
	left:0;
	width:140px;
	height:40px;
	background:url(../images/corners140x40.png) no-repeat;
}

#logo {
	position:absolute;
	top:15px;
	left:5px;
	width:240px;
	height:70px;
	background:url(../images/logo.png) no-repeat;
}

#invitation {
	position:absolute;
	top:90px;
	left:610px;
	height:400px;
	width:328px;
}

#invitation_top {
	height:40px;
	width:328px;
	background:url(../images/invitation_top.png) no-repeat;
}

#invitation_mid {
	height:320px;
	width:328px;
	background:url(../images/invitation_mid.png) repeat-y;
}

#invitation_low {
	height:40px;
	width:328px;
	background:url(../images/invitation_low.png) no-repeat;
}

/*----Typography----*/

h1 {
	font:1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	color:#333;
}

a, a:visited {
	color:#06F;
}

h1:first-letter {
	color:#21a431;
	font-size:1.2em;
}

h2 {
	font:0.9em Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2:first-letter {
	color:#21a431;
}

p {
	font:0.8em  Verdana, Geneva, sans-serif;
	margin:0 0 10px 0;
	text-align:justify;
}

p.hidden {
	display: none;	
}

li {
	font:0.8em  Verdana, Geneva, sans-serif;
	margin:0 5px 5px 5px;
	text-align:left;
}

.left p {
	text-align:left;	
}

p.right  {
	width:
	text-align:right;
}

.error_list {
	color: #FF0000;	
}

/*----Tables----*/
table.inschrijven {
	width:490px;
	border-collapse:collapse;
}

table.inschrijven, table.inschrijven th, table.inschrijven td {
	border:0;
}

table.inschrijven th {
	text-align:left;
	font:1em Arial;
	color: #222;
	vertical-align:top;
}

table.inschrijven .verzenden {
	text-align: right;
	margin: 4px 0;	
}

table.inschrijven .verzenden input {
	display: inline;
	border: 1px solid #21a431;
	margin:10px 5px;
	padding-bottom: 2px;
	width:150px;
}

table.inschrijven .verzenden input:hover {
	background: #21a431;
	color: #222;	
}

table.inschrijven ul {
	margin:0;	
}

table.inschrijven ul li {
	display: list;
	border: 0;
	font-size:1em;
 }
 
table.inschrijven ul li input {
	vertical-align: middle;
 }

/* 
table.inschrijven input {
	display: inline-block;
	border: 1px solid #21a431;
	width: 225px;	
} */

table.inschrijven td {
	font:0.8em  Verdana, Geneva, sans-serif;
	text-align:left;
	padding:3px;
}

table.inschrijven ul {
	list-style: none;
	padding:0;	
}

.inschrijvingen {
	vertical-align:top;
	border:0px;
	font-size:1em;	
}

table.inschrijvingen {
	margin:5px 30px 5px 30px;	
}

.uitslagen {
	vertical-align:top;
	border:0px;
	font-size:1em;	
}

table.uitslagen {
	width:440px;
	margin:5px 30px 5px 30px;
    font:0.9em  Verdana, Geneva, sans-serif;
}

th.uitslagen {
	text-align:left;
	font-weight:bold;
}

table.uitslagen tr:hover {
	background:#CCC;
}

/*----Images----*/
img {
	border:0px;	
}

a img {
	border:0px;	
}

/*----Menu----*/

#menu {
	position:absolute;
	top:0;
	right:0;
	width:auto;
	font:14pt Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0 10px;
}

#menu ul {
	margin:10px 0;
}

#menu ul li {
	display:inline;
	list-style:none;
	margin:0 0 0 15px;
}

#menu ul li a, #menu ul li a:visited {
	color:#313131;
	text-decoration:none;
}

#menu ul li.active a, #menu ul li.active a:visited {
	color: #FFF;
}

#menu ul li a:hover {
	text-decoration:underline;
}

/*---Level deeper---*/

#menu ul li ul {
	position:absolute;
	top:44px;
	right:0;
	display:none;
	height:20px;
	text-align:center;
}

#menu ul li.active ul li a, #menu ul li.active ul li a:visited {
	color:#000;	
}

#menu ul li ul li.active a, #menu ul li ul li.active a:visited {
	color:#21a431;	
}

#menu ul li.active ul {
	display: block;	
}

/*----Search----*/

#search {
	position:absolute;
	top:40px;
	right:0;
	height:40px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
