* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #111 url('/_grafix/bg.jpg') top left no-repeat;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
	font-size: small;
}

a {
	color: #111;
}

a:hover {
	color: #ac5924;
}

h1 {
	font-size: 145%;
	color: #ffb400;
	font-weight: bold;
}

h1.subtitle {
	font-size: 120%;
	color: #ffb400;
	font-weight: bold;
	line-height: 1em;
}

h2 {
	font-size: 120%;
	color: #f7f9f8;
	font-weight: bold;
}

span.black {
	color: #222;
}

span.small {
	font-size: 12px;
}

br.clear {
	clear: both;
}

img.middle {
	vertical-align: middle;
}


/* container */

#container {
	float: left;
	width: 100%;
}

#container_wrapper {
	float: left;
	width: 875px;
}

#container_spacer {
	float: left;
	width: 25px;
}

#container_inner {
	float: left;
	width: 850px;
	margin-bottom: 35px;
}


/* header */

#header {
	float: left;
	width: 850px;
	height: 130px;
}

#header .logo {
	float: left;
	margin: 12px 0 0 0;
}

#header .lan {
	float: right;
	width: 73px;
	height: 28px;
	background: url('/_grafix/bg_lan.png') top right no-repeat;
	font-size: 11px;
	color: #222;
}

#header .lan a {
	display: block;
	padding: 7px 11px 9px 11px;
	color: #fff;
}

#header .lan a:hover {
	color: #666;
}

#header .lan span {
	display: block;
	padding: 7px 11px 9px 11px;
}

#header .lan_left {
	float: left;
	text-align: left;
}

#header .lan_right {
	float: right;
	text-align: right;
}


/* navigation */

#navigation {
	float: left;
	width: 218px;
	margin-right: 2px;
	background: #ffb400;
}

#navigation ul {
	list-style-type: none;
	width: 188px;
	margin: auto;
	padding: 0;
}

#navigation li {
	width: 188px;
	height: 40px;
	vertical-align: top;
	background: url('/_grafix/nav_line.png') bottom left no-repeat;
}

#navigation li a {
	display: block;
	vertical-align: top; /* IE hack */
	width: 188px;
	height: 38px;
}

#navigation li a:hover, 
#navigation li a.selected { 
	background-position: 0 -38px; 
}

#navigation span {
	display: none;
}

/* sub navigation */

#sub_navigation {
	font-size: 11px;
	margin-top: 10px;
}

#sub_navigation ul {
	width: 160px;
	margin-left: 23px;
}

#sub_navigation li {
	width: 160px;
	height: 15px;
	padding-bottom: 5px;
	background: none;
}

#sub_navigation li a {
	width: 160px;
	height: 15px;
	color: #222;
}

#sub_navigation li a:hover, 
#sub_navigation li a.selected {
	font-weight: bold;
}

#sub_navigation li a.selected {
	text-decoration: none;
}


/* content */

#content {
	float: left;
	width: 630px;
	background: #f7f9f8;
}

#content .title {
	float: left;
	width: 630px;
	height: 100px;
	background: url('/_grafix/bg_title.png') top left repeat-x;
}

ul.list_numbered {
	list-style-type: decimal;
	padding-left: 25px;
}

ul.list_numbered li {
	padding-bottom: 10px;
}

ul.list {
	list-style-type: disc;
	padding-left: 25px;
}

ul.list li {
	padding-bottom: 3px;
}


/* header - title */

#title {
	float: left; 
	width: 580px;  
	padding: 15px 0 0 35px;
}

#title h1 a {
	color: #ffb400;
	text-decoration: none;
}

#title h1 a:hover {
	color: #ffb400;
	text-decoration: underline;
}

#form_icon {
	float: right; 
	width: 140px;
}

/* content */

#content .gutter {
	float: left;
	width: 560px;
	padding: 0 35px 20px 35px;
	line-height: 1.3em;
}

#content span.big {
	display: block;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1em;
}

#bottom_link {
	float: left;
	width: 560px;
	text-align: right;
	margin-top: 15px;
}

#bottom_link a {
	font-weight: bold;
	font-size: 110%;
}

/* rounded block */

#rounded_block {
	float: left;
	width: 560px;
	background: #e9ebea url('/_grafix/rounded_top.png') top left no-repeat;
	margin: 25px 0;
}

#rounded_block .rounded_gutter {
	float: left;
	width: 520px;
	padding: 15px 20px 0 20px;
}

#rounded_block .rounded_bottom {
	float: left;
	width: 560px;
	height: 15px;
	background: url('/_grafix/rounded_bottom.png') bottom left no-repeat;
}

/* rounded form block */

