@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image:url(/images/bground.jpg);
	background-position: center top;
	background-repeat:repeat-x;
	text-align:center;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

.wrapper {	width:980px; display:block; margin-left:auto; margin-right:auto; }
.header { width:980px; height:226px; display:block; }
.titel { width:644px; height:134px; display:block; float:right; background-image:url(/images/logo.gif); background-repeat:no-repeat; cursor:pointer; }
.titel H1 { display:none; margin:0px; padding:0px; }
.h2titel { width:748px; height:42px; display:block; background-repeat:no-repeat; background-position:left; }
.h2titel H2 { display:none; margin:0px; padding:0px; }

.content { width:980px; display:block; }
.menu {
	width:176px;
/*	height:266px; */
	background-image:url(/images/bground_menu.gif);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	padding: 8px 8px 8px 0px;
}
.menu UL { list-style:none; margin: 0px 8px 20px 8px; padding:0px; }
.menu LI A { height:24px; width:160px; padding-top:12px; display:block; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; color:#FFF; text-decoration:none; border-bottom:1px solid #0066cc; cursor:pointer; }

.page {
	width:796px; 
	background-image:url(/images/bground_homepage.gif); 
	background-repeat:no-repeat; 
	min-height:282px; 
	float:left;
}
.default {
	padding: 2px 24px 8px 24px;
	width:748px;
	background-image:url(/images/bground_default.gif); 
}

.column { width:256px; margin-right:8px; float:left; padding:2px; }
.column .tekst {
	width:240px; 
	min-height:240px; 
	background-image:url(/images/homepage/blueborder.gif); 
	background-repeat:no-repeat; 
	background-position:bottom; 
	margin-top:8px; 
	padding: 0px 8px 22px 8px;
	text-align:left;
}
.column table { border-style:solid; border-width:1px 0px 1px 0px; border-color:#CCCCCC; margin-top:24px; }

P { text-align:left; }
H3 { margin: 0px 0px 8px 0px; padding:0px; font-size:12px; text-align:left; }

.gallery {
	width:732px;
	margin-top:18px;
	padding:0px 8px 24px 8px;
	background-image:url(/images/homepage/blueborder_748px.gif);
	background-repeat:no-repeat;
	background-position:bottom; 
	text-align:left;
}

.footer {
	margin-top:24px;
	margin-bottom:8px;
 	width: 980px;
	height: 19px;
	padding-top:5px;
	display:block;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align:left;
}