html {
	height:100%;
	margin-bottom:1px;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #666666;
	font-size: 0.7em;
	text-align: center;
	min-width: 1018px;
}
div {
	margin: 0;
	padding: 0;
}
a {
	color: #076E5D;
}
.hidden {
	display: none;
}
.errormessage {
	color: #9f0a1c;
	background-color: #ffccc0;
	border: 1px solid #9f0a1c;
	padding: 10px;
	font-weight:bold;
}
.successmessage {
	color: #258E09;
/*	background-color: #93EC7B;*/
	background-color: #ccffaa;
	border: 1px solid #258E09;
	padding: 10px;
	font-weight:bold;
}
.single_warning_message {
	color: #9f0a1c;
	font-weight: bold;
}
.summary_warning_message {
	color: #9f0a1c;
	background-color: #ffccc0;
	border: 1px solid #9f0a1c;
	padding: 10px;
	font-weight:bold;
/*	background: #ffc9c0;
	border: 1px solid #ff3300;
	margin: 0px;
	padding: 5px;
	font-weight: bold;*/
}
.warning {
	background: #ffccc0;
	border: 1px solid #9f0a1c;
	margin: 0px;
	padding: 1px;
}
.required {
	border: 1px solid #999;
	margin: 0px;
	padding: 1px;
}
.conditional {
	border: 1px solid #999;
	margin: 0px;
	padding: 1px;
}
div#formfields ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#formfields label {
	width: 10em;
	float: left;
	margin-right: 0.5em;
	display: block
}
div#formfields li {
	padding: 2px 0 2px 0;
}
p.imagecaption {
	font-size: 1em;
	color: #999;
	margin: 0;
	padding: 0;
}
td.label {
	width: 200px;
}

/** Canvas for the content */
div#center {
	text-align: left;
	width: 1018px;
	margin: 0 auto;
}
div#header {
	width: 1018px;
	height: 82px;
	background-image: url(images/bg_top.png);
}
div#logo {
	float: left;
	padding: 27px 0 0 25px;
}
div#shortcuts {
	float: right;
	margin: 17px 27px 0 0;
}
div#shortcuts ul {
	list-style: none;
	margin:0;
	padding:0;
}
div#shortcuts li {
	float: left;
	padding-right: 15px;
}
div#shortcuts a {
	text-decoration: none;
	color: white;
}
div#shortcuts a:hover {
	color: #3da493;
}

/** Top navigation */
div#navigation {
	width: 1018px;
	height: 30px;
	background-image: url(images/bg_navigation2.png);
}
div#navigation ul {
	float: left;
	list-style: none;
	padding: 0 0 0 9px;
	margin: 0;
}
div#navigation li {
	float: left;
	height: 30px;
	border-right: 1px solid #989897;
}
div#navigation li.hover {
	background-image: url(images/topnavi_hover.png);
}
div#navigation li#active {
	background-image: url(images/topnavi_active.png);
}
div#navigation a {
	position:relative; 
	top:7px;
	text-decoration: none;
	padding: 5px 15px 0 15px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

/** coloured line below the top navigation indicating the UPS series */
div#indicator {
	background-image: url(images/bg_center.png);
	background-repeat: repeat-y;
	width: 1018px;
	padding: 0 7px 0 9px;
	margin: 0;
}
div#indicator img {
	border: 0;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 12px;
}

/** Main content area below the top navigation */
div#content {
	background-image: url(images/bg_center.png);
	background-repeat: repeat-y;
	width: 1002px;
	padding: 30px 8px 30px 9px;
	float: left;
}
div#content label.fieldname {
/*	font-style:italic;
	color:#666;*/
}
div#content input.userinput {
}
div#content h1 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
	padding: 0;
}
div#content h2 {
	clear:both;
	font-size: 1.2em;
	font-weight: bold;
}
div#content h3 {
	font-size: 1.1em;
}

/** left column (sub navigation) */
div#column_left {
	float: left;
	width: 190px;
	padding: 0 30px 0 20px;
}
div#column_left ul {
	list-style: none;
	margin:0;
	padding:0;
}
div#column_left li {
}
div#column_left h3 {
	margin: 0;
	padding: 6px 6px 6px 11px;	
	font-size: 1.1em;
	color: white;
}
div.subnavigation_header {
	width: 190px;
	height: 29px;
	margin-top: 1px;
	background-image: url(images/subnavi_link.png);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}
