*
{
    margin:0px;
    padding:0px;
    }
    
body
{
    background-color:#dedede;
    font-family:Arial;
    font-size:0.65em;
    }
    
#wrap
{
    width:1007px;
    margin:0 auto;
    background-image:url(../img/background_middle.jpg);
    background-repeat:repeat-y;
    }
    
#header
{
    width:1007px;
    height:191px;
    background-image:url(../img/top.jpg);
    background-repeat:no-repeat;
    }
    
#menu
{
    width:960px;
    height:36px;
    background-image:url(../img/menu.jpg);
    background-repeat:repeat-x;
    margin-left:24px;
    margin-top:3px;
    margin-bottom:21px;
    }
    
    #menu ul
    {
        list-style:none;
    }
    
    #menu ul li
    {
        float:left;
    }
    
    #menu ul li a
    {
        display:block;
        height:36px;
        color:#fff;
        font-weight:bold;
        text-decoration:none;
        border-right:1px solid #fff;
        padding:10px 10px 0 10px;
        letter-spacing:1px;
    }
    
    #menu ul li a:hover
    {
        background-image:url(../img/menu_active.jpg);
        background-repeat:repeat-x;
    }
    
    #menu ul li a.active
    {
        background-image:url(../img/menu_active.jpg);
        background-repeat:repeat-x;
    }
    
#content
{
    width:917px;
    height:auto;
    padding:0 40px 20px 50px;
    }
    
#footer
{
    width:1007px;
    height:44px;
    background-image:url(../img/footer.jpg);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:10px;
    }
    
    #footer ul
    {
        text-align:center;
        list-style:none;
        }

    #footer ul li
    {
        display:inline;
        margin:0 5px 0 5px;
        color:#7b8582;
        }

    #footer img
    {
        float:right;
        position:relative;
        right:30px;
        top:-15px;
        border:0px;
        }

#newsbox
{
    width:217px;
    background-color:#e4e4e4;
    }
    
#newsbox_top
{
    width:217px;
    height:28px;
    background-image:url(../img/newsbox_top.jpg);
    background-repeat:no-repeat;
    }

#newsbox_middle
{
    width:197px;
    padding:15px 10px 0 10px;
    }
    
#newsbox_bottom
{
    width:217px;
    height:9px;
    background-image:url(../img/newsbox_bottom.jpg);
    background-repeat:no-repeat;
    }

#left
{
    width:700px;
    float:left;
    }
    
    #left ul
    {
        margin-left:20px;
        font-size:1.1em;
        margin-bottom:15px;
        }
    
    #text
    {
        width:420px;
        float:left;
        }
    
    #news
    {
        width:250px;
        float:right;
        }
    
#right
{
    width:216px;
    float:left;
    }

.border
{
    width:320px;
    height:1px;
    background:#bac0be;
    margin:5px 0 15px 0;
    }
  
#anmalan_form
{
    margin-top:15px;
    }
    
    #anmalan_form ul
    {
    list-style:none;
    font-size:1.1em;
    }
    
    #anmalan_form ul li
    {
        float:left;
        width:80px;
        margin-bottom:3px;
    }
    
    #anmalan_form ul li ul
    {
        float:left;
    }
    
#submenu ul
{
    list-style:none;
    margin-left:50px;
    margin-top:-5px;
    }
    
    #submenu ul li
    {
        float:left;
        margin-right:20px;
        font-size:1.1em;
        font-weight:bold;
        margin-bottom:10px;
        }
        
    #submenu ul li a
    {
        text-decoration:underline;
        }
    
.textbox
{
    width:230px;
    }
    
.button
{
    border:1px solid #ccc;
    border-right:1px solid black;
    border-bottom:1px solid black;
    padding:5px;
    }




/*TEXTER*/
#content p
{
    margin-bottom:15px;
    font-size:1.1em;
    }
    
#content h1
{
    color:#23413a;
    font-size:1.35em;
    margin-bottom:5px;
    }
    
#content h2
{    
    color:#23413a;
    font-size:1.2em;
    }
    
a
{
    color:#23413a;
    text-decoration:none;
    }
    
    
/*BILDER*/
.startbild
{
    margin-left:-12px;
    margin-bottom:28px;
    }
