/* std.css */
/* 15.12.2002 */

body
{
    font-family:serif;
    background-color:#fff5d4;
    background-attachment:fixed;
    position:relative;
    
    /*margin-left:0Em;*/ /* Kruecke fuer IE */
    /*margin-top:0Em;*/
}

/* IE-Kruecken bei funktionierenden Browsern wieder rueckgaengig machen */
/*
html>body
{
     margin-left:11Em;
     margin-top:3Em;
}
*/

a:link { font-weight:bold; color:#e42315; text-decoration:none }
a:visited { font-weight:bold; color:#e42315; text-decoration:none }
a:hover { font-weight:bold; color:#f98d13; text-decoration:none }
a:active { font-weight:bold; color:#f98d13; text-decoration:none }
a:focus { font-weight:bold; color:#f98d13; text-decoration:none }
h1,h2,h3 { font-family:sans-serif; margin-top:5pt; margin-bottom:5pt; color:#691b1c; }


img
{
	padding:10pt;
	border-style:none;
}

img.firmenlogo
{
	padding:0pt;
	border-style:none;
}

.hauptmenue
{
    position:static;
    top:0px;
    left:0px;
    float:left;
    width:150px; /* Das ist fuer IE, den richtigen Wert unten setzen */
    /*height:100%;*/
    padding:10px;
    overflow:auto;
}
html>body.hauptmenue /* IE-Kruecken bei funktionierenden Browsern wieder rueckgaengig machen */
{
    width:140px;
}

p.menueeintrag
{
    margin-top:6pt;
    margin-bottom:6pt;
}

td.kursart
{
    font-weight:bold;
}

.kursbeschreibung
{
}

.hauptinhalt
{
    margin-left:170px;
}

#kursuntermenue
{
    display:none; /* wird in kurse.css auf sichtbar gestellt */
}

#kursuntermenueausblendlink
{
    display:none;
}

ul#kursuntermenue
{
    list-style:none;
    padding-left:1em;
    font-size:smaller;
}

ul.terminliste
{
    list-style-type:none;
}

.seitenkopf
{
    position:static;
    top:0px;
    /*left:150px;*/
    margin-top:0px;
    background-color:#fff5d4;
     /* Damit gescrollter Text nicht durchscheint */
    float:none;
    
}
h1.seitenkopf
{
    text-align:center;
}

.besucherzaehler
{
    position:absolute;
    left:0px;
    bottom:0px;
    font-size:1pt;
    width:auto;
}

.galeriemenue
{
}

@media print, handheld
{
    .kursmenue
    {
        display:none;
    }
    .hauptmenue
    {
        display:none;
    }
    .galeriemenue
    {
        display:none;
    }
    .besucherzaehler
    {
        display:none;
    }
    .seitenkopf
    {
        position:relative;
        top:0px;
        left:0px;
        margin-top:0px;
        background-color:transparent;
    }
    
    .hauptinhalt
    {
        margin-left:0px;
    }
    
    body
    {
     	position:relative;
      	margin-left:0Em;
      	margin-top:0Em;
	background-color:transparent;
    }
    html>body
    {
        margin-left:0Em;
        margin-top:2Em;
    }
    img.dekobild
    {
    	display:none;
    }
}

@media handheld
{
    body
    {
        position:static;
        margin-left:0Em;
    }
    
    html>body
    {
        margin-left:0Em;
    }
    
    .hauptmenue
    {
        display:run-in;
        position:static;
        float:none;
    }
    
    .kursmenue
    {
        display:run-in;
        position:static;
        left:0em;
        float:none;
    }
    .galeriemenue
    {
        display:run-in;
        float:none;
    }
    
    .besucherzaehler
    {
        display:none;
    }
    
    .firmenlogo
    {
        display:none;
    }
}

.aktuell
{
    background-color:#FFFFFF;
    border:inset;
    margin:10px;
    padding:10px;
}

