body {
margin-left:             0px;
margin-right:            0px;
margin-top:              0px;
margin-bottom:           5px;

font-family:             verdana;
color:                   #000000;
background-color:        #4c0f04;
}

/* standard-links */
A:link,A:visited,A:active {
color:#000000;
text-decoration:underline;
}

A:hover {
color:#000000;
text-decoration:none;
}

/* links-alt-1 */
.alt-1 a:link, .alt-1 a:visited, .alt-1 a:active {
color:#ffffff;
text-decoration:underline;
}

.alt-1 a:hover {
color: #ffffff;
text-decoration: none;
}

/* ueberschriften */
h1 {
font-size: 16px;
color: #b33a1b;
}

/* artikel-fotos */
img.foto_links {
float: left;
border: #dcc27c solid 2px;
margin-right: 5px;
margin-bottom: 5px;
}

img.foto_rechts {
float: right;
border: #dcc27c solid 2px;
margin-left: 5px;
margin-bottom: 5px;
}

img.foto_mitte {
display: block;
margin: 0 auto;
border: #dcc27c solid 2px;
}

/* inhalte */
.content {
text-align:justify;
font-size: 12px;
}

.subtitle {
text-align: center;
font-size: 14px;
font-weight: bold;
padding-bottom: 10px;
}

/* trennlinie */
hr {
background-color: #dcc27c;
color: #dcc27c;
border: #dcc27c solid 0px;
width: 100%;
height: 3px;
clear: both;
}

/* aufzaehlung (hufeisen) */
.hufeisen_1 {
font-size: 14px;
font-weight: normal;
border: 0px;
list-style-image: url(/images/hufeisen_klein.png);
}

/* formulare */

input, textarea {
color: #000000;
background-color: #ffffff;
border: #dcc27c solid 1px;
}

/* navigation */
.menu {
font-size: 12px;
}

.menu ul {
width: 245px;
padding: 0px;
}

.menu li {
display:inline;
}

.menu a:link, .menu a:visited, .menu a:active {
padding: 5px;
font-size: 12px;
display: block;
background-color: #93290e;
margin-bottom: 1px;
color:#f4ecd5;
text-decoration:none;
}

.menu a:hover {
background-color: #4b1612;
color: #9ab822;
text-decoration: none;
}

.menu ul, .menu li{
list-style-type: none;
margin: 0px;
}