/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Seitenelemente */
/* Inhalts Ebene definition */
#contentContainer {
	position: absolute; 
	padding: 10px 0 0 10px;
	left: 200px; 
	top: 115px; 
	width: 705px; 
	z-index: 1;
	background-color: #ffffff;
}
/* Kopf Ebene definition */
#headContainer {
	position: absolute;
	left: 200px;
	top: 0;
	width: 715px;
	height: 115px;
	z-index: 2;
	background-image: url(images/sys_images/head_bg.jpg);
	background-repeat: no-repeat;
	background-color: #99CCFF;
}
/* Logo Ebene definition */
#logoContainer {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 200px; 
	height: 115px; 
	z-index: 3;
	background-image: url(images/sys_images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* Navigations Ebene definition */
#navContainer {
	position:absolute;
	left: 0px;
	top: 115px;
	width: 197px;
	z-index: 5;
	padding-top: 10px;
	background-color: #ffffff;
	overflow: visible;

}
/* oberste Kopf Navigation definition */
#headNav1Container {
	position: absolute; 
	left: 600px; 
	top: 10px; 
	width: 310px; 
	z-index: 5;
}
/* untere Kopf Navigation definition */
#headNav2Container {
	position: absolute;
	left: 208px;
	top: 85px;
	width: 700px;
	z-index: 5;
	text-align: center;
}
/* vertikale Trennlinie definition */
#verticalRow {
	position: absolute; 
	left: 197px; 
	top: 0; 
	width: 3px; 
	height: 400px ; 
	z-index: 4;
	background-image: url(images/sys_images/vertical_row.jpg);
	background-repeat: no-repeat;
}
/* Menü Stile */
/* Liste nicht einrücken */
#navContainer ul {
	margin:0 0 0 20px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
}
/* Listenpunkt ohne popup menü */
.singleLink {
	margin: 7px 0 0 0px;
	list-style-image:url(images/sys_images/menu_dot.gif);
}
/* Listen-Unterpunkt ohne popup menü und ohne punkt */
.singleSubLink {
	margin: 7px 0 0 0px;
	list-style-type: none;
	list-style-image: none;
}
/* Listenpunkt mit popup menü */
.multiLink {
	margin: 7px 0 0 0px;
	list-style-image:url(images/sys_images/menu_arrow.gif);
}
/* Listenpunkt mit geöffnetem popup menü */
.multiLinkOpen {
	margin: 7px 0 0 0px;
	list-style-image:url(images/sys_images/menu_open.gif);
}
/* popup menü */
.submenu {
	z-index: 7;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 5px 5px 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	white-space:nowrap;
	text-decoration: none;
	background: #bbeeff;
	overflow: visible;
	border-top: 1px solid #ddeeFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	border-left: 1px solid #ddeeFF;
}
/* HauptLink */
.mainLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	text-decoration: none;
	font-weight: bold;
}
.mainLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A526C;
	text-decoration: none;
	font-weight: bold;
}
/* UnterLink */
.subLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	text-decoration: none;
}
.subLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A526C;
	text-decoration: none;
}
/* Menü-Überschrift */
.menuHeadline {
	margin:0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009999;
	font-weight: bold;
}
/* Head Navigation ganz oben Link */
.headLink1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.headLink1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005588;
	font-weight: bold;
	text-decoration: none;
}
/* Head Navigation ganz oben Trenner */
.headTrenner1 {
	margin:0 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
/* Head Navigation unten */
.headLink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}
.headLink2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Head Navigation unten Trenner */
.headTrenner2 {
	margin:0 8px 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCFFFF;
	text-decoration: none;
	font-weight: normal;
}
/* Body Stile */
/* Überschrift */
.bodyHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A728C;
	font-weight: bold;
}
/* Fließtext */
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	font-weight: normal;
}
/* Fließtext fett */
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	font-weight: bold;
}
/* BodyLink */
#contentContainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	text-decoration: none;
	font-weight: bold;
}
.bodyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	text-decoration: none;
	font-weight: bold;
}
#contentContainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A526C;
	text-decoration: none;
	font-weight: bold;
}
.bodyLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A526C;
	text-decoration: none;
	font-weight: bold;
}
/* BodyAbsatz */
p {
	margin:0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	font-weight: normal;
}
/* BestellEbene Tabelle */
#Bestellanfrage table {
	background: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	font-weight: normal;
}
#Bestellanfrage td {
	padding-left: 3px;
	border-bottom: 1px solid #FFFFFF;
}
#Bestellanfrage th {
	padding-left: 3px;
	border-bottom: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A728C;
	font-weight: bold;
}
#Bestellanfrage table input {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A728C;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #efefef;
	border-bottom-color: #efefef;
	border-left-color: #999999;
	margin: 0px;
	width: 45px;
	height: 12px;
	text-align: center;
}
