@charset "utf-8";
/* CSS Document */

html, body  {
	margin: 0; 	padding: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #333333;
	background-color: #ffffff;
	font-size: 12px;
}

#base {
	position:absolute;
	top: 0px;
	left: 0px;
	}

.hide {
	display: none;
	}
	
h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
a:link,  a:visited{
	text-decoration: none;
	color: #9CD26A;
}
a:hover {
	text-decoration: underline;
}
/* ------------------------------------HEADER */

#base #header {
	position: absolute;
	left: 300px;
	top: 30px;
	height: 30px;
	width: 350px;
	z-index: 1;
	}

#base h1 a {
	display: block;
	left: 590px;
	width: 500px;
	height: 83px;
	font-size: 2px;
	text-indent: -700em;
	background-image: url(apparati.jpg);
	background-repeat: no-repeat;
	}
	
	/* --------------------------------------- NAVIGATION -------------- */

#nav {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 83px;
	width: 240px;
	z-index: 3;
	}	

#nav ul {
	width: 100px;
	height: 28px;
	}
	
#nav li {
	float: left;
	position: relative;
	}

#nav li a {display:block; height:28px; width:100px; font-size: 2px; text-indent: -1000em; background-position: 0 0px;background-repeat:no-repeat;}
#nav li strong a { background-position: -10px  0px; }
#nav li a:hover { background-position: 5px 0px; }

#nav li a#text {background-image: url(apparati-text.jpg); }
#nav li a#beispiele {background-image: url(apparati-beispiele.jpg); }
#nav li a#kontakt {background-image: url(apparati-kontakt.jpg); }

	/* --------------------------------------- NAVIGATION DEATIL-------------- */
	
	
	
#nav ul.level1 {
	display: block;
	position: absolute;
	TOP: 50px;
	left: 140px;
	width: 120px;
	padding: 0;
	margin: 0;
	line-height: 12px;
	height: 12px;
	white-space: nowrap;
	}

#nav ul.level1  li {
	float: none;
	width: 120px;
	padding: 0;
	height: 12px;
	margin:0;padding: 0; 
	vertical-align: top;
	}
		
#nav ul.level1  li a {
	font-size: 10px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	height: 12px;
	width: 120px;
	color:#66CC00;
	text-indent: 0px;
	}

#nav ul.level1  li strong a {	
	padding: 0; margin: 0; 
	height: 12px;
	width: 120px;
	color:#FF6600;
		text-indent: 0px;
	}

#nav ul.level1  li a:hover {
	width: 120px;
	color:#FF6600;
	}
	
	/* ------------------------------------------------------CONTENT */

#content-site {
	position: absolute;
	top: 113px;
	left: 300px;
	width: 475px;
	height: 400px;
	z-index: 2;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content-site p {
	margin-left: 0px;
	margin-right: 0px;
}
.orange {
	color:#FF9900;
}
#content-site h1 {
	font-weight: bold;
	font-size: 12px;
	color: #FF6600;
}
#content-site h2 {
	font-weight: bold;
	font-size: 12px;
	color: #FF6600;
	background-color:#000000;
}

/* ------------------------------------------------------CONTENT DETAIL*/
#content-site-detail {
	position: absolute;
	top: 113px;
	left: 300px;
	width: 475px;
	height: 400px;
	z-index: 2;

}

.kleiner{
	font-size:10px;}