﻿

/* HEADERS */ 


/* Branding */ 
#header h1 a:link, #header h1 a:visited
{
    background: transparent url(/App_Themes/Default/Images/Branding/headerlogo.gif) no-repeat 0 0; 
    width: 186px;
    height: 136px;
    text-indent: -9999px;
    position: absolute;
    left: 380px;
    top: 20px;
    display: block;
}

/* Default Headline sizes h2-h5 */ 
#mainContent h2
{
    font-size: 2.6em;
    line-height: 35px;
    margin-bottom: 19px;
    color: #b78b1f;
}

#mainContent h3, #DefaultContent h3
{
    font-size: 1.8em;
    line-height: 25px;
    margin-bottom: 5px;
    color: #b78b1f;
}

#mainContent h4
{
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1px;
    color: #2c2a18;
}

#mainContent h5
{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}




/* Paragraphs */ 




#MainContentHolder p, #DefaultContent p
{
    font-size: 1.3em;
    font-family: Georgia, Times New Roman, Serif;
    line-height: 1.4em;
    margin-bottom: 17px;
}

/* Lists */
#mainContent ul, #mainContent ol
{
    margin: 20px 0 30px 10px;
}

#mainContent ul li
{
    font-size: 1.3em;
    line-height: 1.9em;
    
    padding: 0 0 0 13px;
    list-style: none;
    background: transparent url(/App_Themes/Default/Images/Graphics/li.gif) no-repeat 0px 10px; 
}

#mainContent ol li
{
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 0 0 0 18px;
}



div.hr
{
     background: transparent url(/Images/hr.gif) no-repeat 0 0; 
     width: 562px;
     height: 84px;
     margin: 10px 0;
     border: 1px solid #fff;
     border: 0;
}

/* AKTUELLT */



#mainContent .aktuellt
{
    font-size: 1.3em;
    font-family: Georgia, Times New Roman, Serif;
    line-height: 1.4em;
    margin-bottom: 17px;
    margin-top: 10px;
}
#mainContent span.date
{
    color: #8f8c7f;
    font-size: 1.3em;
    font-family: Georgia, Times New Roman, Serif;
    margin-bottom: 10px;
}
#mainContent h3
{
    margin-bottom: 1px;
}

#mainContent h3 a.aktuelltTitleLink:link, #mainContent h3 a.aktuelltTitleLink:visited
{

}
#mainContent h3 a.aktuelltTitleLink:hover, #mainContent h3 a.aktuelltTitleLink:active
{
    font-size: 18px;
    background:none;
    color: #b78b1f;
}


blockquote
{
    font-size: 1.3em;
    line-height: 1.4em;
    color: #8f8c7f;
    font-style: italic;
    padding: 7px 0 10px 22px;
}
