﻿html, body 
{
    margin:0px; padding:0px;
    font-family:Garamond;color:#04214B;
}

h1
{font-family:Garamond;font-size:26px; }


h2
{font-family:Garamond;font-size:23px; }

a
{color:#04214B; text-decoration:none; font-style:italic; font-weight:bold;letter-spacing:1px;}

a:hover
{ text-decoration:underline;
}

.header
{
    position:relative;
    width:100%;
    height:216px;
    background-image:url(/grafik/header.jpg);
    background-position:center;
    background-repeat:no-repeat;  
    }

.header_innen
{
    position:relative;
    width:894px;
    height:216px;
    margin:auto;
    overflow:hidden;    
}

.menu
{
     position:relative;
    width:100%;
    height:114px;
    background-image:url(/grafik/menu.jpg);
    background-position:center;
    background-repeat:no-repeat;  
    }
    
.menu_innen
{
    position:relative;
    width:894px;
    height:66px;
    margin:auto;
    overflow:hidden;   
    text-align:right; 
}

.menu_innen a
{color:#04214B; font-size:21px; text-decoration:none; font-style:italic; font-weight:bold;margin-left:30px; letter-spacing:1px;}

.menu_innen a:hover
{ text-decoration:underline;
}

.content
{
     position:relative;
    width:100%;
    background-image:url(/grafik/contentBack.jpg);
    background-position:center;
    background-repeat:repeat-y;  
    }
    
.content_innen
{
    position:relative;
    width:842px;
    padding-left:50px;
    margin:auto;   
}

.content_innen_left
{float:left;width:390px;padding-right:65px;}

.content_innen_right
{float:left;width:380px;}


.footer
{
     position:relative;
    width:100%;
    height:148px;
    background-image:url(/grafik/footer.jpg);
    background-position:center;
    background-repeat:no-repeat;  
    }   

.footer_innen
{
    position:relative;
    width:842px;
    padding-left:35px;
    padding-top:110px;
    margin:auto;   
    text-align:center;
    color:White;
}

.footer_innen a
{
    color:White;
}
