body
{
    margin: 0px;
    padding: 0px;
    background-color: #fefaee;
    overflow-y: scroll;
    background-image: url('/css/Bilder/Verlauf-Hintergrund.jpg');
    background-attachment: fixed;
    background-repeat: repeat-x;
}



p, h1, h2, td, li
{
    margin: 0px;
    padding: 0px;
    color: rgb(79,77,73);
    text-align: left;
    font: normal 12px/18px Verdana;
    /*letter-spacing: 0.03em;*/
}

.Bildlegende
{    font: normal 10px/13px Verdana;

}

a
{
color:#013743;
text-decoration:underline;
}

h1
{
    font: normal 18px/28px Verdana;
    padding-bottom: 0px;
    color: #29474f;
    text-transform: uppercase;
}


h2
{
    font: normal 15px/24px Verdana;
    color: #29474f;
    text-transform: none;

}

ul
{
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    font: normal 13px/18px Verdana;
    color: #98948e;
    list-style-image: url('/css/Bilder/bulletpoint.png');
    list-style-position: outside;
}

li
{
    padding-bottom: 2px;

}

img
{
border:none;}

td
{
vertical-align:top;
padding:3px 0 0 0;
}

/* SPEZIALFORMATE */
.hidden{
	display:none;
}
.Inhalt .captcha, .Inhalt img+input {
    margin-left:3px;
    background-color:rgb(200,180,180);
    display:inline-block;
    vertical-align:top;
    width:40px;
}
.InhaltSpezial p
{
    color:White; 
    padding:0px 15px 5px 15px;
    
}

.InhaltSpezial h1
{
    border-bottom:1px solid #575141;
    margin-bottom:10px;
 
}

.InhaltSpezial h2
{
    color:White; 
    padding:5px 15px 5px 15px;
    
}

.InhaltSpezial a
{text-decoration:none;
}

.PanelAnmeldungKurs
{position:relative;
 padding-top:10px;
}

.Kursanmeldung
{padding:0;
 font-weight:bold;
 text-align:right;
 position:absolute;
  right:0px;
  top:-28px;
}

/* Galerie */

.Inhalt .Galerie
{position:relative;
 width:760px;
 /*top:25px;
 left:160px;
margin-right:150px*/
}

.Galerieeintrag
{   display:list-item;
    list-style-type: none;
    list-style-position:inside;
    list-style-image: url('/css/Bilder/bulletpoint.png');
}

.Inhalt #CloseGalerie
{padding: 0 !important;
 background-color:transparent;
}

.Inhalt #CloseGalerie input 
{
    background-color:transparent;}

/* Formate für Editorstile */
.BildGross:hover /* überschreibt Breiteattribut von Bildern, zum zoomen */
{width:730px !important;
 height:auto !important;
}

.Quote1
{
    font: normal 18px/26px Verdana;
    padding-bottom: 0px;
    color: #29474f;
    text-transform:none;
}

.Quote2
{
    font: normal 12px/16px Verdana;
    color: #29474f;
    text-transform: uppercase;
}

.LogoObenLinks
{position:absolute;
 top:30px;
 left:30px;
}

/* Formularfelder  */
.Inhalt input, .Inhalt textarea
{
    border-style: none;
    background-color:#e4e3e3;
    width: 322px;
    height: 20px;
    margin:0px 0 3px 0px;
    }

input[type="radio"], input[type="checkbox"]
{
    width:10px;
    margin:0 10px 0 0;
    vertical-align:middle;
}
input[type="image"]
{
    width:auto;
}
.Inhalt input[type="submit"]
{
    height: 20px;
    background-color: #F3D759;
    width:80px;
    border:none;
    color:White;
    margin:5px 0 15px 0;
}

.Inhalt input[type="submit"]:hover
{
    background-color:  #29474f;
}

.Inhalt textarea
{
    height: 80px;

}



/* Layers  */
#TopContainer
{
width:970px;
margin-left:auto;
margin-right:auto;
height:auto;
overflow:auto;
top:50px;
}

.Inhalt
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 30px 170px 10px 170px;
    min-height: 154px;
    width: 630px;
    background-color:white;
}

.InhaltSpezial
{
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0;
    min-height: 154px;
    width: 100%;
    background-color:transparent;
}



#header
{   position: relative;
    height: 150px;
    z-Index:2;
    padding:0;
    margin:0;
    border-bottom:1px solid #575141;

}

#Headerimage
{height:270px;
 width:970px;
}


#Logo
{
    position: absolute;
    right: 0px;
    bottom: 15px;
    z-index:1;
}

#Logo img
{height:120px;
}

.Quote
{
position:relative;
height:270px;
margin:15px 0;
width:100%;
overflow:hidden;
background-color:rgb(202,197,190);
}

.FlashHintergrund
{position:absolute;
 top:0px;
 left:0px;
 z-index:-1;
}

#Footer
{position:relative;
 width:100%;
 border-top:1px solid #575141;
 padding:1px 0 0 0;
 margin:10px 0 20px 0;
}

#Footer p
{ font-size:10px;
  text-align:justify;
}

                        
@media print
{
body *
{
position:static !important;
padding:0px !important;
margin:0px !important;
height:auto !important;
}

}                        
                        
                        