#forsideContainer
{
  width:610px;
  position:relative;
  padding-top:5px;
}

.top-image
{
  margin:0;
  
}

.top-image h2
{
  left:10px;
}

#forsideOuter
{
  margin-left:-20px;
}

#nyheder
{
  font-size:13pt;
  color:#1b1b1b;
  padding-left:10px;
  padding-right:10px;
}


#nyheder .top-story h3
{
    font-size:30px;
    font-weight:normal;
    margin-top:0;
    margin-right:65px; /*Account for feed icon*/
}

#nyheder .top-story p
{
    
}

#nyheder .top-story
{
    margin-left:40px;
    margin-bottom:20px;
}

#nyheder ul
{
  margin:0;
  padding:0;
  list-style:none;
  margin-right:10px;
}

#nyheder ul li
{
    position:relative;
    /*float:left;
    width:270px;*/
    margin-right:20px;
}

#nyheder ul li p.indledning
{
  font-size: 10.5pt;
  margin: 0;
  margin-bottom: 10px;
  
}

#nyheder ul li .content
{
    margin-left:40px;
    
}

#nyheder ul li h4
{
    margin:0;
   /* font-family: "Georgia", "Times New Roman", serif;*/
    font-weight:normal;
    font-size:19px;
}

/*

#nyheder ul li .date
{
    font-size: 12px;
    color: #999999;
    margin:0;
    padding:0;
}

*/

#nyheder .date
{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    text-align:center;
    padding:0 5px;
}

#nyheder .top-story .date
{
    top:8px;
    left:8px;
    font-size:25px;
    width:30px;
}

#nyheder .date .day,
#nyheder .date .month
{
    display:block;
}

#nyheder .date .day
{
    border-bottom:1px solid #666666;
}

#nyheder .date .month
{
    font-size: .6em;
    color: #666666;
    text-transform:uppercase
}

#forside-head
{
    position:relative;
    margin-left:13px;
}

#forside-head h2
{
    padding-top: 0;
    font-weight: normal;
    color: #808080;
    font-size:24px;
}

#forside-head .feed-link
{
    position:absolute;
    right:10px;
    bottom:-25px;
    line-height:14px;
    padding-bottom:2px;
}

#forside-head .feed-link
{
    color: #808080;
}

#forside-head .feed-link img
{
    margin-bottom:-1px;
}

#info
{
  width:300px;
  position:absolute;
  right:0;
  top:40px;
  color:#434343;
}

#info h3
{
  margin:0;
  margin-bottom:5px;
  color:#144091;
  font-size:15pt;
}

#nyhedsbrev
{
    font-size:14px;
}


#nyhedsbrev .message
{
    margin-bottom: 5px;
}

#nyhedsbrev .message.error
{
    color: #990000;
}


#nyhedsbrev #newsletter-email, #nyhedsbrev #newsletter-email_watermark
{
    margin-top:1px;
    margin-right: 5px;
    width:225px;
    float:left;
}

#social
{
  overflow:hidden;
}

#social a
{
    background-image:url(/img/forside2/social-btn2.png);
    background-repeat:no-repeat;
    text-indent:-1000px;
    overflow:hidden;
    height:18px;
    display:block;
    float:left;
    margin-bottom:20px;
    margin-top:5px;    
}

#social-nyhedsbrev
{
    width:98px;
    margin-right:24px;
    margin-left:30px;
}

#social-nyhedsbrev:hover
{
    background-position:0 -18px;
}

#social-rss
{
    width:44px;
    margin-right:24px;
    background-position:-115px top;
}

#social-rss:hover
{
    background-position:-115px -18px;
}

#social-facebook
{
    width:85px;
    background-position:-171px top;
}

#social-facebook:hover
{
    background-position:-171px -18px;
}

#sidebar
{
  position:absolute;
  left:auto;
  right:0;
  top:0;
  width:350px;
}

#sidebar .inner
{
    margin:10px;
}


.besked
{
  background-color:#fffee6;
  background-image: url(/img/besked_bg.gif);
  background-repeat: repeat-x;
  background-position:bottom left;
  border: solid 1px #eed505;
  margin:0;
  padding:5px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}




/*VARIABLE FORSIDEBILLEDER
*/
.top-image
{
    position:relative;
    margin-left:-1px;
    margin-right:5px;
    overflow:hidden;
}

.top-image ul
{
    margin: 0;
    padding:0;
    list-style:none;
}

.top-image li.hidden
{
    display:none;
}

.top-image .info
{
    position:absolute;
    top:0px;
    left:0;
    width:212px;
    height:100%;
    background-image:url(/img/forside2/photo-desc-bg.png);
    text-align:center;
}

.top-image .info .inner
{
    margin:8px;
}

.top-image .info .title
{
    font-family:Georgia, Times New Roman, Serif;
    color:White;
    font-size:22px;
    margin-bottom:10px;
}

.top-image .info .desc
{
    color:#939393;
     margin-bottom:5px;
}

.top-image .info a.read-more
{
    display:block;
    display:inline-block;
    margin-bottom:6px;
}

.top-image .changer
{
    display:none;
}

.top-image.js .changer
{
    display:block;
    position:absolute;
    bottom:0;
    left:106px;/*Half of .info width for centering*/
    width:50px;
    height:50px;
    margin-left:-25px;
    line-height:16px;
}

.top-image .changer a
{
    color:#636363;
    text-decoration:none;
    font-weight:bold;
    outline:0;
    -moz-outline:0;
    display:block;
    width:15px;
    height:20px;
    float:left;
    background-image:url(../img/forside2/photoarrows.png);
    background-repeat:no-repeat;
    text-indent:-1000px;
    overflow:hidden;
    margin:5px;
}

.top-image .changer a.left
{
    
}

.top-image .changer a.right
{
    background-position:-18px 0;
}

.top-image .changer a.left:hover
{
    background-position:0 -20px;
}

.top-image .changer a.right:hover
{
    background-position:-18px -20px;
}

.top-image .changer a:hover
{
    color:White;
}

.top-image li img
{
    position:absolute;
    top:0;
    left:212px;
}

.photochanger
{
    height:246px;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

