/* body */
body {
 background: url(neuerhintergrund8.jpg);
}

body.reiki {
 background: url(mazespink.jpg);
}

/* Standardtext: */
p {
 font-family: Arial;
 font-size: 16px;
 text-align: left;
 color: #000000;
}

/* Standardtext fett: */
p.f {
 font-weight: bold;
}

/* Standart in der Mitte */
p.m {
 text-align: center;
}

/* Standart rechts */
p.r {
 text-align: right;
}

/* Text unter Bildern in "produkte.html" */
p.prod {
 font-size: 13px;
 text-align: center;
 padding: 0px;
 margin: 0px 0px 10px 0px;
}

/* Text Reiki "Licht und Liebe" /
p.lul {
 font-family: Arial;
 font-size: 22px;
 text-align: left;
 color: #000000;
}

/* Copyzeichen und Name */
p.c {
 font-family: Arial;
 font-size: 14px;
 text-align: right;
 color: #0000FF;
}

/* Werbung */
p.werbung {
 font-family: Arial;
 font-size: 25px;
 text-align: center;
 color: #000000;
}

/* Standardüberschriften: */
/* groß */
h1 {
 font-family: HELVETICA;
 font-size: 32px;
 font-weight: 400;
 text-align: center;
 text-decoration: underline;
 color: #0B0BC5;
}

/* groß Chevara */
h1.c {
 font-family: CHEVARA;
 color: #0B0BC5;
}

/* klein */
h2 {
 font-family: Arial;
 font-size: 20px;
 font-weight: 400;
 text-align: left;
 text-decoration: underline;
 color: #0B0BC5;
}

/* klein mitte */
h2.m {
 text-align: center;
}

/* tabelle */
#tdlw{
 font-family: Arial;
 font-size: 16px;
 font-weight: 400;
 text-align: left;
 color: #000000;
}

/* Links */
a {
 font-family: Arial;
 color: #000099;
 font-size:17px;
 text-decoration: none;
}
a:hover {
 color: #808080;
 font-size: 17px;
 text-decoration: none;
}

/* Links außerhalb des Menüs */
a.norm {
 color: #0B0BC5;
 font-size:16px;
 text-decoration: underline;
}

a.norm:hover {
 color: #808080;
 font-size:16px;
 text-decoration: underline;
}

/* Links "©webdesign by Stephan Hannig"*/
a.werbelink {
 color: #0B0BC5;
 font-size:13px;
 text-decoration: underline;
 margin:0px 2px 2px 2px;
 padding:0px 0px 12px 0px;
}

a.werbelink:hover {
 color: #808080;
 font-size:13px;
 text-decoration: underline;
}

/* Liste: */
li {
 font-family: Arial;
 font-size: 16px;
 text-align: left;
 color: #000000;
}

#menpos {
 position: absolute; top: 0px; left: 0px;
 }

/* Divbox mit Inhalt */
#inhalt {
 position: absolute; top: 100px; left: 225px;
 width: 570px;
 }

/* Rand um Bilder */
img.margin{
margin: 10px;
}

/* Rand um Bilder */
img.zurueck {
margin: 0px;
padding: 0px;
border: 0px;
}
