﻿body {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
#all {
	width: 964px;
	margin-left: auto;
    margin-right: auto;
}

#top {
	height: 411px;
	width: 964px;
	background-image:url(pic/front.jpg);
	background-repeat:no-repeat;
}
#toptom {
	height: 5px;
	width: 964px;
}

#links {
	position:absolute;
	height: 37px;
	width: 964px;
	text-align:right;
	vertical-align:text-top;
}
#indhold {
	width: 964px;
	background-color:#FFF;
	height:auto;
}

tr{
	font-family: "Century Gothic", sans-serif;
	color:#000;
	font-size:13px;
	}

#indhold1 {
	float:left;
	width: 640px;
	height:auto;
}

#indhold2 {
	float:left;
	width: 320px;
	height:auto;	
}


img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 10px; 
}


p {
	font-family: "Century Gothic", sans-serif;
	color:#000;
	font-size:13px;
}


h1 {
	font-family: "Century Gothic", sans serif;
	color:#8a299f;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: "Century Gothic", sans-serif;
	color:#8a299f;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: "Arial", sans serif;
	color:#608560;
	font-size: 12px;
	text-align: center;
	font-weight: lighter;
}
a {
	font-family: "Times New Roman", sans-serif;
	color:#8a299f;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

.style1 {
    width: 150px;  
    }
    
    .tableHeader
    {
        text-align:left;
        }

	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		margin-right:20px;
		float:right; /* Floating gallery at the right side of other web page content */		
		width:300px;	/* Image width */
		height:200px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