div.subnavigation_header a {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
div.subnavigation_header_hover {
	width: 190px;
	height: 29px;
	margin-top: 1px;
	background-image: url(images/subnavi_hover.png);
	background-repeat: repeat-x;
	border: 1px solid #4bd0bc;
}
div.subnavigation_header_hover a {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
div.subnavigation_content {
	width: 190px;
	border: 1px solid #c7c7c7;
}
div.subnavigation_content li {
	padding: 1px 0 1px 0;
}
div.subnavigation_content a {
	text-decoration: none;
	color: black;
	padding: 3px 0 3px 11px;
}
div.subnavigation_content a:hover {
	text-decoration: underline;
	color: #076E5D;
}
div#subactive {
	width: 190px;
	height: 29px;
	margin-top: 1px;
	background-image: url(images/subnavi_active.png);
	background-repeat: repeat-x;
	border: 1px solid #989897;
} 

p.pdfdownload {
	padding-bottom: 20px;
}
div#column_center_right ul {
	clear: both;
}
div#column_center_right ul.service {
	clear: both;
	list-style: none;
}
div#column_center_right ul.verification {
	clear: both;
	margin: 0;
	padding: 0;
}
div#column_center_right li.verification_key {
	float: left;
	width: 150px;
	list-style: none;
	margin: 0;
	padding-bottom: 4px;
	font-style: italic;
}
div#column_center_right li.verification_value {
	list-style: none;
	margin: 0;
	padding: 0 0 3px 160px;
}
div#column_center_right li.icon {
	float: left;
	width: 50px;	
}
div#column_center_right li.text {
	float: left;
}

div#features_garanty table {
	margin:0;
	padding:0;
}
div#features_garanty td.light {
	background-color: #a7dad3;
	color: black;
	padding: 3px 10px 3px 10px;
	border: 0;
}
div#features_garanty td.dark {
	background-color: #65DACA;
	color: black;
	padding: 3px 10px 3px 10px;
	border: 0;
}

td.money {
	text-align: right;
}

/** center: 520px, right: 20-200-20px */
div#column_center {
	float: left;
	width: 520px;
}
div#column_center p {
	line-height:1.5em;	
}
div#column_center h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 2em;
}
div#column_center li {
	padding: 3px;
}
div#column_right {
	float: left;
	width: 200px;
	padding: 0 20px 0 20px;
}

/** center: 20-720-20px */
div#column_right_two_columns {
	float: left;
	width: 720px;
	padding: 0 20px 0 20px;
}

/** center: 20-740-0px */
div#column_center_right {
	float: left;
	width: 740px;
	padding: 0 20px 0 0;
}

div#technical_data img {
	border: 0;
}
div#technical_data table {
	padding: 0;
	margin-bottom: 30px;
	background-color: #f0ffea;
}
div#technical_data td {
/*	width: 170px;*/
}
div#technical_data th {
	text-align: left;
}
div#technical_data th.even {
	background-color: #e0f0e6;
}
div#technical_data td.subheader {
	font-weight: bold;
	padding-top: 8px;
}
div#technical_data td.subcaption {
	font-style: italic;
}
div#technical_data td.thumbnail {
	vertical-align: bottom;	
}

div#ersatzakkus td {
	width: 120px;
}


div.technical_data img {
	border: 0;
}
div.technical_data table {
	padding: 0;
	margin-bottom: 30px;
	background-color: #f0ffea;
}
div.technical_data td {
/*	width: 170px;*/
}
div.technical_data th {
	text-align: left;
}
div.technical_data th.even {
	background-color: #e0f0e6;
}
div.technical_data td.subheader {
	font-weight: bold;
	padding-top: 8px;
}
div.technical_data td.subcaption {
	font-style: italic;
}
div.technical_data td.thumbnail {
	vertical-align: bottom;	
}




tr.even {
	background-color: #e0f0e6;
}
td.even {
	background-color: #e0f0e6;
}
td.even_apc {
	background-color: #c8e4d8;
}
td.even_right {
	background-color: #e0f0e6;
	text-align: right;
}
tr.odd {
}
td.odd {
}
td.odd_apc {
}
td.odd_right {
	text-align: right;
}

div.euronorm table {
	padding: 0;
	margin: 0 0 30px 0;
}
div.euronorm td {
	vertical-align: top;
}
div.euronorm th {
	text-align: left;
	vertical-align: top;
}
div.euronorm td.important {
	background-color: #e0f0e6;
}
div.euronorm td.remarks {
	color: #666;
}
div.example {
	background-color: #b0dfc1;
}
div.euronorm td.example {
	background-color: #b0dfc1;
}

