/* ANFANG Schriftformat */
p1, p2, p3, h1, h2, h3 {
color: #000000;
font-family: Verdana, Arial;
}

p1 {
font-size: 12px;
}

p2 {
font-size: 14px;
}

p3 {
font-size: 10px;
}

h1 {
font-size: 14px;
font-weight: bold;
}

h2 {
font-size: 16px;
font-weight: bold;
}

h3 {
font-size: 12px;
font-weight: bold;
}
/* ENDE Schriftformat */

/* ANFANG Links im Menuebereich */
a {
color: #800000;
font: bold 12px Verdana, Arial;
text-decoration: none;
}

a:hover	{
color: #FF4400;
text-decoration: underline;
}

a:active {
color: #FF8800;
text-decoration: underline;
}
/* ENDE Links im Menuebereich */

/* ANFANG Farbe der Tabellen Rot und Schwarz (oben/unten) */
.rot {
background: #A52318;
color: #FFFFFF;
font: 42px Verdana, Arial;
height: 60px
}

.rot1 {
background: #A52318;
color: #FFFFFF;
font: 15px Verdana, Arial;
height: 20px
}

.schwarz {
background: #000000;
color: #FFFFFF;
font: 12px Verdana, Arial;
height: 20px;
padding: 2px 2px 2px 5px;
}
/* ENDE Farbe der Tabellen Rot und Schwarz (oben/unten) */

/* ANFANG Design Top */
#box1 { 
position:absolute;  
background: url(../images/logo.gif);

top:30px; 
left:30px; 
width:195px; 
height:49px; 
z-index:1;
margin: 0px 0px;
padding: 0px 0px; 
}

#box2 { 
position:absolute;  
background: url(../images/logorechts.gif);

top:30px; 
right:30px; 
width:195px; 
height:49px; 
z-index:1;
margin: 0px 0px;
padding: 0px 0px; 
}
/* ENDE Design Top */

/* ANFANG Farben usw. des Seitencontents */
.cont {
height: 100%;
width: 100%;
}

.mbg {
background: url(../images/mbg.jpg);
background-repeat: no-repeat;
color: #800000;
font: 11px Verdana, Arial;
width: 160px;
vertical-align: top;
border-right: 1px solid #000000;
padding: 4px 0px 4px 2px;
}

.content {
background: #FFFFDD;
color: #000000;
font: 12px Verdana, Arial;
vertical-align: top;
margin: 4px 4px 4px 4px;
padding: 6px 6px 6px 6px;
line-height: 19px;
}
/* ENDE Farben usw. des Seitencontents */

/* ANFANG Menuekategorientrenner */
.balken {
background: #e8ddbb;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
font: bold 12px Verdana, Arial;
margin: 2px -1px 5px -4px;
padding: 2px 2px 2px 8px;
}

.trenner {
background:  url(../images/gestrichelt.gif) repeat-x;
height: 1px;
font-size: 1px;
line-height: 1px;
}

.linksdiv {
background: transparent;
margin: 1px 1px 1px 1px;
padding: 1px 1px 1px 1px;
}
/* ENDE Menuekategorientrenner */

/* ANFANG Bildergalerie */
.gallery {
background: #FFFFDD;
color: #000000;
font: 12px Verdana, Arial;
height: 75%;
width: 75%;
margin: 4px 4px 4px 4px;
padding: 6px 6px 6px 6px;
line-height: 19px;
}

.photo {
border: 1;
border-color: #000000;
margin: 12px 12px 12px 12px;
} 
/* ENDE Bildergalerie */

