body {
	margin: 0;
	padding: 0;
	min-width: 780px;
	background-color: #E8EECE;
	background-image: url(../billeder/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 150%;
	color: #323232;
}


h4 {
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 2px;
	line-height: 90%;
}

a {
	color: #245826;
}

a.noLink {
	color: #323232;
}

#wrap {
    background: #ffffff;
	color: #323232;
    margin: 0 auto;
	padding: 8px;
	border: 3px solid #D8D8D6;
    width: 780px;
}
	
#header {
	height: 204px;
	padding-bottom: 8px;
}

#nav {
	float: left;
    width:100%;
    font-weight: bold;
    line-height:normal;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	float:left;
	background:url("../billeder/norm_right.gif") no-repeat right top;
	margin:0;
	padding:0;
}

#nav a {
	float: left;
    display:block;
	background:url("../billeder/norm_left.gif") no-repeat left top;
    padding:5px 8px 3px 8px;
	text-decoration: none;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav a:hover {
text-decoration: underline;
}

#topBorder {
	background: url(../billeder/border.gif) repeat-x;
	clear: both;
}
#bottomBorder {
	background: url(../billeder/border.gif) bottom repeat-x;
	border-bottom: 8px solid #858A6C;	
}
#leftBorder {
	background: url(../billeder/border.gif) repeat-y;
}
#rightBorder {
	background: url(../billeder/border.gif) 100% repeat-y;
}

#mainOuter{
	padding: 12px;
	background-image: url(../billeder/right_corner.gif);
	background-position: top right;
	background-repeat: no-repeat;
	/*clear: both;*/
}

div.main {
	float: left;
	width: 455px;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
}

div.mainRight {
	float: right;
	width: 500px;
	margin: 0px 15px 15px 0px;
	padding: 0px;
}

div.mainWide {
	width: 660px;
	margin: 0px;
	padding-top: 5px;
}

div.mainWidePlus {
	margin: 0px;
	padding-top: 5px;
	clear: both;
}

div.photoBar {
	float: right;
	width: 228px;
	margin: 32px 15px 0px 0px;
	padding: 0px;
}

div.photoBarSusanne {
	float: right;
	width: 220px;
	margin: 32px 15px 0px 0px;
	padding: 4px;
	border: 1px solid #D5D0BA;
	background-image: url(../billeder/links_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	color: #35332B;
	line-height: 120%;
}

div.photoBarLeft {
	float: left;
	width: 210px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

div.linksBar {
	float: right;
	width: 210px;
	padding: 12px 8px 16px 8px;
	margin: 52px 15px 0px 0px;
	background-image: url(../billeder/links_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #245826;
	border: 1px solid #D5D0BA;
}

div.infoBar {
	float: right;
	width: 210px;
	padding: 10px 8px 10px 8px;
	margin: 38px 15px 0px 0px;
	background-image: url(../billeder/links_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #D5D0BA;
}

div.infoBar .nb {
	background-color: #245826;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

div.kontaktBar {
	float: right;
	width: 210px;
	padding: 12px 8px 16px 8px;
	margin: 38px 15px 0px 0px;
	background-image: url(../billeder/links_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #D5D0BA;
}

div.photoBarSusanne .nb {
	background-color: #245826;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.floatright {
	float: right; 
}

.floatleft {
	float: left;
	margin-right: 30px;
}

#clearer {
	clear: both;
}