@import url(/include/css/editor.php);

/** =COLORS **
*/


body {
	background: #c8e7fc url('/image/bg.png') repeat-x;
	}


/** =LAYOUT **/

#container {
	width: 948px;
	margin: 16px auto;
	}

#shadow-bot {
	padding-bottom: 32px;
	background: url('/image/bg-footer-content.png') no-repeat center bottom;
	}
#hp #shadow-bot {
	background-image: url('/image/bg-footer-home.png');
	}

#wrapper {
	width:930px;
	padding: 0px 9px;
	background: url('/image/shadow-mid.png') repeat-y;
	}
#wrapper-img {
	padding-top: 50px;
	padding-bottom: 130px;
	background: url('/image/bg-wrapper-content.jpg') no-repeat center bottom;
	}
#hp #wrapper-img {
	height: 600px;
	height: 550px;
	padding-bottom: 0;
	background-image: url('/image/bg-wrapper-home.jpg');
	}


/** =HEADER **/

#header {
	clear: both;
	height: 107px;
	padding: 6px 9px 0px 9px;
	background: url('/image/bg-header-content.png') no-repeat;
	}
#hp #header {
	background: url('/image/bg-header-home.png') no-repeat;
	}

#logo {
	height: 77px;
	height: 47px;
	padding: 30px 0px 0px 40px;
	}
#logo a {
	width: 290px;
	height: 24px;
	display: block;
	}

#windmolen {
	width: 128px;
	height: 99px;
	margin-top: -99px;
	margin-left: 750px;
	position: absolute;
	background: url('/image/windmolen.png') no-repeat;
	}

#navigation {
	clear: both;
	height: 30px;
	background: #96be1d url('/image/bg-nav-content.gif') no-repeat right center;
	}
#hp #navigation {
	background: #96be1d url('/image/bg-nav-home.gif') no-repeat right center;
	}


/** =CONTENT - HOMEPAGE **/

#home-intro {
	width: 490px;
	height: 300px;
	margin-left: 40px;
	}
#home-intro h1 {
	color: #d9effd;
	}
#home-intro .content * {
	color: #ffffff;
	}
#quicklist {
	float: right;
	width: 343px;
	margin-top: -269px;
	margin-right: 40px;
	padding-bottom: 11px;
	background: url('/image/quicklist-bot.png') no-repeat center bottom;
	}
#quicklist ul {
	margin: 0;
	list-style: none;
	padding-top: 11px;
	background: url('/image/quicklist-top.png') no-repeat center top;
	}
#quicklist li {
	color: #ffffff;
	padding-left: 40px;
	background: #589aca url('/image/quicklist-arrow.gif') no-repeat 18px 2px;
	}
#quicklist li a {
	color: #ffffff;
	text-decoration: none;
	}


/** CONTENT - DEFAULT **/

.no-generator {
	padding: 0px 40px;
	overflow: hidden;
	}

#faq-qs {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 60px;
	}
.faq {
	padding: 5px 0px;
	overflow: hidden;
	border-top: 1px solid #d1d1d1;
	}
.open-faq {
	padding-bottom: 25px;
	}
.faq .q {
	cursor: pointer;
	padding-left: 20px;
	background: url('/image/faq-arrow.gif') no-repeat left center;
	}
.open-faq .q {
	background-image: url('/image/faq-arrow-open.gif');
	}
.faq .awnser {
	display: none;
	padding-top: 8px;
	padding-left: 70px;
	}
.faq .btn {
	float: right;
	width: 140px;
	height: 25px;
	cursor: pointer;
	color: #ffffff;
	line-height: 25px;
	text-indent: 20px;
	margin-top: 10px;
	background: url('/image/faq-btn.gif') no-repeat;
	}
.open-faq .awnser {
	display: block;
	}

#contacttext {
	width: 400px;
	float: left;
	}
#contactform {
	width: 400px;
	float: right;
	margin-top: -14px;
	}


/** =FOOTER **/

#footer {
	clear: both;
	padding-top: 15px;
	}
#footer p {
	padding: 0px 12px;
	text-align: right;
	}
#footer a {
	}


/** =CLASSES **/


