/* --- start of css --- */


/* --- colors -- */
.c1 { color: #863; }
.c2 { color: #fda; }
.borderc1 { border-color: #863; }
.borderc2 { border-color: #fda; }


/* --- basics -- */
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

div {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

html>body {
}


/* --- page design -- */
body {
	background: #e5e5e5; /* infinit bg color */
	font: normal 80% "Segoe UI", Tahoma, Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

div#main {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 8px 8px 8px 128px;
	background: #e5e5e5 url(images/main.gif) left top no-repeat; /* main background */
	text-align: left;
}

div#header {
	position: absolute;
	left: 0px;
	top: 110px;
	width: 120px;
	height: 20px;
	z-index: 99;
}

div#content {
	position: relative;
	background: #fff;
	min-height: 600px;
}
* html div#content { /* fixes for IE floats */
  height: 1%; 
  zoom: 1;
} 

div.text {
	padding: 8px 50px 25px 50px;
	width: 800px; /* IE5.5 width */
	w\idth: 700px; /* >=IE6 width */
/*	margin: 8px 50px 25px 50px;
	-webkit-margin-bottom-collapse: separate;
	-webkit-margin-top-collapse: separate;
	-khtml-margin-bottom-collapse: separate;
	-khtml-margin-top-collapse: separate; */
}

div#footer {
	position: relative;
	background: #f4f4f4;
	padding: 4px 16px 4px 16px;
	border-top: 1px solid #ddd;
}
div#footerl {
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 24px;
}
div#footerr {
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 24px;
}


div#logo {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 120px;
	height: 80px;
/* replaced by img tag */
/*	background: url('/images/logo.gif') top left no-repeat; */
}

div#menu {
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 150px;
	width: 128px;
}

div#languages {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 4px 0px 4px 0px;
	text-align: right;
	color: #aaa;
}
div#languages a {
	color: #aaa;
	text-decoration: none;
}
div#languages a:hover {
	background: #eee;
	color: #000;
}
div#functions {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 4px 0px 4px 0px;
	text-align: left;
	color: #aaa;
}
div#functions a {
	color: #aaa;
	text-decoration: none;
}
div#functions a:hover {
	background: #eee;
	color: #000;
}


div#related {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 4px 8px 4px 8px;
	text-align: left;
}
div#related span {
}
div#related a {
	padding: 0 1em 0 1em;
	color: #1A3B64;
}
div#related a:hover {
	background: #bdf;
	color: #000;
}



/* --- menu styles --- */
ul.ml0 {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ml0 li {
	color:#863;
	text-align: left;
	margin: 0 0 32px 0;
	border-top: 1px solid #863;
	width: 120px;
}
ul.ml1 {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.ml1 li {
	text-align: right;
	border: none;
	margin: 0;
	width: 128px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
ul.ml1 li.sel { background: #fff; }
ul.ml1 li:hover { background: #863; }
ul.ml1 a {
	color: #048;
	text-decoration: none;
	width: 120px;
	padding: 4px 8px 4px 0;
	display: block;
}
ul.ml1 li:hover a { color: #fff; }
ul.ml1 a:hover { color: #fff; }














/* --- global helper classes --- */
.block { display: block; }
.tmargin { margin-top: 20px !important; }
.bmargin { margin-bottom: 20px !important; }
.tbmargin { margin-top: 20px !important; margin-bottom: 20px !important; }












/* --- content formats --- */

div#content h1 {
	text-align: left;
/*	text-justify: distribute-all-lines;
	text-align-last: justify; */
	color: #863;
	padding: 1em 0 0.5em 0;
	margin: 0 0 1em 0; /* 180px; */
	font-weight: lighter;
	font-size: 200%;
	letter-spacing: 0.15em;	
	line-height: 120%;
	border-bottom: 1px solid #863;
}
div#content h2 {
	color: #863;
	padding: 0 0 0.5em 0;
	margin: 1em 0 0 0;
	font-weight: normal;
	font-size: 144%;
	letter-spacing: 0.1em;
	line-height: 120%;
	background: transparent;
}
div#content h3 {
	color: #aaa;
	padding: 0 0 0.5em 0;
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0.1em;
	line-height: 110%;
}
div#content h4 {
	color: #aaa;
	padding: 0 0 0.5em 0;
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 100%;
}
.top {
	margin-top: 0;
}

div#content p {
	text-align: justify;
	margin: 0 0 0.75em 0;
	padding: 0;
	line-height: 150%;
}
div#content a {
	color: #1A3B64;
}
div#content a:hover {
	color: #4990C6;
	background: #f8f8f8;
}
.nodeco {
	text-decoration: none;
}
a div {
	text-decoration: none;
}
a img {
	text-decoration: none !important;
	border: 0;
}
a.block {
	display: block;
	text-align: center;
	text-decoration: none;
}
div#content h3 a {
	text-decoration: none;
}
div#content .table {
	border-top: 1px solid #1A3B64;
	border-bottom: 1px solid #1A3B64;
	border-collapse: collapse;
	empty-cells: show;
}
div#content .table td {
	border-top: 1px solid #4990C6;
	border-bottom: 1px solid #4990C6;
	vertical-align: top;
	padding: 0.25em;
}

