body
{
	margin: 0px;
	font-size: 10pt;
	font-family: Georgia;
}

a
{
	color: black;
	text-decoration: none;
}

img
{
	border: none;
}

h1,h2, h3, h4
{
	margin:0px;
	padding:0px;
    font-weight:normal;
}

.content-constrain {
    width:960px;
    margin:0px auto;
}
.gallery-content {
    position:relative;
}
#gallery #loader 
{
	background-color: transparent;
	border: none;
	color: transparent;
	background-image: url('/Templates/UndHjem/Pages/images/loader.gif');
	width: 100px;
	height: 35px;
	line-height: 35px;
    left:450px !important;
}

/*'''''''''*/
.head {
    text-align:center;
    height:200px;
}
.logo {
    padding-top:50px;
    display:block;
}
.menu-wrapper {
    border-bottom:1px solid #c0c0c0;
    margin-bottom:43px;
}
.top-menu {
    height:50px;
    text-align:center;
    margin:0px auto;
    
}
ul.mainmenu li.menuitem a, ul.mainmenu li.menuitem {
    display:inline-block !important;
}
    .top-menu ul li a {
        height:50px;
        line-height:50px;
        padding: 0px 20px;
        /*float:left;*/
        text-transform:uppercase;
        font-family:Georgia;
        font-size:11pt;
        color:#b0b0b0;
    }
        .top-menu ul li a:hover, .top-menu ul li.selected a {
            color:#616060;
        }

.doc-wrapper {
    height:200px;
    padding-top:40px;
    background-color:#f2f2f2;
    margin-top:60px;
    text-align:center;
}
    .doc-wrapper .full-document h1 {
        font-size: 28pt;
        font-weight: normal;
    }
    .doc-wrapper .full-document .document-content p {
        font-size: 15pt;
        font-style:italic;
        line-height:27px;
        width:960px;
    }

/*document*/
.full-document h1 {
    font-size:20pt;
}
.full-document .document-content p {
    float:left;
    width:420px;
    clear:left;
}
.document.gmap .full-document .document-content p
{
	margin-right:60px;
}
.document.gmap .full-document .document-content p.ingress
{
	margin-top:40px;
}
.full-document .document-content .theme {
    width:480px;
    float:right;
    overflow:hidden;
    margin-top:-20px;
}
.full-document .document-content .theme img{
    width:480px;
}
    /*footer*/
.footer {
    height:350px;
    text-align:center;
    padding-top:40px;
}
.navigate-container.navright, .navigate-container.navleft
{
	background-image:none;
}

/*infoblock*/

.infoblock {
    position:absolute;
    width:935px;
    height:90px;
    background-color:rgba(0,0,0,0.2);
    bottom:0px;
    left:0px;
    padding:15px 0px 0px 25px;
    color:white;
    text-shadow:1px 1px 2px black;
}
    .infoblock .title {
        font-family:Georgia;
        font-size:36pt;
        line-height:45px;
    }
    .infoblock .description {
        font-size: 15pt;
        font-style: italic;
        line-height:25px;
    }