﻿*
{
    font-family:Verdana;
}

img
{
    border-style:none;
}

#e-kort
{
    margin:20px 0 0 275px;
}

body
{
     background-image:url('img/style/bg.png');
     background-repeat:repeat-x;
     background-color:#78797c;
}

a
{
       font-size:16px;
}
a:link
{
    color: silver;
}
a:visited
{
    color: #000000;
}

a:active
{
    color:#000000;
}

#main-wrap
{
    width:982px;
    margin:auto;
    position:relative;
    top:0px;
    left:0px;
}

/*Top - Menu*/
#top
{
    background-image:url('img/style/top.png');
    background-repeat:repeat-x;
    width:980px;
    height:211px;
}

    #logo
    {
        position:absolute;
        left:200px;
        top:10px;
    }

    #menu
    {
        position:absolute;
        top:162px;
        left:0px;
    }
    
    .menu-punkt
    {
        display:inline;
        margin:0 45px 0 0;
    }        
    
/*Top - Menu -- slut*/

/*Nyheder*/
#slide-bar
{
    margin:20px 0 0 19px;
    width:942px;
}
    #slide-top
    {
        width:942px;
        height:9px;
        background-image:url('img/style/slide-top.png');
    }
    
    #slide-mid
    {
        width:942px;
        height:127px;
        background-image:url('img/style/slide-mid.png');
    }
    
    .slide-table
    {
        margin:auto;
    }
            .slide-img
            {
                margin:30px 0 0 118px;
                border-style:none;
            }
            
            .nyhed-spec
            {
                text-align:left;
            }
            
                .nspec
                {
                    font-size:10px;
                    color:#222222;
                    margin: 0 0 0 0;
                }
            
                .npris
                {
                    font-weight:bold;
                    font-size:14px;
                    color:Black;
                    margin:0 0 5px 0;
                }
    
    #slide-bun
    {
        width:942px;
        height:16px;
        background-image:url('img/style/slide-bun.png');
    }
/*Nydeder -- slut*/


/*Hovedindhold*/    
#main
{
    margin: 20px 0 0 19px;
    width:942px;
}
    #main-top
    {
        width:942px;
        height:9px;
        background-image:url('img/style/main-top.png');
        
    }
    
    #main-mid
    {
        width:942px;
        height:347px;
        background-image:url('img/style/main-mid.png');
    }           
    
        #main-billeder-forside
        {
            width:240px;
            border-right:solid 1px silver;
            padding: 0 0 0 10px;
            vertical-align:top;
        }
        
	   .head
            {
                font-weight:bold;
		font-style: italic;             
		font-size:16px;
                color:#b4b4b4;
                margin:0 10px 20px 10px;
            }
            
            .brod
            {
                color:#b4b4b4;
                font-size:14px;
                margin:0 15px 30px 15px;
            }

	    .citat
            {
                color:white;
                font-size:10px;
                margin:0 15px 30px 15px;
            }

        #main-tekst-forside
        {
            padding: 15px 5px 15px 5px;
            text-align:left;
            height:330px;
            vertical-align:top;
            overflow:auto;
            
        }
        
	    
    
    #main-bun
    {
        width:942px;
        height:10px;
        background-image:url('img/style/main-bun.png');
    }
    
        #bund-info
        {
            margin:20px 0 0 100px;
            font-size:12px;
        }
/*Hovedindhold -- slut*/
