/** BASIC STYLES **/

body {
	margin: 0;
	}

form fieldset {
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;
	}
form legend {
	width: 300px;
	margin: 0;
	}
form p {
	overflow: auto;
	clear: both;
	padding:4px 0px;
	}

form label {
	display: block;
	width: 12em;
	float: left;
	}
form input {
	display: block;
	width: 20em;
	float: left;
	}
form textarea {
	width: 30em;
	height: 12em;
	}
form strong {
	margin-left: 5px;
	}




/** CLASSES **/

.clearfix {
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	}


/** FORM BUILDER **/

p.FormRadioButton input {
	width: auto;
	border: 0;
	}
p.FormRadioButton label {
	margin: 4px auto auto;
	}
form p.FormTextArea label,
form p.FormSubmit label,
form p.msg label {
	display: none;
	}
form p.FormCheckbox label {
	width: auto;
	}
form label.value {
	width: auto;
	}


/** LAYOUT **/

#bgimg {
	padding-top: 110px;
	padding-top: 55px;
	background: url('/image/bg-duinen.jpg') no-repeat center top;
	background: url('/image/bg-duinen.jpg') repeat-x center -55px;
	}

#container {
	width: 974px;
	margin: 0px auto;
	}
#wrapper {
	padding: 0px 8px;
	background: url('/image/shadow-mid.png') repeat-y center top;
	}


/** HEADER **/

#header {
	clear: both;
	height: 257px;
	height: 249px;
	position: relative;
	padding: 8px 8px 0px 8px;
	background: url('/image/shadow-top.png') no-repeat center top;
	}
#logo {
	clear: both;
	width: 435px;
	height: 45px;
	margin: 38px 0px 75px 30px;
	}
#logo a {
	height: 45px;
	display: block;
	}

#login-top {
	top: 8px;
	right: 32px;
	width: 300px;
	height:130px;
	position: absolute;
	}

.input-bg {
	width: 186px;
	height: 20px;
	padding-top: 4px;
	line-height: 20px;
	padding-left: 10px;
	display: block;
	}
#form-login label {
	display: none;
	}
#form-login input {
	float: right;
	}


/** NAVIGATION **/

#navigation {
	clear: both;
	height: 90px;
	background: url('/image/bg-nav.png') repeat-x 0px 35px;
	position: relative;
	}

#nav,
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

#nav {
	padding-left: 200px;
	}
#nav ul {
	left: 0;
	width: 958px;
	width: 928px;
	padding-left: 30px;
	background: url('/image/bg-nav.png') repeat-x left top;
	}

#nav a {
	color: #666666;
	display: block;
	height: 35px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 8px;
	background: url('/image/nav-left.png') no-repeat left bottom;
	}
#nav .active a,
#nav .open a,
#nav .active a:hover,
#nav .open a:hover {
	color: #ffffff;
	background-image: url('/image/nav-left-active.png');
	}
#nav a:hover {
	background-image: url('/image/nav-left-hover.png');
	}
#nav ul a,
#nav .active ul a,
#nav .open ul a {
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	background: none;
	text-transform: none;
	}

#nav a span {
	cursor: pointer;
	padding-left: 2px;
	padding-right: 10px;
	display: inline-block; /* Doesn't work in FF2 */
	display: block;
	background: url('/image/nav-right.png') no-repeat right bottom;
	}
#nav .active a span,
#nav .open a span,
#nav .active a:hover span,
#nav .open a:hover span {
	background-image: url('/image/nav-right-active.png');
	}
#nav a:hover span {
	background-image: url('/image/nav-right-hover.png');
	}
#nav ul a span,
#nav ul a:hover,
#nav .active ul a span,
#nav .open ul a span,
#nav .active ul a:hover span,
#nav .open ul a:hover span {
	background: none !important;
	}


#nav li {
	float: left;
	width: auto;
	height: 35px;
	margin-left: 5px;
	}
#nav ul li {
	margin-left: 0;
	height: 55px;
	background: none;
	}
#nav ul li.active {
	background: url('/image/bg-nav-acitve.png') repeat-x left top;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	}

#nav li ul ul {
	margin: -1em 0 0 20em;
	}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: 0;
	z-index: 2;
	}
#nav li.active ul,
#nav li.open ul {
	left: 0;
	z-index: 1;
	}


/** CONTENT - DEFAULT **/

#wrap-fade {
	padding: 0px 20px;
	padding-top: 10px;
	overflow: hidden;
	background: url('/image/bg-content.png') repeat-x left top;
	}
#content {
	float: left;
	width: 613px;
	}
#sidebar {
	float: right;
	width: 305px;
	}


/** CONTENT - HOMEPAGE **/

#home-intro {
	}

#corner-temp {
	background: url('/image/corner-yellow-xl.png') no-repeat right top;
	}


/** CONTENT - GENERATOR **/

table.top,
#content,
#sidebar {
	margin-top: 0px;
	margin-bottom: 30px;
	}


/** FOOTER **/

#footer {
	clear: both;
	height: 91px;
	height: 83px;
	padding: 0px 8px 8px 8px;
	background: url('/image/shadow-bot.png') no-repeat center bottom;
	}


#writeForm label {
	width: 110px;
}

#writeForm label.error {
	width: auto;
}

#writeForm .textField, #writeForm textarea {
	width: 400px;
}

#writeForm textarea { height: 500px; }

#writeForm #summary { height: 150px; }

#overlay {
	background: black;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

#popup {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -142px;
	margin-top: -50px;
	z-index: 10001;
}

#popup .content {
	color: white;
	padding: 10px 20px;
	height: 100px;
	position: relative;
}

#popup h2 {
	margin-bottom: 5px;
}

#popup a {
	position: absolute;
	right: 10px;
	bottom: 2px;
	background: white;
	color: black;
	text-decoration: none;
	padding: 0 0.5em;
}

.overviewLink{
	float:left;
	width:200px;
	text-align:right;
	
}

.overviewLink p {
	text-align:right;
}

.overviewLink p.readmore a {
	color:#0C9CF8;
	text-decoration:none;
}