body {
	background-color: #fff;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding:0;
	margin:0;
}

h1 {
	font-size: 15px;
	background-color: #009036;
	padding:5px;
	margin:5px;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 926px;
	min-height: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #999999;
}

/* ----------banner for logo-------------- */
#banner {
	padding: 0px;
	margin: 0px;
}

#banner #rahmen {
	background-color:#7f7f7f;
	padding-left:16px;
	height:		 20px;
	opacity: .8;
	filter: alpha(opacity=80);
}

#banner .toplinks {
	text-decoration: none;
	float:           left;
	font-size:       11px;
	font-weight:     1000;
	text-align:      center;
	display:         block;
	width:           72px;
	height:			 17px;
	color:           white;
	padding-top:	 3px;
}

#banner .toplinksactive {
	text-decoration: none;
	float:           left;
	font-size:       11px;
	font-weight:     1000;
	text-align:      center;
	display:         block;
	width:           72px;
	height:			 17px;
	color:           black;
	padding-top:	 3px;
	background-color:#ffffff;
}

#banner .toplinks a {
	text-decoration: none;
	color:           black;
}

#logo {
	padding: 0;
	float:left;
}

#headertext {
	font-variant:small-caps;
	padding-top:58px;
	padding-left:300px;
	font-size:15px;
	color:#05488E;
}
#headernavi {
	font-variant:small-caps;
	margin-left:798px;
	padding-top:72px;
	margin-bottom:10px;
}
#headernavi a {
	color: #094F93;
	text-decoration: none;
}

.headerSchrift {
	background-color: #223448;
	display:block;
	padding:0px 15px 4px 10px;
	font-variant:small-caps;
	font-size:16px;
	color: #094F93;
	margin: 10px 20px;
	color:#fff;
}

.contentSchrift {
	margin: 10px 20px;
}

#banner img {
	padding:10px 10px 5px 10px;
}
/* -----------------Inhalt--------------------- */
#content {
	min-height:300px;
	padding: 0;
	margin: 0;
}


/* --------------left navigavtion------------- */

#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#right {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}
/* -----------footer--------------------------- */
#footer {
	width:926px;
	clear: both;
	margin: 0px;
	padding: 0px;
	align: center;
	text-align: center;
}

#footer p {
	color:#346394;
	text-transform: uppercase;
}


#headerbg {
	display:    block;
	width:      926px;
	height:     110px;
	margin-top: -25px;
	background: url(/images/sensorik_top_bg2.jpg) no-repeat 0 0;
}

#headerbg_sub {
	display:    block;
	width:      926px;
	height:     60px;
	margin-top: -25px;
	background: url(/images/sensorik_top_bg2.jpg) no-repeat 0 0;
}


/* Navigation */

#headermenue {
	float:left;
	background: url(/images/top_menu_bg.gif);
	width: 926px;
	height:25px;
	padding: 0px;
	border: 0px;
	margin: 0 auto;

}
#headermenue ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headermenue li {
	display: inline;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-variant:small-caps;
}

#headermenue li a, #headermenue li a:link {
	text-decoration: none;
	padding: 0 8px 0 8px;
	color: #ffffff;

}
#headermenue li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#headermenue li a:hover, #headermenue li a:focus, #headermenue li a:active {
	color: #ff3;
	text-decoration: none;
}