#rounded_form_block {
	float: left;
	width: 560px;
	background: #e9ebea url('/_grafix/rounded_top.png') top left no-repeat;
	margin: 0 0 15px 0;
}

#rounded_form_block .rounded_form_gutter {
	float: left;
	width: 520px;
	padding: 15px 20px 0 20px;
}

#rounded_form_block .rounded_form_bottom {
	float: left;
	width: 560px;
	height: 15px;
	background: url('/_grafix/rounded_bottom.png') bottom left no-repeat;
}

#form_bottom {
	float: left;
	width: 560px;
	height: 30px;
}

#form_bottom .info {
	float: left;
	font-size: 90%;
}

#form_bottom .buttons {
	float: right;
}

/* form */

#form_header {
	float: left;
	width: 510px;
	margin-bottom: 15px;
}

#form_header .left {
	float: left;
	width: 380px;
}

#form_header .right {
	float: right;
	width: 130px;
	font-size: 45px;
	line-height: 0.8em;
	font-weight: bold;
}

#form_header .number {
	float: right;
	overflow: hidden;
	padding-top: 22px;
}

#form table {
	width: 520px;
}

#form tr.subtitle {
	color: #111;
}

#form .radio {

}

#form .err {
	color: #e00;
}

#form tr.spacer {
	height: 12px;
}

#form tr.spacer_small {
	height: 6px;
}

#form tr.spacer_large {
	height: 18px;
}

#form td.form_text,
#form td.err_form_text {
	width: 160px;
}

#form td.err_form_text {
	color: #e00;
}

#form td.err_form_text a {
	color: #e00;
}

#form input.form_field {
	height: 21px;
	font-size: 12px;
	border: 1px solid #222;
	padding: 3px 3px 0 3px;
}

#form textarea {
	height: 50px;
	border: 1px solid #222;
	padding: 3px 3px 0 3px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* extra form elements */

table#checkbox_list {
	width: 325px;
	border: 1px solid #ccc;
	padding: 5px;
}

td.center {
	text-align: center;
}

table#no_width {
	width: 400px;
}

/* genomineerden */

ul.nominees {
	list-style-type: none;
}

ul.nominees li {
	float: left;
	width: 560px;
	padding: 0 0 20px 0;
}

ul.nominees li img.thumb {
	float: left;
	border: 2px solid #000;
	margin-right: 10px;
}

/* partners */

#partner_block {
	float: left;
	width: 560px;
	margin-bottom: 15px;
	font-size: 11px;
}

#partner_block .header {
	float: left;
	width: 560px;
	font-size: 13px;
	background: #e9ebea;
	margin-bottom: 2px;
}

#partner_block .header strong {
	font-size: 14px;
}

span.partner_url a {
	color: #666;
}

span.partner_url a:hover {
	color: #999;
}

#partner_block span.light {
	color: #888;
}

/* innovation */

table#innovation {
	width: 100%;
}

table#innovation th {
	padding: 12px;
	font-size: 14px;
	font-weight: bold;
	background: #ccc;
	text-align: left;
}

table#innovation td {
	vertical-align: top;
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

table#innovation td.subtitle {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	background: #eee;
	padding: 8px;
}


/* history */

#history_text {
	float: left;
}

#history_text img {
	margin-left: 10px;
	vertical-align: middle;
}

#history_text a {
	font-size: 11px;
}

#history_text span.small {
	font-size: 11px;
	font-style: italic;
	color: #666;
	margin-left: 10px;
}

#history_image {
	float: right;
	width: 156px;
	font-size: 12px;
}

#history_image img.main {
	border: 3px solid #222;
	line-height: 1em;
}

#history_image img.icon {
	vertical-align: middle;
	margin-right: 4px;
}

#history_image_viewer {
	float: left;
	width: 520px;
}

#history_image_viewer .left {
	float: left;
	width: 120px;
}

#history_image_viewer .left img {
	width: 100px;
	border: 2px solid #222;
	margin-bottom: 4px;
}

#history_image_viewer .left img.active {
	width: 100px;
	border: 2px solid #a8c900;
	margin-bottom: 4px;
}

#history_image_viewer .right {
	float: right;
	width: 400px;
}

#history_image_viewer .right img {
	border: 3px solid #222;
	margin-bottom: 5px;
}

#history_image_viewer span.grey {
	color: #999;
}

#history_image_navigation {
	float: left;
	width: 400px;
	margin-bottom: 10px;
	font-size: 12px;
}

#history_image_navigation .nav_left {
	float: left;
}

#history_image_navigation .nav_right {
	float: right;
}


/* footer */

#footer {
	float: left;
	width: 630px;
	background: #ffb400;
}

#footer .copy {
	float: left;
	width: 610px;
	padding: 10px;
	color: #fff;
	font-size: 90%;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #eee;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}

