html {
	min-width: 800px;
	margin: 0;
	padding: 0;
}
	
img {
	border: 0;
}
	
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #f00;
}
	
/* Aufteilung der verschiedenen Bereiche */
	
body	{
    background: #ECEFFF;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	font-family: verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, helvetica, sans-serif;
	font-size: 0.9em;
}

div#umschlag {
    background: #ECEFFF url("/i/bg.gif") repeat-y top center;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;
}
	
div#top {
	margin: 0 0 0 1px;
	padding: 0;
	width: 800px;
	height: 104px;
	background: #ECEFFF url("/i/header.jpg") top center no-repeat;
	}
html>body div#top {
	margin: 0;
}	

/* der Content */

div#content {
	font-size: 0.85em;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 410px;
	color: #000;
	text-align: left;
}
	
div#content img {
    margin: 0px;
	border: 0;
}

div#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 5px 5px 5px 0;
	text-align: left;
	border-bottom: 1px solid #000;
	padding: 5px 0 5px 0;
}

div#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 5px 5px 0;
	text-align: left;
	padding: 5px 0 5px 0;
}

div#content ul ol {
	margin: 5px 5px 5px 30px;
	padding: 5px;
	list-style-type: square;
}	

div#content td, div#content th {
	font-size: 0.75em;
	vertical-align: top;
	}
html>body div#content td, html>body div#content th {
	font-size: 1em;
}

div#content p {
	font-size: 1em;
}
	
div#content a:link, div#content a:visited {
    text-decoration: none;
	color: #66a;
	font-weight: bold;
}
	
div#content a:hover {
    text-decoration: none;
	color: #f00;
}

/* linkes Menu */

div#links {
	float: left;
	padding: 0 0 0 13px;
	margin: 0;
	border: 0;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000;
	background: transparent;
	width: 170px;
	text-align: left;
	}
html>body div#links {
	margin: 0 0 0 12px;
	padding: 0;
	width: 172px;
}

div#links img {
	margin-top: 3px;
}
	
div#links ul {
	margin: 4px 0 10px 1px;
	padding: 0;
	list-style: none;
	text-align: left;
}
		
div#links ul li {
	font-size: 100%;
	margin: 1px 0 0 0;
	padding: 0 0 0 4px;
	width: 170px;
	line-height: 1.4em;
	background: #ECEEFF;
	cursor: pointer;
	}
html>body div#links ul li {
	width: 165px;
}
	
div#links a:link, div#links a:visited {
    text-decoration: none;
	color: #000;
}
	
div#links a:hover {
    text-decoration: none;
	color: #000;
}

#menu_home:hover { background: #DFE2FF; } #nav_home { width: 165px; }
#menu_ease30:hover { background: #DFE2FF; } #nav_ease30 { width: 165px; }
#menu_ease40:hover { background: #DFE2FF; } #nav_ease40 { width: 165px; }
#menu_aboutus:hover { background: #DFE2FF; } #nav_aboutus { width: 165px; }

#menu_linearrays:hover { background: #DFE2FF; } #nav_linearrays { width: 165px; }
#menu_cluster:hover { background: #DFE2FF; } #nav_cluster { width: 165px; }
#menu_room:hover { background: #DFE2FF; } #nav_room { width: 165px; }

#menu_tools:hover { background: #DFE2FF; } #nav_tools { width: 165px; }
#menu_upgrade30:hover { background: #DFE2FF; } #nav_upgrade30 { width: 165px; }
#menu_upgrade40:hover { background: #DFE2FF; } #nav_upgrade40 { width: 165px; }
#menu_problems:hover { background: #DFE2FF; } #nav_problems { width: 165px; }
#menu_wishes:hover { background: #DFE2FF; } #nav_wishes { width: 165px; }

#menu_faq_all:hover { background: #DFE2FF; } #nav_faq_all { width: 165px; }
#menu_faq_room:hover { background: #DFE2FF; } #nav_faq_room { width: 165px; }
#menu_faq_eyes:hover { background: #DFE2FF; } #nav_faq_eyes { width: 165px; }
#menu_faq_probe:hover { background: #DFE2FF; } #nav_faq_probe { width: 165px; }
#menu_faq_ears:hover { background: #DFE2FF; } #nav_faq_ears { width: 165px; }
#menu_faq_imex:hover { background: #DFE2FF; } #nav_faq_imex { width: 165px; }
#menu_faq_general:hover { background: #DFE2FF; } #nav_faq_general { width: 165px; }
#menu_faq_search:hover { background: #DFE2FF; } #nav_faq_search { width: 165px; }


/* rechte Seite, nur Index */

div#rechts {
	float: right;
	padding: 0 5px 0 0;
	margin: 0 0 20px 0;
	border: 0;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000;
	background: transparent;
	width: 170px;
	text-align: left;
	}
html>body div#rechts {
	margin: 0 6px 20px 0;
	padding: 0;
	width: 172px;
}

div#rechts img {
	margin-top: 3px;
}

div#rechts h1 {
	margin: 4px 0 0px 1px;
	padding: 2px 0 2px 4px;
	border: 0;
	border-bottom: 1px #000 solid;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	width: 170px;
	}
html>body div#rechts h1 {
	width: 165px;
}

div#rechts p {
	margin: 1px 0 0px 1px;
	padding: 3px 4px 3px 4px;
	list-style: none;
	text-align: left;
	background: #ECEEFF;
	width: 170px;
	}
html>body div#rechts p {
	width: 165px;
	padding: 3px 0px 3px 4px;
}
	
div#rechts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
		
div#rechts ul li {
	font-size: 100%;
	margin: 1px 0 0px 1px;
	padding: 3px 4px 3px 4px;
	width: 170px;
	line-height: 1.4em;
	background: #ECEEFF;
	}
html>body div#rechts ul li {
	width: 165px;
	padding: 3px 0px 3px 4px;
}

div#rechts a:link, div#rechts a:visited {
    text-decoration: underline;
	color: #000;
}
	
div#rechts a:hover {
    text-decoration: underline;
	color: #f00;
}

div#more_news {
	margin: 1px 0 0px 1px;
	padding: 3px 4px 3px 4px;
	list-style: none;
	text-align: left;
	background: #ECEEFF;
	width: 170px;
	}
html>body div#more_news {
	width: 165px;
	padding: 3px 0px 3px 4px;
}

div#more_news:hover {
	background: #DFE2FF;
}
	
div#copyright {
	position: relative;
	clear: both;
	margin: 0 0 0 8px;
	padding: 0;
	border-bottom: 1px solid #000;
	width: 782px;
	height: 19px;
	line-height: 19px;
	font-size: 10px;
	background: #ECEFFF url("/i/footer.gif") bottom center no-repeat;
	}
html>body div#copyright {
	margin: 0 0 0 12px;
}	

div#copyright p {
	margin: 0;
	padding: 0;
}

/* das war die Aufteilung */

.date {
	background: #D2D5E4 url("/i/date_bg.gif") right repeat-y;
	margin: 20px 0 0 0;
	padding: 0 5px 0 0;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt;
	color: #fff; 
	text-align: right;
}

.comment {
	background-color: #E0E0F0;
	margin: 3px 0;
	padding: 3px;
	font-family: Courier; 
	font-size: 8pt;
	color: #000; 
}

.linktxt {
	margin: 0;
	padding: 0;
	color: #000; 
}

.download {
	text-align: left;
	margin: 8px 20px;
	padding: 0;
}

.cite {
	text-align: left;
	margin: 8px 40px 8px 40px;
	padding: 0;
	font-style: italic;
}
