﻿body {
    padding: 0px;
    margin: 0px; 
    height: 100%;
    width: 100%;
}

#Absolute {
    width: 100%;
    position: absolute;
    top: 95px;
    left: 0;
    height: 34px;
    background: transparent url(/files/billeder/web/pagebar.jpg) repeat-x 0 0;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
}

#DwMain {
    width: 1000px;
    height: auto;
    margin: auto;
}

#AgLogo {
    margin: 0px;
    margin-top: 25px;
    padding: 0px;
    padding-left: 45px;
    width: 955px;
    height: 70px;
    float: left;
}  

.logo {
    border: none;
}

#Menu {
    padding: 0px;
    padding-left: 0;
    margin: 0px;
    width: auto;
    height: auto;
    float: left;
}


#AgContent {
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    width: 955px;
    padding-left: 45px;
    height: auto;
    float: left;
}

#AgLeft {
    padding: 0px;
    margin: 0px;
    width: 320px;
    height: auto;
    float: left;
}

.AgBgTop {
    padding: 0px;
    margin: 0px;
    width: 320px;
    height: 35px;
    background: transparent url(/files/billeder/web/BgTop.png) no-repeat 0 0;
    float: left;
}

.AgLeftContent {
    padding: 0px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 25px;
    width: 270px;
    height: auto;
    background: transparent url(/files/billeder/web/BgMid.png) repeat-y 0 0;
    float: left;
}

.AgBgBottom {
    padding: 0px;
    margin: 0px;
    width: 320px;
    height: 35px;
    background: transparent url(/files/billeder/web/BgBottom.png) repeat-y 0 0;
    float: left;
}

#AgRight {
    width: 564px;
    height: 512px;
    padding: 0px;
    margin: 6px 0 0 15px;
    float: left;
}

#AgLeftSub {
    padding: 0px;
    margin: 0px;
    width: 294px;
    height: auto;
    float: left;
    margin-top: 10px;
}

#AgRightSub {
    width: 570px;
    height: auto;
    padding: 0px;
    margin: 5px 0 0 12px;
    float: left;
}

.AgBgTopSub {
    padding: 0px;
    margin: 0px;
    width: 570px;
    height: 35px;
    background: transparent url(/files/billeder/web/BgTopSub.png) no-repeat 0 0;
    float: left;
}

.AgLeftContentSub {
    padding: 0px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 25px;
    width: 520px;
    height: auto;
    background: transparent url(/files/billeder/web/BgMidSub.png) repeat-y 0 0;
    float: left;
}

.AgBgBottomSub {
    padding: 0px;
    margin: 0px;
    width: 570px;
    height: 35px;
    background: transparent url(/files/billeder/web/BgBottomSub.png) repeat-y 0 0;
    float: left;
}

#AgFooter {
    width: 880px;
    height: 30px;
    padding: 0px;
    margin: 25px 0 0;
    float: left;
    background: #453f40;
}

#AgFooter .left {
    line-height: 30px;
    color: #fff;
    padding-left: 30px;
    float: left;
}

#AgFooter .right {
    line-height: 30px;
    color: #fff;
    padding-right: 30px;
    float: right;
    
}

#AgFooter .right a {
    color: #fff;    
}

#navlist{
    float:left;
	list-style: none;
	width: auto;
    margin: 0;
    /* padding: 12px 0 0 1px; */ 
    background: none;
    margin-bottom: 7px;
	/* border-bottom: 1px solid #eaeaea; */ 
}

#navlist li {
	float: left;
	position: relative;
	height: 23px;
	text-align: left;
   /*  background: #fff url(/Files/billeder/web/separador.png) no-repeat center right; */ 
	font-size: 11px;
	min-width: 115px;
        width: auto;
	text-align: center;
	z-index: 10000;
	cursor: pointer;
}

#navlist ul{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 35px;
	left: 0;
}

#navlist li li:hover, #navlist li li.over{
    background-image: none;
}

#navlist li a{
	color: #000;
	text-decoration: none;
	display: block;
	height: auto;
	padding: 6px;
	font-family: Trebuchet MS;
	font-size: 14px;
	border-right: 1px solid #cecece;
	margin-top: 1px;
}

#navlist li a:hover {
	background: #CECECE;
	color: #fff;
}

#navlist li li{
	display: block;
	width: 150px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	height: auto;
    filter: alpha(opacity=70); 
    border-bottom: 1px solid #fff;
}

#navlist li li a {
	display: block;
	font-weight: normal;
	color: black;
	background-color: #eee;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-family: Trebuchet MS;
	height: auto;
	border: none;
	opacity: 0.7;
	filter: alpha(opacity=70); 
        margin: 0px;
}
#navlist li li a:hover{
	color: red;
}

#navlist ul li {
	text-align: left;
}

li ul{
	display: none;
	position: absolute;
	top: 23px;
        left: 0;
	font-weight: normal;
        padding: 0;
}

#navlist li:hover ul, li.over ul{
	display: block;
}

#navlist{
	display: block; /* Show dynamic menu for modern browsers */
	padding: 0px;
}

#navlist li a.selected{
    background: #cecece;
    color: #fff;
}

#navlist li li.selected
{
    background-image: none;
}

#navlist .selected ul li a{
	background-color: #fff;
	background-image: none;
}

.image {
    background: transparent url(/files/billeder/bg_box.jpg) center center no-repeat;
    padding: 12px 13px;
    float: left;
    width: 190px;
    height: 120px;
    text-align: center;
    /*margin: 0 0 10px;*/
}

.image:hover {
    cursor: pointer;
}

#gallery {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

#box {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    float: left;
}

.image img {
    margin-top: 1px;
}

.galleryText {
    width: 100%;
    height: auto;
    line-height: 30px;
    margin: 0px;
    padding: 0 0 20px;
    float: left;
}

.ContainerGal {
    width: 238px;
    height: 170px;
    padding: 0;
    margin: 0;
    float: left;
}

.text {
    width: 216px;
    height: 20px;
    padding: 10px 0 10px 0;
    margin: 0;
    float: left;
    text-align: center;
}

.AttCl {
    width: auto;
    height: auto;
    padding: 0 45px 0;
    margin: 0;
    float: right;
    color: #7E7B6D;
    font-family: Trebuchet MS;
    font-size: 14px;
    text-align: center;
}

.AttCl a {
    color: #7E7B6D;
    font-family: Trebuchet MS;
    font-size: 14px;
    text-align: center;
}

#AgLogo a {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
}

.absolute {
	width: auto;
	height: auto;
	position: absolute;
	top: 2px;
	right: -60px;
}