body {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	color: black;
	background-color: white;
}
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 90px;
	background-color: #D0D0F6;
    border-bottom-width: 10px;
    border-bottom-style: ridge;
    border-bottom-color: #73A1F8;
	padding-bottom: 0px;
	z-index: 0;
}
.left {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 143px;
	height: 460px;
	background-color: #D0D0F6;
	z-index: 4;
}
.center {
	position: absolute;
	left: 143px;
	top: 100px;
	width: 657px;
	height: 460px;
	background-color: #D0D0F6;
	z-index: 6;
}
.right {
	position: absolute;
	left: 810px;
	top: 45px;
	width: 160px;
	height: 150px;
	border-width: 10px;
    border-style: ridge;
    border-color: #73A1F8;
	background-color: #D0D0F6;
	z-index: 7;
}
.navtop {
	position: absolute;
	float: right;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: white;
	left: 151px;
	top: 70px;
	width: 650px;
	height: 25px;
	color: white;
	margin: 0px; 
    padding:0px;
	text-align: center;
	z-index: 1;
}
.navtoplink p {
	width: 101px;
	height: 23px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	border: 0px none;
	text-decoration: none;
	background-image: url(.././grafiken/navigation_top_click.jpg); 
	background-repeat: no-repeat;
	float: left;
	color: black;
	display: block;
}
.navtoplink a {
	width: 101px;
	height: 23px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	border: 0px none;
	text-decoration: none;
	background-image: url(.././grafiken/navigation_top.jpg); 
	background-repeat: no-repeat;
	float: left;
	color: white;
	display: block;
}
.navtoplink a:hover {
	color: yellow;
}
.navleft {
	position: absolute;
	top: 20px;
	width: 130px;
	height: 22px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: white;
	text-align: left;
	z-index: 5;
}
.navleftlink p {
	margin: 0px;
	padding: 4px 12px 0px 10px;
	width: 120px;
	height: 22px;
	border: 0px none;
	text-decoration: none;
	display: block;
	background-image: url(.././grafiken/navigation_left_click.jpg); 
	background-repeat: no-repeat;
	color: black;
}
.navleftlink a {
	margin: 0px;
	padding: 4px 12px 0px 10px;
	width: 120px;
	height: 22px;
	border: 0px none;
	text-decoration: none;
	display: block;
	background-image: url(.././grafiken/navigation_left.jpg); 
	background-repeat: no-repeat;
	color: white;
}
.navleftlink a:hover {
	color: yellow;
}
.logo_schmiprog img {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 130px;
    height: 75px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
.logo_it img {
	position: absolute;
	left: 201px;
	top: 10px;
	width: 400px;
    height: 23px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	border-color: #3189EA; 
	border-width: 10px; 
	border-style: ridge; 
	z-index: 3;
}