div.infobox_top {
	background-image: url(images/infobox_top_green.png);
	width: 192px;
	height: 10px;
	padding: 0 10px 0 10px;
}
div.infobox_center {
	background-image: url(images/infobox_center_green.png);
	width: 182px;
	padding: 0 15px 7px 15px;
}
div.infobox_center ul {
	list-style-image: url(images/dialog-yes.png);	
	list-style-position: outside;
}
div.infobox_center li {
	margin-left: 20px;
}
div.infobox_center p {
	margin: 0;
	padding: 0 0 10px 0;	
}
div.infobox_center h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
div.infobox_bottom {
	background-image: url(images/infobox_bottom_green.png);
	width: 192px;
	height: 12px;
	padding: 0 10px 0 10px;
}
div.message {
	float:left;
	width:420px;	
}
div.image {
	width: 260px;
	margin-left: 30px;
	float:right;
}
div#bottom {
	background-image: url(images/bg_bottom2.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 33px;
	padding: 2px 0 0 28px;
	float: left;
}
div#bottom a {
	text-decoration: none;
	padding-right:20px;
	color:#666;
}
div#footer {
	color: #999999;
	padding-left: 27px;
	float: left;
}
div#statusindicator {
	float:left;	
}
div#statusindicator ul {
	list-style:none;
	margin: 0;
	padding: 0;	
}
div#statusindicator li {
	float: left;
	width: 140px;
	height: 16px;
	padding: 4px;
	margin: 5px 1px 1px 1px;
	color: #999;
	background-color: #e0f0e6;
}
div#statusindicator li.active {
	color: #000;
	background-color: #afd8ca;
	margin: 1px;
	height: 20px;
	width: 180px;
	font-size: 1.2em;
	font-weight:bold;
}
div#statusindicator li.done {
	color: #000;
	background-color: #afd8ca;
}
div#reset {
	clear: both;
	margin-bottom: 20px;
}
div#statusindicator5 {
	float:left;	
}
div#statusindicator5 ul {
	list-style:none;
	margin: 0;
	padding: 0;	
}
div#statusindicator5 li {
	float: left;
	width: 130px;
	height: 16px;
	padding: 4px;
	margin: 5px 1px 1px 1px;
	color: #999;
	background-color: #e0f0e6;
}
div#statusindicator5 li.active {
	color: #000;
	background-color: #afd8ca;
	margin: 1px;
	height: 20px;
	width: 170px;
	font-size: 1.2em;
	font-weight:bold;
}
div#statusindicator5 li.done {
	color: #000;
	background-color: #afd8ca;
}
div#statusindicator6 {
	float:left;	
}
div#statusindicator6 ul {
	list-style:none;
	margin: 0;
	padding: 0;	
}
div#statusindicator6 li {
	float: left;
	width: 100px;
	height: 16px;
	padding: 4px;
	margin: 5px 1px 1px 1px;
	color: #999;
	background-color: #e0f0e6;
}
div#statusindicator6 li.active {
	color: #000;
	background-color: #afd8ca;
	margin: 1px;
	height: 20px;
	width: 170px;
	font-size: 1.2em;
	font-weight:bold;
}
div#statusindicator6 li.done {
	color: #000;
	background-color: #afd8ca;
}

div.canvas_content {
	width: 190px;
	border: 0px dashed #666867;
	margin-bottom: 20px;
	background-color: #e0f0e6;
	
}
div.canvas_content h1 {
	margin: 9px;
}
div.canvas_content ul {
	margin: 0;
	padding: 0;
}
div.canvas_content li {
	list-style: none;
	padding: 4px 5px 4px 10px;
}
.online_series {
	font-weight: bold;
	font-size: 1.2em;
	height: 40px;
	vertical-align:bottom;
}


/* pull-down menus */
.menuShadow{
	padding: 2px;
	padding-bottom: 0px;
	left: 0px;
	top: 7px;
}
.menuContainer {
	text-align: left;
	background-color: #333;
	margin-top: 5px;
}
.menuContainer .line{
	background-color: #333;
	width: 100%;
}
.menuContainer .line.title {
	text-align: left;
}
.menuContainer .line.title a {
	color: #fff;
	font-size: 1em;
}
.menuContainer td a {
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
}
.menuContainer td.voice {
	border-bottom: 1px solid #999;
	font-size: 1em;
	padding: 5px;
}
.menuContainer .separator {
	background-color: #f1f1f1;
	height: 1px;
}
.menuContainer td.img {
	border-top: 1px solid #f3f3f3;
	text-align: center;
	font-size: 12px;
	color: #c3c3c3;
	background-color: #f9f9f9;
	width: 24px;
	padding: 5px;
}
.menuContainer td.img img {
	width: 20px;
}
.menuContainer .textBox {
	padding: 5px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #c3c3c3;
}
.menuContainer .selected td {
	text-align: left;
	background-color: #666;
	background-image: url("../images/bgnd_sel_2.jpg")
}
.menuContainer .selected td a {
	color:#fff;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image: url("images/menuArrow_w.gif");
	background-repeat: no-repeat;
	background-position: right;
}


#triggers img {
	cursor:pointer;
}
/* the overlayed element */
.apple_overlay {
	display:none;
	background-image:url("images/overlay/white2.png");
	width:385px;		
	padding:40px;
	font-size:11px;
}
.apple_overlay_landscape {
	display:none;
	background-image:url("images/overlay/white_landscape.png");
	width:745px;		
	padding:60px 60px 60px 80px;
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.apple_overlay_landscape div.close {
	background-image:url(images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#quicklink {
	clear:both;
	width:720px;
	background-image:url('/images/hg_quicklinks.png');
	background-repeat:repeat-x;
	margin:0;
	padding:0 140px 0 140px;
}
div#quicklink a {
	text-decoration: none;
	padding-right:20px;
	color:#666;
}