body, html {
	margin:0;
	padding: 0;
}
 
body {
	background-color: #fff;
	color: #0b6f1c; 
	font-family: Georgia, "Times New Roman", serif;
	height: 100%;
	font-size: 13px;
	margin-top:5px;
}
 
form {
	margin: 0;
	padding: 0;
}
 
form div {
	color: #fcff00;
}

.Columns span {
	width:180px;
	float:left;
	padding:5px;
	border-right:1px #0b6f1c solid;
	text-align:left;
	}
	
#dubbel {
	width:380px;
	float:left;
	text-align:center;
		border-right:1px #0b6f1c solid;
	}	
	
#bars {
	height:80px;
	}	

#wrap {
	width:980px;
	max-width:980px;
	min-width:980px;
	margin:0 auto;
	}


 
h1 {
	font-size: 19px;
	color: #291200;
}
 
h2 {
	color: #0b6f1c;
	font-size: 12px;
	font-weight: normal;
	letter-spacing:2px;
	text-transform:uppercase;
	line-height:20px;
}
 
h3 {
	color: #df001b;	
	font-size: 11px;
	font-weight: bold;
}
 
input, textarea {
	border: none;
	padding: 5px;
	width: 263px;
}
 
form em {
	float:right;
	font-size:10px;
	padding-right:0px;
	padding-top:2px;
}
 
a {
	text-decoration: underline;
	color: #0b6f1c;
}
 
 
a.underline {
	text-decoration: underline;
}
 
.fakecheck:hover {
	text-decoration:underline;
}
 
.fakechecked {
	background-position: left -15px !important;
}
 
.fakecheck {
	background: transparent url(/media/4900/checbox.png) no-repeat scroll left 4px;
	padding:3px 0 0 20px;
}
 
#content {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
}
 
#body {
	background-color: #291200;
	padding-bottom: 1px;
}

#sidebar {
	z-index:9001;
	position:relative !important;
	top:-95px;
	right:20px;
	float:right;
}

#logo {
	position:relative;
	left:5px;
}

#navigation {
	position:relative;
	top:-325px;
	left:10px;
	float: left;
	/*margin-left: 33px;*/
	margin-right: 15px;
	/*margin-top: 15px; pga br chromefix*/
	width: 127px;
	background:#e30016;
	padding:10px 0;
}

#verticalmainmenu h2,
#verticalmainmenu h2 a {
  margin: 0;
  padding: 0;
  line-height: 21px;
  padding-left: 10px;
  font-family: Helvetica, Arial, serif; 
  font-size: 95%; 
  color: #ef0;
}
#verticalmainmenu #subsub h2 {
  padding-left: 30px;
}
#verticalmainmenu div {
  background: #e30016;
  height: 17px;
  width: 127px;
  margin-bottom: 1px;
}
#verticalmainmenu div.aktiv {
  background: #e30016;
}
#verticalmainmenu div.aktiv h2 {
  font-weight: bold;
}

#verticalmainmenu #subsub h2 a {
	font-weight:normal !important;
}

 
#header {
	background:#291200;
	height: 400px;
	width: 1024;
	overflow: hidden;
}
 
#innerbody {
	width: 654px;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
	top: -50px;
}
 
#about {
	float: left;
	width: 300px;	
}
 
#howtoparticipate {
	float: right;
	width: 300px;
}
 
#panel {
	background-color: #e3001c;
	position: relative;
	padding: 10px 25px;
	margin-bottom: 10px;
	clear: both;
}
 
.panelForm {
	#height: 320px;
}
 
#paneltopleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 25px;
	background: transparent url('/media/15744/panel_top_left.jpg') no-repeat left top;
}
 
 
#paneltopright {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 25px;
	background: transparent url('/media/15771/panel_top_right.jpg') no-repeat left top;
}
 
#panelbottomleft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18px;
	height: 25px;
	background: transparent url('/media/15781/panel_bottom_left.jpg') no-repeat left top;
}
 
 
#panelbottomright {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 25px;
	background: transparent url('/media/15776/panel_bottom_right.jpg') no-repeat left top;
}
 
#formleft {
	float: left;
	width: 273px;
	font-size: 12px;
}
 
#formright {
	float: right;
	width: 273px;	
	font-size: 12px;
}
 
/*#about_competition {
	background: transparent url('/media/19105/about.jpg') no-repeat left top;
	width: 1024px;
	height: 114px;
}*/
 
#footer {
	margin-top: -30px;
}
 
#label {
	margin-left: 5px;
	margin-bottom: 2px;
}
 
#labelText {
	float: left;
}
 
#textinput {
	margin-bottom: 10px;
}
 
#accept_information,
#accept_terms {
	width: auto;
}
 
#motivation {
	height: 64px;
}
 
#submitted_message {
	display: none;
	margin: 0 auto;
	font-size:20px;
	padding: 15px 0;
}
 
#submit_wrapper {
	position: relative;
}
 
#submit_loader {
	position: absolute;
	right:5px;
	top:6px;
	display: none;
}
 
#competitionterms {
	display: none;
}
 
div#fancy_div {
	background-color: #fff !important;
	color: #000 !important;
}
 