/* ---------- 25.01.2010 16:14:23 #98 (al) ---------- */ 


/* Layout */

body {
    background: #000 url('/gfx/bg.jpg') repeat-y top center;
    color: #999;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

a, a:active, a:visited {
    padding:2px;
    color:#000;
    background:#fff;
    text-decoration:none;
}

a.kontext {
    color:#fff;
    background:transparent;
    text-decoration:underline;
}

a:hover {
    background:#606aff;
}

#wrap{
    position:relative;
    margin: 50px auto 0 auto;
    width:1000px;
}

#wrap a.header,
#wrap a.header:active,
#wrap a.header:hover,
#wrap a.header:visited {
    background:none !important;
    display:block;
    height:150px;
    position:absolute;
    width:100%;
    z-index:10;
}

#header {
    position:relative;
    height:100px;
    margin: 0 50px;
    width:900px;
    background: transparent url('/gfx/logo_w.png') no-repeat top right;
}

#header h1{
    margin:0; padding:0;
    position:absolute;
    top:26px;
    right:100px;
    font-size:28px;
    font-weight:bold;
    color:#000;
    padding: 0 75px 0 0;
}

#header div.quote{
    position:absolute;
    top:0px;left:0px;
    margin:20px 0; padding:25px;
    font-size:12px;
    font-weight:normal;
    color:#fff;
    background:#000;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    text-align:right;
}

#header div.quote span{
    margin:2px 0; padding:0;
}

#header div.quote span.quote{
    font-size:20px;
}

#content {
    position:relative;
    margin:50px 50px 0 50px;
    padding:10px 0;
    width:900px;
}

#footer {
    position:relative;
    width:100%;
    height:20px;
    background:#000;
    padding:15px 50px;
    width:900px;
}

#footer span.cell {
    display:block;
    float:left;
    width:300px;
}

/* Allgemeines */

.bilderContentTemplate,
.artikelContentTemplate,
.s181,
.opac30 {
    filter:alpha(opacity=50); /* IE */

    moz-opacity:0.5; /* Gecko-Browser */

    opacity:0.5; /* Opera 9  */

}

.break {
    clear:both;
}

.hidden {
    display:none;
}

.right {
    text-align:right;
}

.center {
    text-align:center;
}

/* Anpassung */

.Template.s2 .spalte {
    width:290px;
    margin: 0 5px 15px 0;
}

.bild,
.bild a,
.bild a:hover,
.bild a:active,
.bild a:visited,
.bild a img {
    padding:0; margin:0; border:0;
    background:none;
}

.bild img {
    border:7px solid #ddd !important;
    background:#ddd;
}

.s71 .bildEins,
.s71 .bildZwei,
.s71 .bildDrei,
.s2 .Nachricht .bild {
    border-right:7px solid #ddd !important;
    background:#ddd;
    overflow:hidden;
}

.Nachricht .datum {
    position:relative;
    display:block !important;
    margin-bottom:5px;
}

.button {
    margin-top:10px;
    z-index:10;
    float:none;
}

h2.divider {
    margin-top:15px !important;
    padding:5px;
    /*    background:#000;
    color:#fff; */

    color:#999;
}

.Template {
    margin-left:0px;
    margin-right:0px;
}

.listeData ul.vorschauData li{
    background:#fff;
}

.Nachricht h3 {
    margin-left:55px;
}

.Nachricht h5 {
    float:left;
    margin:2px 10px;
    padding:0;
    position:absolute;
}

/* HERBST */

/**/

a:hover {
    background:#E77C02;
}

#header {
    background: transparent url('/gfx/logo_h.png') no-repeat top right;
}

/**/