
body {
	font-size:12px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h1 {
	font-size: 14px;
	padding-left: 0px;
	font-weight: bold;
	color: #0e3bae;
	}
h1.noshop {
  background-color:#ffffff;
	background-image:'Bilder/spacer.gif';
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 0px;
	color: #0e3bae;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
}

/*p wird für Fließtext verwendet, entspricht dem bisherigen body*/
p {
	font-size:12px;
	padding-left: 0px;
	font-weight: normal;
}

/* Audzaehlungen */
ul {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 0px;
}
ol {
	font-size: 12px;
	margin-top: -10px;
	margin-bottom: 0px;
}

li {
	margin-left: 10px;
	}

.kaufen {
	font-weight: bold;
	font-size: 18px;
}

/* Wird fuer HP-Ueberschrift ganz oben verwendet. Anderer Name waere hilfreich */
.Sidetitle {
	color: #0e3bae;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.hervorhebungWort {
	font-weight: bold;
	font-size: 12px;
	background-color: #FCD184;
	padding: 0px 2px 0px 3px
	}
	
.hervorhebungAbsatz {
	font-weight: bold;
	font-size: 12px;
	background-color: #FCD184;
	padding: 4px 2px 4px 15px
}

/* Linkformatierung allgemein */
a {
	color: #0e3bae;
}
a:hover { 
	color: #FF6600;
	TEXT-DECORATION: underline
}

/* Linkformatierung fuer die 2. Menue-Ebene */
.link-ebene-2 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.link-ebene-2:hover { 
	font-weight: bold;
	color: #ffff00;
}
.link-ebene-2-aktuell {
	font-size: 12px;
	font-weight: bold;
	color: #ffff00;
}
.link-ebene-2-aktuell:hover { 
	font-weight: bold;
	color: #ffff00;
}

/* Test für Böoecke rechts und links */
.blocktext {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


