@charset "utf-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; overflow-y:scroll;}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEEBE7;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
ul {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
li {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #325196;
}
a:hover {
	color: #325196;
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	padding-top: 4px;
	background-color: #E0E6F3;
	padding-left: 4px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #e0d9d0;
	padding-top: 6px;
	padding-left: 4px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}




#Container {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	visibility: visible;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B9B19A;
	border-right-color: #B9B19A;
	border-bottom-color: #B9B19A;
	border-left-color: #B9B19A;
	margin-top: 20px;
}
#Header {
	font-weight: bold;
	height: 90px;
	visibility: visible;
	text-align: left;
	font-size: 14px;
	background-color: #FFF;
}
#Header a {
	color: #3F63A0;
}

.logo {
	background-image: url(../Picts/Bilder/logo.jpg);
	background-repeat: no-repeat;
	padding-left: 220px;
}

.rubrik1 {
	background-image: url(../Picts/Bilder/rubrik1.jpg);
}
.rubrik2 {
	background-image: url(../Picts/Bilder/rubrik2.jpg);
}
.rubrik3 {
	background-image: url(../Picts/Bilder/rubrik3.jpg);
}
.rubrik4 {
	background-image: url(../Picts/Bilder/rubrik4.jpg);
}
#Rubrik1 #head1 a {background-image: url(../Picts/Bilder/rubrik1_a.jpg);
}
#Rubrik2 #head2 a {
	background-image: url(../Picts/Bilder/rubrik2_a.jpg);
}
#Rubrik3 #head3 a {
	background-image: url(../Picts/Bilder/rubrik3_a.jpg);
}
#Rubrik4 #head4 a {
	background-image: url(../Picts/Bilder/rubrik4_a.jpg);
}


a:hover.rubrik1 {
	background-image: url(../Picts/Bilder/rubrik1_a.jpg);
}
a:hover.rubrik2 {
	background-image: url(../Picts/Bilder/rubrik2_a.jpg);
}
a:hover.rubrik3 {
	background-image: url(../Picts/Bilder/rubrik3_a.jpg);
}
a:hover.rubrik4 {
	background-image: url(../Picts/Bilder/rubrik4_a.jpg);
}

ul#Header {
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0px;
  }
  ul#Header li {
	list-style: none;
	display: inline;
  }

  ul#Header a, ul#Header span {
	float: left;
	width: 140px;
	text-decoration: none;
	font-weight: bold;
	border-left-color: white;
	border-top-color: white;
	padding-top: 69px;
	height: 21px;
  }

  ul#Header div {
     clear: left;
  }

#Container2 {
	position: relative;
	height: auto;
	min-height:400px;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 25px;
}
.Inhalt_small {
	overflow: hidden;
	text-align: left;
	width: 340px;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
}
.Inhalt_breit {
	overflow: hidden;
	text-align: left;
	width: 550px;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
}
.Inhalt_ohne_Nav {
	overflow: hidden;
	text-align: left;
	width: 550px;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 40px;
}
#Inhalt {
	overflow: hidden;
	text-align: left;
	padding-left: 40px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 20px;
}
#Inhalt h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	color: #8c898a;
}
#Inhalt h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	color: #000;
}

.Inhalt-NAV1 {
	width: 190px;
	float: left;
}

.Inhalt-NAV2
 {
	width: 320px;
	margin-left: 200px;
}

#Inhalt p {
	margin-top: 5px;
}
#Inhalt ul {
	padding-left: 20px;

}



#Nav {
	float: left;
	width: 180px;
}

#Nav ul {
	margin: 0px;
	padding: 0px;
}

#Nav li  {
	color: #ADBAD7;
	font-size: 13px;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #E0E6F3;
}
#Nav a:link,
#Nav a:visited {
	text-decoration: none;
	margin-bottom: 0px;
	list-style-type: none;
	padding-bottom: 4px;
	color: #000;
	display: list-item;
	background-color: E0E6F3;
	padding-left: 26px;
	width: 154px;
	padding-top: 8px;
}

#index #nav1 a,
#anwendung #nav2 a,
#grundlagen #nav3 a,
#veranstaltungen #nav4 a,
#einzelhormone #nav1 a,
#testpakete #nav2 a,
#preisliste #nav3 a,
#durchfuehrung #nav4 a,
#bestellung #nav1 a {

	color: #FFF;
	background-color: #6582B3;
}



#Nav a:hover {
	color: #036;
	background-color: #ADBAD7;
}


* html #Nav a,
* html #Nav li {  /* Breitenangaben nur fuer IE */
    width: 99%;
}
.tabelle {
	background-color: #CCC;
	font-size: 12px;
}



#float_box {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #D9E0EC;
	padding-left: 0px;
	margin-left: 0px;
}

.zweite_box {
	float: none;
}

#float_box p a {

}

#float_box p {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 0px;
	margin-top: 0px;

}

#float_box p a:hover {

}

#float_box h1 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 3px;
	color: #3F63A0;
	padding-top: 5px;
}

.box_text {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.box_img {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #F0F3F8;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.box_bu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.balken {
	background-color: #903;
	margin-right: 0px;
}


#Footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B9B19A;
	border-bottom-color: #B9B19A;
	border-left-color: #B9B19A;
	background-color: #FFF;
	height: 60px;
	float: none;
	text-align: left;
}
#Footer_Inhalt {
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B9B19A;
	margin-left: 26px;
	padding-top: 10px;
	color: #B9B19A;
	text-align: left;
	width: 620px;
	float: left;
}
* html #Footer_Inhalt  {  /* Breitenangaben nur fuer IE */
	margin-left: 14px;
}

#impressum {
	color: #3F63A0;
	font-size: 9px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B9B19A;
	text-align: left;
	margin-right: 26px;
	margin-left: 647px;
	padding-left: 10px;
}

.highlight {
	font-weight: bold;
}
.pfeil_link {
	color: #325196;
	background-image: url(../Picts/Bilder/pfeil_blau.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 15px;
}
.preis {
	text-align: right;
}

