body {
	background-color: #ffffff;
}

body,td,p,span {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
}

navigation {
	border-top: 1px solid #c6c6c6;
}

.navlink:link, .navlink:visited {
	font-weight: bold;
	color : #9f9f9f;
	text-decoration: none;
}
.navlink:hover {
	color : #004a80;
	font-weight: bold;
	text-decoration : none;
}

.title_orange {
	color : #004a80;
	font-weight: bold;
	line-height: 18px;
}

.title_article {
	color : #004a80;
	font-weight: bold;
	line-height: 24px;
	font-size: 16px;
}

.title_white {
	color : #ffffff;
	font-weight: bold;
	line-height: 18px;
}

/* links */

.white_link:link, .white_link:visited {
	color : #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.white_link:hover {
	color : #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.title_orange:link, .title_orange:visited {
	color : #004a80;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

.title_orange:hover {
	color : #004a80;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}

.title_white:link, .title_white:visited {
	color : #ffffff;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

.title_white:hover {
	color : #ffffff;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}

.tnewslink_orange:link, .tnewslink_orange:visited {
	color : #004a80;
	font-weight: bold;
	line-height: 16px;
	text-decoration: none;
}

.tnewslink_orange:hover {
	color : #004a80;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
}

/* general */

.grey_productfocus {
	background-color: #f1f1f1;
	background: url('/img/prodfocus.bg.gif');
	height: 250px;
	padding: 10px;
}

.orange_crash {
	background-color: #eb7400;
	background: url('/img/crash.bg.gif');
	height: 250px;
	padding: 10px;
}

.imgborder {
	border: 1px solid #ffffff;
	padding: 5px;
}

/* footer */

.footer {
	font-size: 10px;
	color: #ababab;
}

.footer_link:link, .footer_link:visited {
	font-size: 10px;
	color : #909090;
	text-decoration: none;
}
.footer_link:hover {
	font-size: 10px;
	color : #525252;
	text-decoration : underline;
}

a:link, a:visited {
	color : #242424;
	text-decoration: underline;
}
a:hover {
	color : #525252;
	text-decoration: none;
}

/* form related */

.inputfield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #a2a2a2;
	background: #ffffff;
	color: #525252;
	padding-left: 5px;
}

.smallbutton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #a2a2a2;
	background: #ffffff;
	color: #5a5a5a;
}	

.button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #a2a2a2;
	background: #ffffff;
	color: #004a80;
	padding: 2px;
}		

.contentbutton {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #a2a2a2;
	background: #ffffff;
	color: #525252;
	padding: 1px;
}

.error {
	color: #ff0000;
}

.error_link:link, .error_link:visited {
	color : #ff0000;
}
.error_link:hover {
	color : #ff0000;
}

