@charset "utf-8";
html {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #F2F2F2;
	height: 100%;
	background-image: url(../grafiken/layout/hg_body.png);
	background-repeat: repeat-x;
	behavior: url(../../css/csshover3-source.htc);
	font-size: 100%;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
	height: 100%;
	background-image: url(../grafiken/layout/hg_body.png);
	background-repeat: repeat-x;
	behavior: url(../../css/csshover3-source.htc);
	font-size: 100%;
}
.searchForm {
	color: #CCCCCC;
	border-color: #CCCCCC;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
}
a {
	color: #0000CC;
	font-weight: bolder;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	font-weight: bolder;
	text-decoration: none;
}
#container {
	width: 1002px;
	position: relative;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	display: block;
	margin-bottom: 10px;
}
#container #head {
	float: left;
	width: 1000px;
	position: relative;
}
#container #head #logo {
	float: left;
	height: 60px;
	width: 250px;
	position: relative;
	background-image: url(../grafiken/layout/logo.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 20px;
}
#container #head #navi_top {
	float: right;
	width: auto;
	position: relative;
	margin-top: 15px;
}
#container #head #head_main {
	float: left;
	width: 1002px;
	position: relative;
	margin-top: 22px;
	background-image: url(../grafiken/layout/hg_main_navi.png);
	background-repeat: no-repeat;
}
#container #head #head_main #navi_main {
	float: left;
	height: 40px;
	width: 988px;
	position: relative;
	margin-left: 14px;
	border-right: solid #999999 1px;
}
#container #head #head_main #navi_main #search {
	float: right;
	height: auto;
	width: auto;
	padding: 0;
	margin: 7px 8px 0px 0px;
	position: relative;
}
#container #head #head_main img {
	border: solid #999999 1px;
}
#container #left {
	float: left;
	height: auto;
	width: 680px;
	position: relative;
}
#container #left #navi_sub {
	float: left;
	width: 150px;
	height: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 1px;
	display: block;
	border-right: dotted #999999 1px;
}
#container #left #navi_sub #uhr {
	float: left;
	width: 150px;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 60;
	display: block;
	padding-bottom: 10px;
	border-bottom: dotted #999999 1px;
	background-image: url(../grafiken/layout/blind.png);
}
#container #left #navi_sub #login_mitarbeiter {
	float: left;
	width: 145px;
	height: auto;
	position: relative;
	padding-top: 40px;
}
#container #left #inhalte {
	float: right;
	width: 510px;
	height: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
}
#container #right {
	float: right;
	height: auto;
	width: 300px;
	font-size: 10px;
	color: #666666;
	position: relative;
	border-bottom: dotted #999999 1px;
	border-left: dotted #999999 1px;
	border-right: dotted #999999 1px;
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
}
#container #right table{
	font-size: 10px;
	color: #666666;
}
#container #right h1{
	font-size: 14px;
	line-height: 9px;
	color: #0000CC;
}
#container #right h2{
	font-size: 13px;
}
#container #right #line {
	float: left;
	height: auto;
	width: 300px;
	position: relative;
	border-top: dotted #999999 1px;
	display: block;
	padding: 0;
	margin: 0;
}
#container #right #login_kunde {
	float: right;
	height: auto;
	width: 285px;
	position: relative;
	display: block;
	padding: 0px 10px 5px 5px;
}
#container #right #kontakt {
	float: right;
	height: auto;
	width: 280px;
	position: relative;
	display: block;
	padding: 20px 10px 20px 10px;
	text-align: center;
}
#container #right #info {
	float: right;
	height: auto;
	width: 280px;
	position: relative;
	display: block;
	padding: 20px 10px 20px 10px;
}
#container #footer {
	float: left;
	width: 1002px;
	position: relative;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	border-top: dotted #999999 1px;
}
#container #footer #footer_left {
	float: left;
	width: auto;
	position: relative;
	height: auto;
	padding: 4px 5px 0px 5px;
}
#container #footer #footer_right {
	float: right;
	width: auto;
	position: relative;
	height: auto;
	padding: 4px 5px 0px 5px;
}

