
body, h1, h2, h3, h4, h5, h6, form, fieldset, span, p, label, legend, ul, ol, li, dfn, pre
{
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	font-size: .75em;
	font-family: Tahoma, Verdana, sans-serif;
	color: #333;
	background: transparent url("../images/body_bg.png") left 110px repeat-x;
}


/*
 * Header
 */
#header-wrapper
{
	width: 100%;
	height: 110px;
	background: transparent url("../images/header_bg.png") left top repeat-x;
}

#header
{
	position: relative;
	width: 780px;
	height: 110px;
	margin: 0 auto;
}

h1#logo
{
	display: block;
	float: left;
	width: 180px;
	height: 85px;
	background: transparent url("../images/odr_logo.png") left top no-repeat;
}

h1#logo > em
{
	display: none;
}

ul
{
	list-style-position: inside;
	list-style-type: square;
}

ul.tidy
{
	list-style-position: outside;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.tidy > li
{
	margin: 0 0 10px 0;
	line-height: 18px;
}

ul.tidy li a
{
	padding-left: 20px;
	background: transparent url("../images/pdf-icon.jpg") left center no-repeat;
	padding-bottom: 2px;
	padding-top: 4px;
}

/*
 * Navigation
 */
ul#navigation
{
	margin-top: 28px;
	list-style-type: none;
	display: block;
	float: right;
}

ul#navigation > li
{
	display: inline-block;
	font-size: .9em;
	margin-left: -6px;
}

ul#navigation > li > a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	outline: none;
}

ul#navigation > li > a > strong
{
	display: block;
	min-width: 30px;
	height: 36px;
	padding: 14px 16px 0 4px;
}

ul#navigation > li > a:hover, ul#navigation > li > a.active
{
	background: transparent url("../images/nav_bg.png") left top no-repeat;
}

ul#navigation > li > a:hover > strong, ul#navigation > li > a.active > strong
{
	background: transparent url("../images/nav_bg-right.png") right top no-repeat;
}

ul#subnav
{
	display: block;
	margin-top: 3px;
	margin-right: 20px;
	list-style-type: none;
	display: block;
	float: right;
}

ul#subnav > li
{
	float: left;
	margin: 0 2px;
	font-size: .9em;
}

ul#subnav > li > a
{
	position: relative;
	margin-top: 0;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	outline: none;
	margin-bottom: 4px;
}

ul#subnav > li > a > strong
{
	display: block;
	min-width: 30px;
	height: 21px;
	padding: 10px 12px 0 6px;
}

ul#subnav > li > a:hover, ul#subnav > li > a.active
{
	background: transparent url("../images/subnav_bg.png") left top no-repeat;
	color: #fff;
	margin-top: 4px;
	margin-bottom: 0;
}

ul#subnav > li > a:hover > strong, ul#subnav > li > a.active > strong
{
	background: transparent url("../images/subnav_bg-right.png") right top no-repeat;
}

#special
{
	position: absolute;
	left: 20px;
	top: 86px;
	padding-top: 4px;
	color: #fff;
	font-size: .9em;
	vertical-align: top;
}

#special > div
{
	float: left;
}

#language-select > a
{
	display: inline-block;
	height: 8px;
	padding-left: 20px;
	padding-bottom: 4px;
	margin: 1px 6px 0;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	
}

#language-select a.dutch
{
	background: transparent url("../images/icon_dutch.png") left top no-repeat;
}

#language-select a.english
{
	background: transparent url("../images/icon_english.png") left top no-repeat;
}

#language-select > a:hover, #language-select > a.active
{
	background-position: left bottom !important;	
}

#size-select
{
	margin-left: 10px;
}

#size-select > a
{
	display: inline-block;
	height: 14px;
	text-decoration: none;
	cursor: pointer;
	
}

#size-select > a:hover, #size-select > a.active
{
	background-position: left bottom !important;	
}

#special a#size-small
{
	width: 11px;
	background: transparent url("../images/size_adjuster-small.png") left top no-repeat;
}

#special a#size-medium
{
	width: 14px;
	background: transparent url("../images/size_adjuster-medium.png") left top no-repeat;
}

#special a#size-large
{
	width: 15px;
	background: transparent url("../images/size_adjuster-large.png") left top no-repeat;
}

#special a.size-select > em
{
	display: none;
}


div.clear
{
	width: 1px;
	height: 0;
	clear: both;
	overflow: hidden;
}

/*
 * Content
 */
#content-wrapper
{
	width: 800px;
	margin: 0 auto;
	background: transparent url("../images/content_bg-top.png") left top no-repeat;
}

#content
{
	width: 700px;
	min-height: 400px;
	padding: 40px 50px 60px 50px;
	background: transparent url("../images/content_bg-bottom.png") left bottom no-repeat;
}

#content h2
{
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 2.6em;
	letter-spacing: 1px;
	margin: 14px 0 20px 0;
}

#content h3
{
	margin: 14px 0 6px 0;
}

#content img
{
	padding: 2px;
	border: 1px solid #ccc;
}

#content p
{
	margin: 10px 0;
	color: #555;
	font-size: .95em;
	line-height: 140%;
}

#content a
{
	text-decoration: none;
	color: #dd2e35;
}

#content a:hover
{
	border-bottom: 1px dotted #dd2e35;
}

/*
 * Sidebar
 */
#side
{
	margin-top: 28px;
	width: 300px;
	float: right;
}

#side .box
{
	width: 230px;
	margin: 0 auto 10px;
	padding: 10px;
	min-height: 120px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}

#side .box > h3
{
	font-size: 2em;
	font-weight: normal;
	color: #555;
	color: #666;
}

#side .box > h3:first-letter
{
	color: #666;
}


/*
 * Footer
 */
#footer-wrapper
{
	width: 700px;
	height: 46px;
	margin: 0 auto;
	padding: 34px 50px 10px 50px;
	background: transparent url("../images/footer_bg.png") left top no-repeat;
}

#footer
{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: .9em;
}

#footer > ul
{
	list-style-type: none;
}

#footer > ul li
{
	display: inline-block;
	margin: 0 4px;
}

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

#footer a:hover
{
	text-decoration: underline;
	color: #555;
}

/*
 * Copyright
 */
#copyright
{
	width: 200px;
	text-align: center;
	font-size: .9em;
	color: #bbb;
	margin: 0 auto 10px;
}

#copyright > a
{
	color: #bbb;
	text-decoration: none;
}

#copyright > a:hover
{
	color: #ff0000;
	text-decoration: none;
}

/*
 * Tables
 */
 
table
{
	border-collapse: collapse;
	border-color: #ddd;
	margin: 4px 0;
}

td
{
	padding: 2px;
}

/*
 * Forms
 */
 
form
{
	margin: 10px 0;
}

fieldset
{
	border: 0;
	padding-top: 10px;
}

fieldset > fieldset
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 4px 0;
}

fieldset > fieldset > legend
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

legend
{
	font-size: 2em;
	color: #000;
	position: relative;
	top: -20px;
}

label
{
	display: inline-block;
	width: 200px;
	margin: 3px;
	vertical-align: top;
}

input[type=text], textarea
{
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	width: 200px;
	padding: 1px;
	margin: 3px;
}

input[type=radio]
{
	vertical-align: middle;
}

input[type=button]
{
	margin: 10px 0;
	padding: 2px 10px;
	color: #fff;
	font-weight: bold;
	font-size: .9em;
	background-color: #dc2c34;
	border: 0;
	cursor: pointer;
	outline: none;
}

p.notice
{
	margin: 10px;
	border: 1px solid #ddd;
	font-size: 1.1em;
	padding: 5px;
}
