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

/**************************************************/
/******************* Allgemeines ******************/
/**************************************************/
html {
	background-color:#ffffff;
	height:100%;
}
body {
	height:100%;
	font-size:100.01%;
}

* {
	margin:0;
	padding:0;
}
/**************************************************/



/**************************************************/
/****************** Grundgeruest ******************/
/**************************************************/
#container {
	position:relative;
	top:10%;
	margin:0 auto;
	min-width:45em;
	max-width:75em;
	border-bottom:2px solid #000000;
}
#container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#header {
	position:relative;
	right:0;
	width:100%;
	height:7.5em;
	background-image:url(bilder/header.png);
	background-position:right;
	border-top:2px solid #000000;
	border-bottom:2px solid #000000;
	z-index:2;
}
#logo {
	position:absolute;
	right:1em;
	bottom:-0.3em;
}

#bild {
	position:absolute;
	top:0;
	left:0;
	width:18.75em;
	height:20em;
}
#content {
	position:relative;
	height:20em;
	padding-left:18.75em;
}

#text {
	position:relative;
	overflow:auto;
	height:19em;
	padding:1em 1em 0 1em;
	z-index:1;
}
#logo_keithley {
	position:absolute;
	left:0;
	bottom:-1.7em;
}


/**************************************************/
/******************** Navigation ******************/
/**************************************************/
#navi, #navi ul {
	list-style:none;
} 
#navi {
	position:absolute;
	top:0.7em;
	left:1.5em;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.35em;
}
#navi li {     
	float: left;     
	background-image:url(bilder/list.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:1.2em;
	margin-right:3em;
}
#navi li a {
	color: #666666;
	display:block;
	border-bottom:none;
	padding-bottom:0;
}
#navi li a:hover {
	color:#333333;
}
#navi li ul {     
	position:absolute;
	width:25em;     
	left:-999em;
	background-image:none !important;
	font-weight:normal;
} 

#navi li ul li {
	background-image:none !important;
	padding:0;
	clear:left;
}

#navi li:hover ul, #navi li.sfhover ul {    
	left: auto; 
}

#navi_bottom {
	position:absolute;
	bottom:-2.3em;
	right:0.5em;
	font-size:0.7em;
	list-style:none;
}
#navi_bottom li {
	float:left;
	margin-left:2em;
	line-height:2em;
}