div.lstable {
	position: relative;
	margin: 20px 0 20px 0;
}

.logos {
	margin: 0;
	padding: 0;
}

.logos img {
	margin: 0 0.5em 0 0.5em;
	text-decoration: none;
}






.t { color:#f00; } /* to translate */






.link {
	cursor: pointer;	
}
.link:hover {
	background: #f8f8f8;
}

div#bannerright {
	position: absolute;
	left: 840px;
	top: 60px;
	width: 128px;
	height: 730px;
	border: 1px solid #aaa;
}




/* images with overlay full view */
.imgo {
	cursor:url('/images/cur_zoom.gif') 11 11,auto;
}





/* loudspeaker logos */
.logosxxxxx { 
	margin-top: 16px;
	margin-bottom: 16px;
}



/* electronic list */
.unit {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 32px 0px;
}
.features {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.features {
	list-style-type: square;
	padding-left: 0px;
	margin-left: 16px;
	color: #863;
}

/* special table formats */
table.table_hsep {
	border-collapse:collapse;
}
table.table_hsep * td {
	border-top: 1px solid #863;
	border-bottom: 1px solid #863;
}
table.noborder * td {
	border: none;
}


/* ls mode box */
.lsmode {
	font-size: 80%;
}

/* tech data box */
.tech {
	font-size: 80%;
}


/* rounded borders */
.b1 { margin:4px 0 4px 0; }
.b1c1 { background: transparent url('/images/border1tl.gif') 0% 0% no-repeat; }
.b1c2 { background: transparent url('/images/border1tr.gif') 100% 0% no-repeat; }
.b1c3 { background: transparent url('/images/border1bl.gif') 0% 100% no-repeat; }
.b1c4 { background: transparent url('/images/border1br.gif') 100% 100% no-repeat; padding:8px 8px 0 8px; }
.b1 h4, .b1 h3, .b1 h2 {
	color: #863 !important;
	margin-top:0 !important;
	padding-top:0 !important;
	text-transform:uppercase; /* font-variant:small-caps; */
}


/* old (not IE6 comp)
.b1	{ position:relative;
	margin:4px 0 4px 0;
	padding:8px;
	background:none;
}
.b1 *, .b1c {position:relative; z-index:1; }
.b1c1, .b1c2, .b1c3, .b1c4 {
	background:transparent url('/images/border2.gif') no-repeat;
	position:absolute;
	font-size:1px;
	border:1px solid green;
}
.b1c1, .b1c2 { top:0px; bottom:16px; }
.b1c1, .b1c3 { left:0px; right:16px; }
.b1c2, .b1c4 { right:0px; width:16px; }
.b1c3, .b1c4 { bottom:0px; height:16px; }
.b1c1 { background-position: 0% 0%; }
.b1c2 { background-position: 100% 0%; }
.b1c3 { background-position: 0% 100%; }
.b1c4 { background-position: 100% 100%; }
.b1 h4, .b1 h3, .b1 h2 {
	color: #863 !important;
	margin-top:0 !important;
	padding-top:0 !important;
	text-transform:uppercase;
}
*/




/* --- end of css --- */
