#bg_top
{
    position: absolute;
    left: 10px;
    top: 10px;
    height: 200px;
    width: 970px;
    background-image: url(bg_top.png);
    z-index: 0;
}

#bg_top #banner_text
{
    position: absolute;
    width: 760px;
    top: 35px;
    left: 190px;
    color: black;
    font-size: x-large;
    font-variant: small-caps;
    font-family: Georgia;
    text-align: center;
}

#bg_top #login_user
{
    position: absolute;
    width: 760px;
    top: 60px;
    left: 190px;
    color: black;
    font-size: small;
    font-variant: small-caps;
    font-family: Georgia;
    font-weight: bold;
    text-align: right;
}

#bg_left
{
    position: absolute;
    left: 10px;
    top: 210px;
    width: 190px;
    /*height: 650px;*/
    background-image: url(bg_left.png);
    z-index: 0;
}


#bg_left #navigation_left
{
    position: absolute;
    left: 30px;
    top: 0px;
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
    padding:1px;
    z-index: 1;
    text-align: left;
}

a.left_nav:link 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:active 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:visited 
{
    color: #000000;
    text-decoration:none;
}

a.left_nav:hover 
{
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}

#login
{
    position: absolute;
    left: 185px;
    top: 130px;
    width: 210px;
    height: 100px;
    background-color:#A4B5BE;
    filter:alpha(opacity=70);
    -moz-opacity:.70;opacity:.70;
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
    z-index: 3;
    text-align: left;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    visibility: hidden;
}

#login_opacity
{
    position: absolute;
    left: 285px;
    top: 152px;  
    z-index: 2;     
    background-color:white;
    width: 92px;
    height: 49px;
    visibility: hidden;     
}

#content
{
    position: absolute;
    left: 190px;
    top: 100px;
    width: 540px;
    background-color:white;
    font-variant: small-caps;
    font-family: Georgia;
    font-size: small;
}

#content .article_date
{
    font-weight: bold;
    text-align: right;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px; 
}

#content .article_caption
{
    font-weight: bold;
    text-align: left;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px; 
}

#content .article_author
{
    text-align: left;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#content .article_info
{
    text-align: left;
    padding-left:10px;
    padding-right:10px;
    font-weight: bold;
}

#content .article_summary
{
    font-variant: normal;
    padding-left:10px;
    text-align: left;
    padding-right:10px;
}

#content .read_more
{
    font-variant: small-caps;
    font-family: Georgia;
    text-align: right;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;
}

a.read_more_link:link 
{
    color: #3F6572;
    text-decoration:none;
}

a.read_more_link:active 
{
    color: #3F6572;
    text-decoration:none;
}

a.read_more_link:visited 
{
    color: #3F6572;
    text-decoration:none;
}

a.read_more_link:hover 
{
    color: #3F6572;
    text-decoration:none;
    font-weight: bold;
}

#article_navigation
{
    position: relative;
    width: 540px;
    height: 20px;
    background-color: #DBD8C7;
}

.article_navigation_item
{
    color: black;
    font-variant: small-caps;
    font-family: Georgia;
    background-color: #DBD8C7;
}

a.article_navigation_item:link 
{
    background-color:#DBD8C7;
    text-decoration:none;
}

a.article_navigation_item:active 
{
    background-color:#DBD8C7;
    text-decoration:none;
}

a.article_navigation_item:visited 
{
    background-color:#DBD8C7;
    text-decoration:none;
}

a.article_navigation_item:hover 
{
    background-color:#DBD8C7;
    text-decoration:none;
    font-weight: bold;
}

#calendar
{
    position: absolute;
    left: 550px;
    height: 30px;
    top: 0px;
    width: 240px;
    background-image: url(bg_calendar.png);
    font-variant: small-caps;
    font-family: Georgia;
}

#calendar_caption
{
    position: absolute;
    width: 240px;
    top: 5px;
    left: 5px;
    color: black;
    font-size: medium;
    font-variant: small-caps;
    font-family: Georgia;
    text-align: left;
    font-weight: bold;
}

#calendar_table
{
    position: absolute;
    width: 230px;
    top: 25px;
    left: 5px;
}

.calendar_day
{
    text-align: left;
    width: 75px;
}

.calendar_date
{
    text-align: left;
    width: 75px;
}

.calendar_time_of_day
{
    text-align: left;
    width: 80px;
}

.calendar_location
{
    text-align: left;
    width: 230px;
}

.calendar_description
{
    text-align: left;
    width: 240px;
    font-variant: normal;   
}

#calendar_complete
{
    position: absolute;
    left: 5px;
    width: 230px;
    text-align: right;
}

#mols_linjen_logo
{
    position: absolute;
    left: 550px;  
    top: 500px;
    width: 240px;
}

#contact_widget
{
    position: relative;
    top: 10px;
    width: 350px;
    height: 110px;
    background-color: #F2DB9B;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black; 
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color : black;       
}

#contact_widget #contact_caption
{
    position: absolute;
    top: 5px;
    left: 10px;
    width: 340px;
    font-weight: bold;  
    text-align: center; 
}

#contact_widget #contact_content
{
    position: absolute;
    top: 25px;
    left: 10px;
    width: 340px;
    text-align: left;
    font-size: small;
}

a:link 
{
    color: #3F6572;
    text-decoration:none;
} 

a:active 
{
    color: #3F6572;
    text-decoration:none;
}

a:visited 
{
    color: #3F6572;
    text-decoration:none;
}

a:hover 
{
    color: #B22222;
    text-decoration:none;
}
