<!--

.dont-print, .bg-bottom, .boxLink
{
 display:none;
}

/* Allgemeines und oft benutzte Klassen */

body {
 margin:0px;
 padding:0px;
 background-color:#FFFFFF;
 color:#808080;
 scrollbar-base-color: default;
 scrollbar-face-color: #808080;
 scrollbar-track-color: #986262;
 scrollbar-arrow-color: #E8B2B2;
 scrollbar-3dlight-color: #986262;
 scrollbar-darkshadow-color: #000000;
 scrollbar-highlight-color: #E8B2B2;
 scrollbar-shadow-color: #8F5959;
}

a {
 color:#B30000;
 text-decoration:none;
 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; }
.no-padding { padding:0px; }
.no-l-height { line-height:0px; }


/* Ueberschriften */

h2 {
 font-size:20px;
 line-height:24px;
 color:#B30000;
 font-family:Arial, Verdana, Helvetica, Sans-Serif;
 margin:0px;
 margin-left:20px;
}

h3 {
 font-size:16px;
 line-height:20px;
 color:#B30000;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 margin-bottom:0px;
 margin-top:10px;
}

h4 {
 font-size:14px;
 line-height:18px;
 color:#B30000;
 font-family:Verdana, Arial, Helvetica, Sans-Serif;
 margin-bottom:0px;
 margin-top:0px;
 font-weight:lighter;
}


/* Body */

p,table,tr,td, blockquote {
 margin:0px;
 padding:0px;
 font-family:Verdana, Helvetica, Sans-Serif;
 font-size:11px;
 color:#808080;
}

p, div, span, blockquote {
line-height:18px;
}

.teaser {
margin-top:0px;
margin-left:20px;
}

/* Diverses */
ul,ol {
 margin-bottom:15px;
 font-family:Verdana, Helvetica, Sans-Serif;
 font-size:11px;
 line-height:18px;
 color:#9C8755;
}

.list {
color:#000000;
}

blockquote {
background-color:#E6E6E6;
border:1px solid #000000;
padding:5px;
width:150px;
text-align:justify;
margin-top:24px;
}

/* Site specific */
.head {
width:630px;
height:550px;
}

.w-head-1 {
background-color:#C0C0C0;
}

.w-head-2 {
background-color:#C0C0C0;
}

.w-head-3 {
width:480px;
background-color:#C0C0C0;
}


.bg-top-color {
height:100px;
background-color:#808080;
}

.bg-top {
background-image:url(../img/l-out_12-bg.gif);
background-repeat:no-repeat;
width:100%;
}

.bg-bottom {
background-repeat:repeat-x;
height:130px;
background-image:url(../img/l-out_23-bg.gif);
background-color:#808080;
}

.body {
height:300px;
width:800px;
}

p {
margin-right:20px;
margin-top:24px;
}

-->