* {
    margin: 0;
    padding: 0;
}


body	{
	background-image: url(../img/background.1.1.jpg);	
	background-attachment:fixed;
	height:100%;
	
	
	
}


html { height: 100%; }



img	{
	border:none;
	
	
}

a	{
	text-decoration:none;
	color:white;
	
	
}	

#mainframe {

	margin:0 auto;
	width:1000px;
	min-height:100%;
	background-image: url(../img/ramme.png);	
	background-repeat:repeat-y;
	overflow:hidden;
	
	
}

#banner	{
	margin-left:25px;
	margin-right:25px;
	width:950px;
	height:180px;
	background-image:url(../img/banner.jpg);
	
	
}

#menu	{
	margin-left:25px;
	margin-right:25px;
	height:35px;
	background-image:url(../img/menu.jpg);
	
	
}

#nav	{
	margin-left:5px;
	margin-right:5px;
	padding-top:5px;
	width:auto;
	text-align:right;
}

#nav a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	padding:5px;
	color:#b9b9b9;
	
	
	
}

#nav a:active{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	padding:5px;
	color:#333;
}

.aseperator	{
	color:#b9b9b9;
}

#content {
	margin-left:60px;
	margin-right:60px;
	margin-top:20px;
	min-height:80pxsx;
	background-color:#336;
	
	
}
#left	{
	
	float:left;
	width:340px;
	min-height:400px;
	
	
	
	
}

#right	{
	margin-left:20px;
	float:left;
	width:520px;
	min-height:400px;
	
	
	
	
	
}

#topborderleft	{
	width:auto;
	height:20px;
	background-image:url(../img/topborderleft.png);

	
}

#bottomborderleft	{
	width:auto;
	height:20px;
	background-image:url(../img/bottomborderleft.png);
	background-repeat:no-repeat;
	padding-bottom:45px;
	
}

#topborderright	{
	width:auto;
	height:20px;
	background-image:url(../img/topborderright.png);
	
}

#bottomborderright	{
	width:auto;
	height:20px;
	background-image:url(../img/bottomborderright.png);	
	background-repeat:no-repeat;
	padding-bottom:45px;
	
}

#leftcontent	{
	width:auto;
	min-height:360px;
	background-image:url(../img/contcolor.png);
}

#rightcontent	{
	min-height:360px;
	background-image:url(../img/contcolor.png);
	
	
	
}

p	{
	padding-left:15px;
	padding-right:15px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	
	
}

.prices	{
	padding-left:25px;
	padding-right:15px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:right;
	
	
	}

.prices td {
	padding-right:10px;
	
	}
	
.prices tr {
	padding-bottom:5px;
	
	}

h1	{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	
	
}
h2	{
	padding-left:15px;
	padding-right:15px;
	color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	
	
}

#leftcontent img {
	padding-left:25px;
	padding-top:50px;
	
	
}

#extracontentdiv	{
	margin-bottom:300px;
	min-height:200px;
	
}


#copy	{
	position:relative;
	text-align:left;
	padding-bottom:10px;
	margin-top:20px;
	color:#FFF;
	float:left;
	height:30px;
	width:400px;
	margin-left:80px;
	
	
	
}

.gallery clearfix { padding-right:15px;}

h5	{
	padding-top:80px;
	margin-left:80px;
	
}

h6	{
	font-size:14px;
	
	
	
}

#supportforening {
	width:340;
	height:100px;
	
	}
	
#supportforeningbillede	{
	float:left;
	
	
	}
	
#supportforeningtekst{
	float:left;
	width:230px;
	margin-top:50px;
	
	}


/*--gallery start--*/ 

#slider {
    width: 315px; /* important to be same as image width */
    height: 272px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
	
}
#sliderContent {
    width: 315px; /* important to be same as image width or wider */
	height:272px;
    position: absolute;
	top: 0;
	left: 0px;
}
.sliderImage {
    float:left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 12px 13px;
    width: 1px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
	
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.bottom {
	bottom: 0;
    left: 25px;
	right:0;
}
ul { list-style-type: none;}

/*--/gallery end--*/ 
