<!--


/* Allgemeines und oft benutzte Klassen */

body {
 margin:20px;
 padding:0px;
 background-color:#ECDAAF;
 color:#FFFFFF;
}

a {
 color:#9C8755;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
}

div#center { width:580px; margin:0px auto; text-align:left; }
img { border:0px; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }
.top { vertical-align:top; }
.middle { vertical-align:middle; }
.bottom { vertical-align:bottom; }
.h-100-p { height:100%; }
.h-50-p { height:50%; }
.w-100-p { width:100%; }
.w-50-p { width:50%; }
.italic { font-style:italic; }
.bold { font-weight:bold; }
.lighter { font-weight:lighter; }
.normal { font-style:normal; }
.no-margin { margin:0px; }


/* Ueberschriften */

h2 {
 font-size:15pt;
 line-height:18pt;
 color:#9C8755;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 margin-bottom:0px;
 margin-top:10px;
}

h3 {
 font-size:13pt;
 line-height:16pt;
 color:#9C8755;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 margin-bottom:2px;
 margin-top:10px;
 font-weight:lighter;
}

h4 {
 font-size:11pt;
 line-height:14pt;
 color:#9C8755;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 margin-bottom:0px;
 margin-top:10px;
 font-weight:lighter;
}


/* Body */

.teaser { 
 font-family:Verdana, Helvetica, Sans-Serif;
 font-size:8pt;
 line-height:12pt;
 font-weight:bold;
 color:#9C8755;
 width:560px;
}

p,table,tr,td {
 margin:0px;
 padding:0px;
 font-family:Verdana, Helvetica, Sans-Serif;
 font-size:8pt;
 color:#000000;
}

td {
line-height:0pt;
}

p, div, span {
margin-bottom:20px;
line-height:13pt;
}

/* Diverses */
ul,ol {
 margin-bottom:15px;
 font-family:Verdana, Helvetica, Sans-Serif;
 font-size:8pt;
 line-height:13pt;
 color:#9C8755;
}

.list {
color:#000000;
}

/* Site specific */
.head {
 margin-top:10px;
}

.menu {
 width:134px;
}

.body-border-left {
 background-image:url(../img/body-border-left-bg.gif);
 width:48px;
 background-color:#F6EDD7;
}

.body-border-right {
 background-image:url(../img/body-border-right.gif);
 width:53px;
 background-color:#F6EDD7;
}

.body-border-bottom {
 background-image:url(../img/body-border-bottom.gif);
 width:437px;
 height:45px;
 background-color:#F6EDD7;
}

.body {
 background-color:#F6EDD7;
 width:336px;
}
-->