<style>
root { 
    display: block;
}
body {background-image: url(../images/background.png);
      background-repeat:no-repeat;
      background-position:top center;
      background-color: #a8a8a6;
       margin:0px;
      
}
.clear{clear:both;}
#tilmeld{width:242px;
height:189px;
position:absolute;
left:30px;
top:560px;}
#main{width:1024px;
      height:768px;
    position:absolute;
    left:50%;
      
    right:50%;
    margin-left:-512px;
background-image: url(../images/vintersolbg.png);}
#logo{width:295px;
height:210px;
background-image:url(../images/logo.png);
position:relative;
float:left;}
#text-box{
    width:497px;
    height:369px;
    position:absolute;
    top:360px;
    left:512px;
    background-image: url(../images/textbg.png);
}
#text{font-family: "GothicUltraOTRegular", sans-serif;
      font-size: 26px;
      width:400px;
height:305px;
position: absolute;
left:50px;
top:35px;
overflow:auto;
padding-right: 0px;
;}
#text a{
    color:#91170e;
    text-decoration:none;
}
#eyes{width:129px;
    height: 67px;
position:absolute;
left:108px;
top:398px;
}
#menu{width:180px;
    height:275px;
    padding-right:24px;
    padding-top:50px;
    text-align: right;
position: relative;
float: right;
}
.menupunkt{height:55px;
           
width:150px;
position:relative;
float:right;
}
.menupunkt a{text-decoration: none;
           color: #6f2000;
font-size: 24px;}

#qoute{width:250px;
       height:250px;
font-family: "ShardeeRegular";
font-size: 24px;
color:#91170e;
position:absolute;
left:510px;
top:200px;}
#name{width:150px;
      height:36px;
      font-family: "ShardeeRegular";
font-size: 24px;
color:#91170e;
      position:relative;
      float:right;}
#marker{height:30px;
        width:55px;
        background-image: url(../images/maker.png);
       position:absolute; 
       right:px;
        top:px;
}        
#basic-modal-content {display:none;

}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

#indhold{width:600px;
         height:370px;
         position:relative;
         float:left;
         overflow:auto;
         padding-right:10px;
         
}
</style>
