/* GENERALS */
h1
{
    font-size: 16pt;
    font-weight: bold;
    }
h2
{
    font-size: 12pt;
    font-weight: bold;
		margin: 30px 0px 14px 0px;
    }
/* END OF GENERALS */

body{
	  font-size: 12px;
    font-family: Arial;
    background-color: #C0C0C0;
}

#ramme 
{
		border: 2px solid gray;
    width: 850px;
    text-align:left;
    }
    
#top 
{
    background-image: url(../images/logo.gif);
    position: relative;
    top:100;
    width: 850px;
    height: 100px;
}

/* QUOTES */
#quotebox
{
    font-size: 10px;
    
    margin: 10px 10px 10px 10xp;
    position:absolute;
    bottom: 24px;
    right: 5px;
    width: 180px;
    text-align:center;

}
#quote
{
    color:#A47348;
    margin-bottom: 6px;
}
#quoter
{
    color:Black;
}
/*END OF QUOTES */


#menu 
{
    position: relative;
    top: 82px;
    left:63px;
}
div.menupunkt
{
    position:relative;
    width:auto;
    float:left;
    margin-right:40px;
    font-weight:bolder;
}
a.menupunkt{
		text-decoration: none;
}
#indhold
{
    padding: 20px 50px 50px 50px;
    background-color:White;
    font-size: 14px;
}

A {font-weight:bold;font-family: Arial; text-decoration: underline;}

A:Link{color: #000000;}
A:visited{color: #000000;}
A:Active{color: #000000;}
A:Hover{color: #A47348;text-decoration: none;}
