html body {
	color: #000199;
	background-color: #CFCFCF;
	font-size: 85.01%;
	font-family: Helvetica,Verdana,Arial,Tahoma,sans-serif;
	text-align: center; /* Zentrierung im Internet Explorer */
	margin: 0px;
	padding: 0px;
   background-image: url(b_body_Hintergrund.jpg);
   background-repeat: repeat;
}

#Layout {
	width: 995px;
	text-align: left;
	margin: 0px auto;    /* Zentrierung mitte */
	padding: 0px;
   border-left: 2px solid Silver;
   border-right: 2px solid Silver;
}

                        /* Kopf */
div#top-section {
	margin: 0px;
	padding: 0px;
	height: 85px;
	background-color: #E6F5FF;
	border-bottom-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 2px;
   z-index: 10;
}

#top-col1 {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: auto;
   z-index: 20;
}

                        /* Mitte - Gerüst */
#mid-section {
/*	height: 850px;
*/	margin: 0;
	padding: 0;
   z-index: 30:
}
#mid-col1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 192px;
	background-image: url(b_I_Navigation.gif);
   z-index: 400;
}
#mid-col2 {
	position: absolute;
	margin: 0 0 0 190px;
	padding: 0px;
	width: 805px;
   background-color: #F9FDFF;
   z-index: 35;
}

                        /* Fuß - Gerüst */
#bot-section {
   margin: 0;
   padding: 0;
	background-color: #E6F5FF;
   height: 85px
}
#bot-col1 {
   margin: 0;
   padding: 0;
	border-top-color: Silver;
	border-top-style: solid;
	border-top-width: 2px;
}
#bot-col1 p {
   text-align: center;
   margin-top: 15px;
   font-size: 1em;
}
#bot-col1 a {
   margin-left: 10px;
}
#bot-col1 span {
   margin-left: 10px;
   color: #DC143C;
}
#bot-col1 strong {
   font-size: 1.2em;
}


                        /* Inhalt top-col1 */
div#Logo {
	margin: 8px 0 0 10px;
	width: 164px;
	height: 67px;
	background-image: url(b_K_MSW-Logo.gif);
}
div#Winkelgetriebe1 {
	position: absolute;
	top: 0px;
	left: 190px;
	width: 190px;
	height: 85px;
	background-image: url(b_K_Winkelgetriebe.gif);
}
div#Hintergrund {
	position: absolute;
	top: 0px;
	left: 380px;
	width: 425px;
	height: 85px;
/*	background-color: Aqua;
*/	background-image: url(b_K_MSW-Hintergrund.gif);
}
div#Winkelgetriebe2 {
	position: absolute;
	top: 0px;
	left: 805px;
	width: 190px;
	height: 85px;
	background-image: url(b_K_Winkelgetriebe.gif);
}
div#BannerSchrift {
	margin-top: 25px;
	text-align: center;
	color: White;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
/*  allgemeine Formatierungen für gesamte Web-Site	*/
p {
	margin: 0 0 5px 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 7px 0 7px 0;
	background-color: #E6F5FF;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-weight: bold;
	font-size: 120.01%;
}
h3,
.Datum {
	font-weight: bold;
	font-size: 100.01%;
}

/* IE - Bug-Fix - Fieldset Legend - Hintergrund */

/**+html fieldset {
   position: relative;
}
*/
*+html fieldset{
   position: relative;
   margin-top:2.5em;
   padding-top:1.75em;
}
*+html legend{
   position:absolute; top: -1em; left: 1em;
}

/* Links zu Webportale */
#WebLink {
   position: absolute;
   width: 192px;
   text-align: center;
}
#WebLink img {
   margin-bottom: 2px;
}


