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

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
		COLOR: #000000;
		TEXT-DECORATION: none;		
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-275px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:550px;
		width:1000px;
		clear:left;
		}
 
  div#left_navi {
    float:left;
    width:451.5px; 
    height:75px;  
  }
  
  div#right_navi {
    float:right;
    width:451.5px; 
    height:75px;  
  }

  div#bottom_content {
    clear:both;
    width:1000px; 
    height:400px;
    background:url(http://www.stechert.de/background.png);
    background-repeat: no-repeat;
  }

  div#bottom_navi {
    width:1000px; 
    height:75px;
  }  
  
  div#logo {
    position:absolute;
    width:97px;
    height:125px;
    left:451.5px;
    top:5px;
    z-index:1;
	overflow: hidden;	
	display:inline;
	background-image:url(http://www.stechert.de/stechert_logo.png);	
	cursor:pointer;	
  }

@media all{
	* html b\ody #logo {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.stechert.de/stechert_logo.png', sizingMethod='scale');
		background:none;
	}
}

ul {
	margin-left: 1.5em; 
	padding-left: 0;
}   
  
a,a:link, a:visited, a:active
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
}

a
{
	FONT-SIZE:8pt;
}

a:hover 
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #999999;
	TEXT-DECORATION: underline;
}

a.ueberschrift 
{
	FONT-SIZE:10pt;
	FONT-WEIGHT:bold;
}

td, div 
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	FONT-SIZE:10pt;
}
  

div.produkt_beschreibung
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	FONT-SIZE:8pt;
}
table.produkt_beschreibung
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	TEXT-DECORATION: none;
	FONT-SIZE:10pt;
}

td.beschreibung, div.beschreibung 
{
	FONT-SIZE:10pt;
}

td.navi_produkte_unten
{
  FONT-SIZE:8pt;
}

a.produkt_navi:hover
{
  font-weight:bold;
}

