/*###########################################*/
/* Grundlagen -- ANFANG                      */

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

IMG { border: none; }

B { font-weight:bold; }

STRONG { font-weight:bold; }

BODY {
    text-align: left;
	font-weight: lighter;
    
    font-size: 13px;
    line-height: 140%;
    font-family: Verdana !important;
    
    color: white;
	background: #0F0E32;
}

A {
    text-decoration: underline;
    color: white;
}

A:HOVER {
    text-decoration: none;
    color: white;
}

/* Grundlagen -- ENDE                        */
/*###########################################*/

#container { 
    width: 992px; /* gesamte Breite 992px inklusive BORDER */
    margin: 15px auto;
    border: 1px solid #B7B6BA;
}

/*###########################################*/
/* SPRACHWAHL -- START                       */
.sprachwahl {
    height: 134px; /* 134px */
    width: 100%;
	font-size: 13px;
}
.sprachwahl IMG {
    height: 134px; /* 134px */
    width: 990px; /* 990px */
}

.sprachwahl .flaggen {
    position: absolute;
    top: 87px; /* Wert inklusive 2em aus #container */
    z-index:1;
    margin-left: 810px; /* Gesamt 831px abzüglich 10px für padding beim LI */
    width: 175px;
}
.sprachwahl .flaggen LI {
    float: left;
    padding: 0 5px 0 5px;
}
.sprachwahl .flaggen LI A {
    text-decoration: none;
}
.sprachwahl .flaggen li a:hover {
    text-decoration: underline;
}
.sprachwahl .flaggen IMG {
    height: 14px;
	width: 22px;
	margin-right: 5px;
}
.sprachwahl .untertitel {
    position: absolute;
    top: 105px; /* Wert inklusive 2em aus #container */
    z-index:2;
    margin-left: 313px; /* Gesamt 831px abzüglich 10px für padding beim LI */
    width: 400px;
	font-size: 13px;
	display: none;
}
/* SPRACHWAHL -- ENDE                        */
/*###########################################*/

/*###########################################*/
/* MITTE -- START                          */
DIV.mitte {
    margin-bottom: 15px;
}
DIV.links {
    float: left;
    width: 174px;
}
DIV.rechts {
	margin-top: 15px;
    float: left;
    width: 640px;
    margin-left: 13px;
}
/* MITTE -- ENDE                         */
/*###########################################*/

/*###########################################*/
/* SUBMENÜ -- START                          */
DIV.submenue {
    background: #e00006;
    border-top: 1px solid #b7b6ba;
    border-bottom: 1px solid #b7b6ba;
    border-right: 1px solid #b7b6ba;
    text-align: center;
    padding: 5px 0;
	font-size: 13px;
}
UL.submenue {
    list-style-type: none;
    line-height: 120%;
	font-size: 13px;
}
UL.submenue LI {
    background: #0074c4;
    border-bottom: 1px solid #b7b6ba;
    border-right: 1px solid #b7b6ba;
    text-align: center;
}
UL.submenue LI A {
    display: block;
    height: 100%;
    width: 100%; /* Gesamt 174px */
    padding: 5px 0;
    text-decoration: none;    
}
UL.submenue LI A:HOVER {
    background: #e00006;
}
/* SUBMENÜ -- ENDE                           */
/*###########################################*/

/*###########################################*/
/* BILDcss überschreiben -- START            */

/* Margins around images: */
/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
	margin-right: 0.625em;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 0.625em;
}
/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
	margin-left: 0.625em;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }
/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0.3125em; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0.3125em; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0em !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0em !important; }
/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 0.625em !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 0.625em !important;
}
/* BILDcss überschreiben -- ENDE             */
/*###########################################*/

/*###########################################*/
/* Typo3 Inhalt CSS -- START                 */
.csc-frame {
	font-size: 13px;
}
.csc-frame h1{
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	padding-bottom: 15px;
}
.csc-frame p{
	margin-bottom: 15px;
}

.csc-frame UL{
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Typo3 Inhalt CSS -- ENDE                  */
/*###########################################*/


