/**
 *  www.mit-mir-nicht.de
 *
 *  
 *  
 *  Header BG:  #d6ccc0
 *  Body BG:    #f0eeea
 *  Font:       #612063
 */
* {
    margin:0;
    padding:0;
    font-family: 'Gafata', sans-serif;
}

#WRAPPER {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    background-color:none;
}

#VIDEOLINK {
    display: none;
}


header, #CONTENT, nav {
    display:block;
}


header {
    /*background:url(images/header_background.jpg) top left no-repeat #FFF;*/
    height:159px;
    margin-bottom:2px;
    position: relative;
    display:block;
    background: #d8cfc3;
   
}
    header img {
        margin-left:91px;
        margin-top:11px;
        
    }
    header h1 {
        font-family: 'Love Ya Like A Sister', cursive;
        color:#eb6940;
        position: absolute;
        top:35px;
        right:71px;
        font-size: 64px;
        font-weight: normal;
        text-shadow: 0 0 50px #FFF;
    }
    header h2 {
        font-size: 18px;
        position: absolute;
        color:#612063;
        right:28px;
        top:104px;
        font-weight: normal;
    }
        header h2 em {
            color:#8d261f;
            font-style:normal;
        }

nav {
    text-align: center;
    border-top:1px dashed #ca9a97;
    border-bottom:1px dashed #ca9a97;
    margin-bottom: 2px;
    overflow: hidden;
    height:38px;
}
nav ul {
    width:570px;
    margin:7px auto;
}
nav ul li {
    float:left;
    display:inline-block;
    margin-right:18px;
    list-style: none;
}
    nav ul li:last-child {
        margin-right:0;
    }
nav a:link, nav a:visited, nav a:active {
    font-size: 20px;
    color:#612063;
    text-decoration: none;
}
    nav a.active {
        color:#a99b8a;
    }
    
a:hover {
    color:#eb6940;
}

#CONTENT {
    overflow: hidden;
    padding-top:30px;
    /*background:url(images/SectionBG.jpg) top left repeat-x #f0ede9;*/
    position: relative;
    width:100%;
    letter-spacing: 0.1px;
    padding-bottom:20px;
    display:block;

    
    background: #f0eeea; /* Old browsers */
    
}
#CONTENT a {
   color:#eb6940;
   text-decoration: none;
}
    #CONTENT h3 {
        font-size: 28px;
        font-family: 'Love Ya Like A Sister', cursive;
        color:#612063;
        font-weight: normal;
    }
    #STARTSEITE_CONTENT {
        position: absolute;
        top:82px;
        right:94px;
        text-align: right;
    }
        #STARTSEITE_CONTENT h3 {
            margin-bottom:10px;
        }
    

#CONTENT blockquote {
    color:#eb6940;
    line-height: 145%;
    font-size:15px;
    margin-top:30px;
}
    #CONTENT blockquote em {
        font-size: 60px;
        font-family:'Love Ya Like A Sister', cursive;
        position: relative;
        left:-5px;
        top:-5px;
    }



.leftCol {
    float:left;
    width:476px;
    text-align: right;
    padding-top:16px;
}
.rightCol {
    float:right;
    width:505px;
    text-align: left;
}

#VIDEO {
    margin:0px auto;
    width:960px;
    display:block;
}



#CONTENT p {
    margin-bottom:20px;
    font-size: 14px;
    color:#612063;
}
#CONTENT p.smallerFont {
    font-size: 13px;
}

#CONTENT p span.rightMargin {
    display:block;
    margin-right:10px;
}

.kontakt #CONTENT p {
    color:#7e3488;
    line-height: 140%;
}
#CONTENT p em {
    font-style:normal;
    color:#eb6940;
}
#CONTENT p em.gfk {
    color:#8d261f;
}
#CONTENT p em.mmn {
    font-family:'Love Ya Like A Sister', cursive;
    font-size: 140%;
    display:inline-block;
    padding-top:4px;
}

#FOOTER {
    
    margin-top:11px;
    font-size: 12px;
    margin-bottom:20px;
    clear:both;
}
    #FOOTER a {
        text-decoration: none;
        color:#612063;
        display:inline-block;
        margin-left:459px;
    }