/*************************
LAYOUT
**************************/

* {
padding: 0;
margin: 0;
}


#submenu_left{
float:left;
height:100%;
padding:40px 5px 10px 20px;
}
#submenu_left a, a:link, a:visited{
display:block;
padding:0;
}
.nosublink{color:black;}


body, html {
padding: 0;
margin: 0;
color: #000; 
font-family: Verdana, Arial, Helvetica;
background-color: #DDD7DB;
text-align: center;
height: 100%;
}

body {
font-size: 100.01%;
}

table {
font-size:11px;
}

h1 {
font-size: 18px;
margin-bottom: 10px;
color:#60092B;
}
h2 {
font-size: 14px;
margin-bottom: 6px;
color:#60092B;
}
h3 {
font-size: 12px;
margin-bottom: 4px;
color:#60092B;
}
p{
margin-bottom:10px;
}

.clear { clear: both; }

#mainContainer {
    width: 780px;
    margin: 0 auto; 
    min-height: 100%;
    background-color: #ffffff;
    text-align: left; 
    font-size: 11px;
    margin-bottom:-28px;
}

* html #mainContainer {
    height: 100%;  
}


/************* HEADER */

#header {
position:relative;
z-index:2;
width: 780px;
background:#B797AC;
}

#headertop{
background-color: #4F323F;
width: 780px;
position:relative;top:0;
height:60px;
}

#headertop a{
background-color: #4F323F;
margin:0;padding:0;
}

#logo{
float:left;
display:inline;

}
#logo img{
padding:0; 
margin:0;

}

#topmenu{
margin-top:30px;
margin-right:5px;
color:#DC829E;
font-size: 13px;
background-color: #4F323F;
float:right;
}
*html #topmenu{margin-top:35px;}
#topmenu a, a:link, a:visited, a:active{
color:#DC829E;
text-decoration:none;
padding:0 6px;
display:inline;
}
#topmenu a:hover, a:active{
color:#FFEBF8;
text-decoration:none;
}
#topmenu .aktivelink{display:inline;color:#FFF5FC;}
#topmenu .aktivelink a{color:#FFF5FC;}

#topflash{
display:block;
}
#topflash img{
padding:0; 
margin:0;
display:block;
}


#topbreadcrumb{
position:relative;
background-color: #D5BFCD;
height:14px;padding:5px;
}
#topbreadcrumb a, a:link, a:visited, a:active{
color:#000;
text-decoration:underline;
padding: 3px;

}
#topbreadcrumb a:hover, a:active{
color:#fff;
text-decoration:underline;
}
#topbreadcrumb .aktivelink{display:inline;color:#E21A85;}
#topbreadcrumb .aktivelink a{color:#E21A85;}

/************* CONTENT AND COLUMNS */

/************* CONTENT AND COLUMNS */

.outer {
    padding-left: 175px;
}
* html .outer {
    padding-right: 0px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
    width: 605px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
    padding-bottom: 28px;
}
* html .inner {
    width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
    float: left;
    width: 780px;
    margin-left: -175px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
    /*** No need for hacking IE on this layout ***/
}
#content {
    float: right;
    width: 605px;
}
* html #content {
    position: relative;  /*** IE needs this  ***/
}
.contentWrap{
    padding: 35px 25px 10px 5px;
    margin-top: 0px;
}

/************* LEFT COLUMN */

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

#left {
    float: left;
    width: 165px;
    padding: 0 5px;
    font-size:0.9em;
    overflow: hidden;
}

* html #left {
    position: relative;  /*** IE needs this  ***/
}



/************* FOOTER */

#footer {
width: 780px;
height: 28px;
margin: 0 auto;
margin-top: -28px;
text-align: left;
color: #fff;
font-size:10px;
background-color:#4F323F;
overflow:hidden;
position:relative;
}

#footerleft {
width:100%;
height:20px;
float:left;
display:inline;
margin-top:8px;
}

#footerright{
float:right;font-size:10px;
margin-top:-20px;
}
#footerright .aktivelink{display:inline;color:#FFF5FC;}
#footerright .aktivelink a{color:#FFF5FC;}

