html {
	width:100%;
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background: white url('../content_images/html/setra_html_background.jpg') repeat-x;
}

p, ul, li {
	margin: 0;
	padding: 0;
}

a {
	color: #720022;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #720022;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
}

h2 {
	color: #969696;
	font-weight: normal;
	font-size: 16px;
	padding-left: 80px;
}

h3 {
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

hr {
	border: 0px;
	border-top: solid 1px #aeaeae;
	border-bottom: solid 1px #FFFFFF;
}

#safety_list {
	margin-left: 20px;
}

#safety_list li{
	margin-bottom: 10px;
}

#news_date {
	color: #969696;
	font-size: 12px;
	font-weight: bold;
}

#news_anchor {
	color: black;
}

#form_nl_left {
	float: left;
	width: 80px;
}

#form_nl_right {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#form_idb_left {
	float: left;
	width: 130px;
}

#form_idb_right {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#form_info_left1 {
	float: left;
	width: 130px;
}

#form_info_right1 {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

#sales_adress_left {
	float: left;
	width: 270px;
	margin: 10px 30px 0px 0px;
}

#sales_adress_right {
	float: left;
	margin-top: 10px;
}

#container {
	margin: auto;
	padding-bottom: 20px;
	width: 1024px;
	min-height: 720px;
	_height: 720px;
	background: white url('../content_images/html/setra_html_menu_background.gif') repeat-y left;
}

#flash_text_de, #flash_text_en {
	position: relative;
	top: -15px;
	font-size: 9px;
	color: red;
}

#flash_text_de {
	left: 430px;
}

#flash_text_en {
	left: 540px;
}

#flash_text_de a, #flash_text_en a{
	color: red;
	text-decoration: underline;
}

#banner {
	background: url('../content_images/html/setra_html_banner.jpg') no-repeat left;
	width: 100%;
	height: 205px;
}

#menu {
	float: left;
	background: #f5f5f5;
	width: 180px;
	_width: 160px;
	margin: 20px 0px 10px 20px;
}

#content {
	float: left;
	width: 700px;
	margin: 20px 0px 10px 30px;
}

#footer {
	width: 1004px;
	margin: auto;
	text-align: right;
	padding-right: 20px;
	font-size: 10px;
}

#bottom {
	margin: auto;
	background: white url('../content_images/html/setra_html_bottom.gif') repeat-x left;
	width: 1024px;
	height: 14px;
}

#clear {
	clear: both;
}

#text {
	line-height: 1.5;
	font-size: 12px;
}

#further_link {
	font-size: 12px;
}

#technical_table {
	font-size: 11px;
}
#technical_table td{
	border-bottom: solid 1px #d8d8d8;
	height: 25px;
}

#technical_table_left {
	width: 200px;
	height: 1px !important;
}

#technical_table_right {
	height: 1px !important;
}

#history_left {
	float: left;
	width: 350px;
}

#history_right {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-bottom: 30px;
}

ul#navigation_list {
	width: 500px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navigation_list li {
	margin: 0px 15px 0px 0px;
	padding: 0;
	text-align: center;
	float: left;
}

#menu_highlighted {
	font-weight: bold;
	text-decoration: none;
}

.menu_over:hover {
	color: #720022 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.class_over:hover{
	text-decoration: none !important;
}

#menu_highlighted li {
	color: black;
	font-weight: normal;
}

#submenu_higlighted {
	color: #720022;
	text-decoration: underline;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url('../content_images/html/list.gif') no-repeat left center;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 7px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url('../content_images/html/closed.gif') no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview .submenu a{
	color: black;
}

.treeview .submenu a:hover{
	color: #720022;
	text-decoration: underline;
}