/* ALLGEMEINES -- ANFANG */
* { margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0;}

body {
    width: 100%;
    text-align: left;
	font-weight:lighter;
    font-size: 13px;
    line-height: 130%;
    font-family: Arial;
	color: #333333;
	background: #f8f4ea;
}

* html body { text-align: center; }
* html body .container { text-align: left; }

img { border: none; }
b { font-weight:bold;}
strong { font-weight:bold;}

A {
    text-decoration: underline;
    color: #333333;
}
A:HOVER {
    text-decoration: none;
    color: #711122;
}

/* ALLGEMEINES -- ENDE */

/* GERÜST -- ANFANG*/
.container {
    width: 1026px;
    height: 100%;
    margin: 0 auto 0 auto;
}

.oben {
    background: url(../bilder/oben.jpg);
    height: 154px;
}

.oben-navi {
    height: 56px;
    padding-top: 2px;
    text-align: center;
    color: #9b5864;
    padding-left: 40px;
}
.oben-navi A {
    text-decoration: none;
    color: #711122;
    padding: 0 20px 0 20px;
}
.oben-navi A:hover {
     text-decoration: underline;
}
.oben-navi SPAN.aktiv A {
    font-weight: bold;
    text-decoration: underline;
    color: #711122;
}



.links {
    float:left;
    width: 266px;
    margin-left: 102px;
}
* html body .links {
    width: 266px;
    margin-left: 51px;
}

.links-oben {
    height: 267px;
    border-bottom: 5px solid white;
    color: white;
}
.links-oben UL {
    list-style: none;
    margin-left: 95px;
    width: 166px;
    font-size: 12px;
}
.links-oben LI.m {
    padding-top: 9px;
}
.links-oben LI.subm {
    list-style: disc;
    margin-left: 15px;
}
.links-oben UL A {
    text-decoration: none;
    color: white;
}
.links-oben UL A:hover {
    text-decoration: underline;
    color: white;
}
.links-oben UL LI.aktiv A {
    font-weight: bold;
    text-decoration: underline;
    color: white;
}
.links-oben .otext {
    text-align: left;
    color: white;
    margin-left: 95px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
* html body .links-oben .otext {
    font-size: 12px;
}
.mitte {
    float: left;
    margin-left: 8px;
    width: 413px;
}
.rechts {
    float:left;
    margin-left: 45px;
    width: 136px;
}
.rechts-oben {
    height: 516px;
    border-bottom: 5px solid white;
}
.rechts-unten {
    height: 71px;
}
.unten {
    height: 85px;
}

/*FARB-BILD-WECHSEL-START*/
.oben-navi {
    background: no-repeat url(../bilder/oben-navi.jpg);
}

.spalten {
    background: repeat-y url(../bilder/mitte.jpg);
}

.links-oben {
    background: left top no-repeat url(../bilder/links-oben.jpg) #98006e;
}

.rechts-oben {
    background: left top no-repeat url(../bilder/rechts-oben.jpg);
}

.rechts-unten {
    background: left top no-repeat url(../bilder/rechts-unten.jpg);
}

.unten {
    background: url(../bilder/unten.jpg);
}
/*FARB-BILD-WECHSEL-ENDE*/

/* STYLE */
DIV.csc-header H1 {
    font-size: 13px;
    margin-bottom: 11px;
    text-transform: uppercase;
    color: #333333;
}
DIV.csc-header H2 {
    font-size: 13px;
    margin-bottom: 8px;
    color: #333333;
}
DIV.csc-frame {
    margin-bottom: 18px;
}
DIV.csc-frame P {
    margin-bottom: 11px;
}
DIV.csc-frame UL {
    margin-bottom: 5px;
    margin-left: 15px;
}
DIV.csc-frame LI {
    padding-bottom: 9px;
}
DIV.csc-frame UL.csc-bulletlist-1 LI{
    padding-bottom: 2px;
}

DD.csc-textpic-caption {
    font-size: 11px;
    font-style: italic;    
}
DL.csc-textpic-image IMG {
    
}

DIV.csc-frame-frame1 {
    color: #711122;
    text-align: center;
}

DIV.csc-frame-frame2 {
    border: 1px solid #711122;
    background: #F8E4F0;
    padding: 5px;
}
DIV.csc-frame-frame2 IMG {
    border: 1px solid #333333;
}
/*SPAN WICHTIG - IMPORTANT*/
SPAN.important {
    color: #711122;
    font-weight: bold;
}
/*SPAN WICHTIG - IMPORTANT*/

/*TEASER*/
.links DIV.csc-frame-frame2 {
    border: none;
    background: none;
    margin: 10px;
}
.links DIV.csc-frame-frame2 H1{
    border-bottom: 1px solid #711122;
    padding: 5px;
}
.links DIV.csc-frame-frame2 .bodytext {
    padding: 0 5px 5px 5px;
}
/*TEASER*/

/**/
.links DIV.csc-frame-link-news {
  border: 1px solid #666666;
  text-align: center;
  margin: 30px 35px 0 35px;
  background: none;
}
.links DIV.csc-frame-link-news {
  
}
.links DIV.csc-frame-link-news .csc-header h1 {
  padding: 0;
  margin: 0;
}
.links DIV.csc-frame-link-news .csc-header h1 a {
  text-decoration: none;
  display: block;
  width: 100%;
  background: #93647D;
  padding: 3px 0 3px 0;
  color: #FFFFFF;
}
.links DIV.csc-frame-link-news .csc-header h1 a:hover {
  text-decoration: none;
  color: #711122;
}
/**/

/*Tabellen mit Typo3 Editor */
.contenttable {
	width: 97%;
}

.contenttable TD {
	vertical-align: top;
}

.contenttable P {
    
}

/*Impressim Tabelle*/
TABLE.impressum {
}

TABLE.impressum TD, TABLE.contenttable TD{
  font-size:13px;
}

/*IE7*/
*+html div.spalten {
 /*border: 1px solid red;*/
}

