html, body {
	background-color:rgb(242,242,242);
	margin-left:0px;
	margin-top:0px;
	}
	#top_section {
		background-color:rgb(102,102,152);
		width:940px;
		padding:0px;
		border_with:0px;
	}
	#kopf_bereich {
		border:none;
		border_style:none;
		border_color:transparent;
		border_with:0px;
		max-height:65px;
		margin-bottom:0px;
	}
	#top_navigation {
		position:relative;
		border:none;
		margin-top:0px;
		top:0px;
		left:0px;
		height:16px;
		background-color:rgb(102,102,152);
	}

	a.top_link {
		display:block;
		position:absolute;
		top:-2px;
		text-align:center;
		hight:18px;
		font-family:"MS Sans Serif", sans-serif;
		font-size:12px;
		font-weight:bold;
		padding-top:1px;
		padding-left:15px;
		padding-right:15px;
		padding-button:1px;
		text-decoration:none;
		border_with:0px;
		z-index:2;
		background-color:rgb(102,102,152);
	}
	a.top_link:link, a.top_link:visited {
		color:white;
		background-image:url(../bilder/topnav1.png);
		background-position:top right;
		background-repeat:no-repeat;
		background-color:rgb(245,240,205);	
	}
	a.top_link:hover, a.top_link:active {
		color:yellow;
		background-image:url(../bilder/topnav2.png);
		background-position:top right;
		background-repeat:no-repeat;
		background-color:white;	
	}

	a#home {
		bottom:0px;
		left:20px;
		z-index:3;
	}
	a#product {
		bottom:0px;
		left:100px;
		z-index:3;
	}
	a#motorola {
		bottom:0px;
		left:220px;
		z-index:3;
	}
	a#kontakt {
		bottom:0px;
		left:840px;
		z-index:3;
	}
	
	a#home:hover, a#home:active,
	a#product:hover, a#product:active,
	a#motorola:hover, a#motorola:active,
	a#kontakt:hover, a#kontakt:active {
		z-index:9;
	}
	

