Body {
    /*background-image: url("Background.jpg");
    background-position:center;*/

    background-image: url('Bakgrunn.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#172534;

}

#slideshow {     
    position: relative; 
    width: 800px; 
    height: 236px;     
}

#slideshow > div { 
    position: absolute;     
}


#MainBody {
    font-family: Arial;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#LogFrame {
    background-color: white;
    padding-left: 10px;
}

a:link, #LogFrame a:visited, #LogFrame a:active
{	
	color:Black;
	font-style:normal;
	font-variant: normal;
    font-weight:100;
	text-decoration: none;
}

a:hover
{	
	color: black;
	font-style: normal;
    font-weight:bold;
	font-variant: normal;
	text-decoration: none;
}


#Logo {
    float:left;
}


#Address{
    position: relative;
}

#TopImage {
    height: 236px;
}


.FrontFrame {
    width: 380px;
    background-color: white;
    height: 230px;
}

#MainFrame {
    width: 798px;
    margin-top: 30px;
}


#TopFrame {
    padding-bottom: 30px;
}

#BottomFrame {
}


#LeftTopFrame {
    float: left;
    margin-right: auto;
}

#RightTopFrame {
    margin-left: auto;
}

#LeftBottomFrame {
    float: left;
    margin-right: auto;
}

#RightBottomFrame {
    margin-left: auto;
}

#EndFrame {
    background-color: white;    
    margin-top: 20px;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
}

.FrontArticleMainFrame {
    font-size: 12px;
    padding: 5px;
    background-color: white;
}

.FrontArticleTitle {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
    border-bottom: solid 1px black;
}

.FrontArticleHeding {
    margin-top: 10px;
    font-size: 14px;
}