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

* { 
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

body {
	background-image: url(/images/website/background.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #93A2A9;
	text-align: center;
}

body, td, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #C8D3D9;
}

body, td {
	line-height: 15px;
}

a {
	text-decoration: underline;
  color: #C8D3D9;
}

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

h1 {
  font-size: 16px;
  color: #FFFFFF;
	margin-bottom: 10px;
}

h2 {
  font-size: 16px;
  color: #47555E;
	margin-bottom: 10px;
}

h3 {
  font-size: 30px;
	line-height: 30px;
}

h4 {
  font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

br.clear {
	clear: both;
}

div.centercontentOUD {
  position: absolute;
	width: 962px;
	left: 50%;
	margin-left: -446px;
}

div.centercontent {
	width: 962px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#logo_sitenav {
	height: 94px;
}

#logo_rotero {
	float: left;
	margin: 18px 0 0 56px;
}

#sitenav {
	float: right;
	margin: 20px 30px 0 0;
}

#sitenav a {
	margin-left: 20px;
	color: #C8D3D9;
	text-decoration: none;
}

#sitenav a:hover {
	margin-left: 20px;
	color: #C8D3D9;
	text-decoration: underline;
}

#header_startpage {
	height: 250px;
	background-image: url(/images/website/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 179px;
	float: left;
	margin: 25px 0 0 30px;
}

#nav a {
	display: block;
	margin-bottom: 6px;
}

div.dropdown {
	display: none;
	position: absolute;
	padding: 4px 8px 4px 8px;
	background-color: #576670;
	border-right: 1px solid #2F3B43;
	border-bottom: 1px solid #2F3B43;	
	background-image: url(/images/website/arrow_dropdown.gif);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	margin-left: 209px;
}

div.dropdown a {
	display: block;
	padding: 6px 12px 8px 23px;
	background-image: url(/images/website/nav_dropdown_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
}

div.dropdown a.dd_last {
	background-image: none;
}

#header_startpage_content {
	width: 400px;
	float: left;
	margin: 28px 0 0 35px;
	color: #4D5761;
	font-size: 11px;
}

#header_startpage_content a, #header_startpage_content a:hover {
	color: #4D5761;
	text-decoration: underline;
}

#maincontent {
	background-image: url(/images/website/background_main.gif);
	background-repeat: repeat-y;
}

#maincontent_left {
	width: 176px;
	float: left;
	margin: 35px 0 0 30px;
	color: #4B5459;
}

#maincontent_left a, #maincontent_left a:hover {
	color: #4B5459;
	text-decoration: underline;
}

#maincontent_right {
	width: 662px;
	float: left;
	margin: 15px 0 0 60px;
}

#div_home_1 {
	float: left;
	width: 440px;
	background-image: url(/images/website/kader_divider_gradient.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#div_home_1 div {
	padding-right: 21px;
}

#div_home_2 {
	float: left;
	width: 220px;
}

#div_home_2 div {
	padding-left: 20px;
}

#footer {
	background-image: url(/images/website/footer.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
	color: #FFFFFF;
	padding-bottom: 12px;
}

#footer_logos {
	padding: 28px 9px 14px 0;
	margin: 0 200px 0 0;
}

#footer_logos img {
	margin: 0 7px 0 7px;
}

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

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

input {
  color: #000000;
}

span.news {
	font-size: 11px;
}

a.news, a.news:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

table {
	border: 1px solid #72818A;
	border-collapse: collapse;
}

table td {
	border: 1px solid #72818A;
	padding: 2px 3px 2px 3px;
}

hr {
	height: 1px;
	line-height: 1px;
	color: #72818A;	
	background-color: #72818A;
	border: 0;
}
