/**************************************
LINKSEKTION
**************************************/
a:link {
    font-weight:bold;
    color:#830000;
    text-decoration:underline;
}
a:visited {
    font-weight:bold;
    color:#d07c6b;
    text-decoration:none;
}
a:hover {
    font-weight:bold;
    color:#830000;
    text-decoration:underline;
}
a:focus {
    font-weight:bold;
    color:#830000;
    text-decoration:underline;
}
a.helpermenuitem{
    display:block;
    float:right;
    padding-left:5px;
    width:85px;
    text-align:center;
    font-size:8pt;
    font-weight:bold;
    color:#fffe85;
    text-decoration:none;
    background-color:#830000;
}

a.helpermenuitem:link {
    color:#fffe85;
}

a.helpermenuitem:visited {
    color:#fffe85;
}

a.helpermenuitem:hover {
    font-weight:bold;
    color:#830000;
    background-color:#fffe85;
    text-decoration:none;
}
a.helpermenuitem:before{
    content:"";
}

a.submenuitem{
    margin-top:5px;
    display:block;
    float:left;
    width:140px;
    height:20px;
    text-align:center;
    background-color:#830000;
    color:#fffe85;
    border:1px solid #fffe85;
}

a.submenuitem:hover{
    text-decoration:none;
    color:#830000;
    background-color:#fffe85;
}

a.menuitem{
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:2px;
    margin-left:2px;
    height:30px;
    text-align:left;
    vertical-align:middle;
    text-decoration:none;
    border-top:none;
    border-left:none;
    border-bottom:1px solid #fffe85;
    color:#fffe85;
}
a.menuheader{
    padding-top:5px;
    padding-bottom:5px;
    margin-left:5px;
    display:block;
    height:30px;
    text-align:left;
    vertical-align:middle;
    text-decoration:none;
    background-color:#830000;
    border-top:none;
    border-left:none;
    border-bottom:1px dotted #fffe85;
    color:#fffe85;
}
a.menuheader:visited{
    color:#fffe85;
}
a.menuitem:visited{
    color:#fffe85;
}
a.menuheader:hover{
    background-color:#830000;
    color:#742e20;
    text-decoration:none;
    border-left:none;
    border-bottom:1px dotted #fffe85;
    border-top:1px dotted #fffe85;
}
a.menuitem:hover{
    background-color:#fffe85;
    color:#830000;
    text-decoration:none;
    border-left:none;

}

/*************ENDE LINKSEKTION*******************************/




/********************************************
CONTAINER
********************************************/

body{
    background-color:#fffe85;
    font-family:Verdana,"Century Gothic",Arial,sans-serif;
    font-weight:normal;
    font-size:11pt;
    line-height:16pt;
    color:#830000;
}

div#header{
    background-image:url(../upload/bilder/header_neu.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-color:#fffe85;
    height:200px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom:0px;

}
div#menucontainer{
    background-color:#fffe85;
    background-image:url(../upload/bilder/menubg.png);
    background-repeat:no-repeat;
    background-position:left top;
    float:left;
    width:200px;
    height:497px;

}

div#displaycontainer{

    margin-left:200px;
    height:400px;

}


div#helpermenucontainer{
    height:20px;
    position:relative;
    top:0px;
    margin-top:0px;
    padding:0px;
}

div#submenucontainer{
    margin-top:0px;
    padding:0px;
}

div#display{
    padding-left:25px;
}

#display h1{
    margin-top:15px;
    font-weight:bold;
    font-size:14pt;
}

#display h2{
    margin-top:15px;
    font-weight:bold;
    font-size:14pt;
}

h1{
    font-weight:bold;
    font-size:14pt;
}

img{
    border:1px solid #830000;
    padding:5px;
    margin:15px;
}
hr{
    color:#830000;
}

blockquote{
    text-align:justify;
}


li.terminort{
    overflow:visible;
    border:1px solid #830000;
    margin-bottom:70px;
    padding:15px;
                height:365px;
}

.keinrahmen{
    border-width:0px;
    padding:15px;

}

li.terminort_david{
    overflow:visible;
    border:1px solid #830000;
    margin-bottom:70px;
    padding:15px;
    height:100px;
}

ul.kursliste{
    list-style-type:none;
}



li.kurs{
    overflow:visible;
    border:1px solid #830000;
    margin-bottom:70px;
    padding:15px;
    height:300px;
}

ul.terminliste{
    list-style-type:none;
}


td.tbl_preis{
    text-align:right;
}

table.preistabelle{
    margin-left:40px;
    margin-top:40px;
}

table.preistabelle th{
    height:45px;
    text-weight:bold;
    text-align:left;
}

.rahmen{
    border:2px solid #830000;
    font: 10pt Verdana;
    border-collapse:collapse;
}

.terminoverviewthead{
    text-align:center;
    font-weight:bold;
    border:1px solid #830000;
}

.ersteSpalte{
    width:50px;
}

.kalender_monat{
    font-weight:bold;
    font-size: 12pt;
    border:1px solid #830000;
    color:#fffe85;
    background-color:#830000;
}

td{
    border:1px solid #830000;
    padding:5px;
                height:25px;

}

.unformatierteZelle{
    border:1px solid #830000;
    padding:5px;
                height:25px;

}

.Bild_links_textfluss_rechts{
float:left;
}

.Bild_rechts_textfluss_links{
float:left;
}

.Fontbigger{
font-size: medium;
}