#footerleft p{
width:66%;
padding-left:10px;
display:inline;
}

#footer a, a:link, a:visited, a:active{
color:#DC829E;
text-decoration:none;
padding-right:10px;
}
#footer a:hover, a:active{
color:#FFEBF8;
text-decoration:none;
}




/*************************
INHALTE
**************************/





#content a, a:link, a:visited{
color:#c20078;
text-decoration:none;
padding:0;
margin:0;
}

#content a:hover{
color:#c20078;
text-decoration:underline;

}


##################################################

######
#
# Snippets by http://typo3.intervation.de/index.php?id=1
#
####
#topmenu .menu {
width:750px; 
font-size:12px;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
#topmenu .menu ul {
padding:0;
margin:0;
list-style-type:none;
}
#topmenu .menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#topmenu .menu li {
float:left;
position:relative;
display:inline;
}
/* style the links for the top level */
#topmenu .menu a, #topmenu .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#DC829E; 
height:30px; 
background:#4f323f; 
padding-left:10px; 
padding-right:10px;
line-height:30px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #topmenu .menu a, * html #topmenu .menu a:visited {
width:20px;
w\idth:19px;
}


/* style the second level background */
#topmenu .menu ul ul a.drop, #topmenu .menu ul ul a.drop:visited {
background:#935D75;

}
/* style the second level hover */
#topmenu .menu ul ul a.drop:hover{
background:#fff;
}
#topmenu .menu ul ul :hover > a.drop {
background:#fff;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#topmenu .menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html #topmenu .menu ul ul {
top:29px;
t\op:30px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#topmenu .menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#topmenu .menu ul ul a, #topmenu .menu ul ul a:visited {
background:#684253; 
color:#CBA8BF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html #topmenu .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
#topmenu .menu a:hover{
color:#FFEBF8; 
background:#503340;
}
#topmenu .menu :hover > a{
color:#FFEBF8;
background:#503340;
}

/* style the top level hover */
#topmenu .menu ul ul a:hover{
color:#FFEBF8; 
background:#89576D;
}
#topmenu .menu ul ul :hover > a {
color:#FFEBF8;
background:#89576D;
}


/* make the second level visible when hover on first level list OR link */
#topmenu .menu ul li:hover ul,
#topmenu .menu ul a:hover ul{
visibility:visible; 
}


.dropact{color:#fff;}


.csc-textpic-imageevent{
float:left;
}

.csc-textpic-imagewrap{
display:block;
}

.csc-textpic{

}


.tx-fdfx3cols-pi1{
width:720px;
float:left;
}

.tx-fdfx3cols-pi1 td{
margin:5px;
}

.c3l1-left{
border:1px solid #cdcdcd;
padding:5px;
margin-right:5px;
}

.c3l1-middle{
border:1px solid #cdcdcd;
padding:5px;
margin:5px;
}

.c3l1-right{
border:1px solid #cdcdcd;
padding:5px;
margin:5px;
}

.tx-fdfx3cols-pi1 img{
float:left;
margin:0 5px 0 0;
padding:0;
clear:both;
}
.tx-fdfx3cols-pi1 strong{
color:#60092B;
}

.csc-frame-indent6633{
width:560px;
float:left;

position:relative;
top:0;
display:inline;
}
.csc-frame-indent3366{
width:140px;
float:right;

}

.csc-frame-indent3366 h2 {
font-family:arial;
font-size: 14px;
margin-top:-10px;
color:#60092B;
}

.csc-frame-indent3366 img{
border-color:#cdcdcd;
}


#suchbox{
position:absolute;
right:10px;
top:3px;
}
#suchbox .mailbutton{
background:#4f323f;
padding:0.1em;
font-size:0.9em;
color:#DC829E;
border:0px solid #DC829E;
}
.tx-indexedsearch-searchbox-button{
background:#4f323f;
padding:0.1em;
font-size:0.9em;
color:#DC829E;
border:0px solid #DC829E;
}
#suchbox .feld{
padding:0.1em 0;
}
#suchfeld{
font-size:11px;
}