body {
	margin:0;
	color:#000;
	background:url(../images/design/body-bg.gif);
	font:11px/18px Arial,Verdana,sans-serif;
}
form {
	margin:0;
	padding:0;
}
#pagewidth {
	margin:0 auto;
	width:780px;
}
#header {
	width:780px;
	height:122px;
	background:url(../images/design/header-bg.gif) no-repeat;
	position:relative;
}
#header strong a {
	display:block;
	position:absolute;
	left:20px;
	top:20px;
	width:244px;
	height:71px;
	background:url(../images/design/logo.gif);
	text-indent:-9999px;
	overflow:hidden;
}
#header .searchform {
	width:294px;
	padding:10px 12px 9px 14px;
	position:absolute;
	right:26px;
	top:0;
	background:#006d82 url(../images/design/searchform-bg.gif) no-repeat 0 100%;
}
#header .src {
	overflow:hidden;
	height:1%;
	padding:10px 0 5px 0;
}
#header .searchform ul {
	margin:0;
	padding:0;
}
#header .searchform ul li {
	display:inline;
	list-style:none;
	font:10px/12px Verdana,Arial,sans-serif;
}
#header .searchform ul li a {
	color:#ccdd54;
	text-decoration:underline;
}
#header .searchform ul li a:hover {
	text-decoration:none;
}
#header .inp {
	float:left;
	background:url(../images/design/src-inp-bg.gif) no-repeat;
}
#header .inp input {
	margin:0;
	padding:6px 5px;
	border:none;
	background:none;
	width:205px;
	font:10px/12px Verdana,Arial,sans-serif;
	color:#777;
}
#header .btn {
	float:left;
	width:75px;
}
#header .input {
	margin:0;
	padding:0;
	width:75px;
}
#header ul.nav {
	margin:0;
	padding:0;
	position:absolute;
	left:30px;
	bottom:0;
}
#header ul.nav li {
	float:left;
	padding:0;
	list-style:none;
	font:bold 11px/21px Arial,Verdana,sans-serif;
}
#header ul.nav li a {
	float:left;
	padding:0 15px 0 0;
	color:#fff;
	text-decoration:none;
}
#header ul.nav li a span {
	float:left;
	cursor:pointer;
	padding:0 0 0 15px;
}
#header ul.nav li a:hover {
	color:#474647;
	background:#fff url(../images/design/nav-right.gif) no-repeat 100% 0;
}
#header ul.nav li a:hover span {
	background:url(../images/design/nav-left.gif) no-repeat;
}
.whitebox-top {
	float:left;
	width:780px;
	margin:12px 0 0 0;
	padding:7px 0 0 0;
	background:url(../images/design/whitebox-top.gif) no-repeat;
}
.whitebox-bottom {
	float:left;
	width:780px;
	padding:0 0 7px 0;
	background:url(../images/design/whitebox-bottom.gif) no-repeat 0 100%;
}
.whitebox-margin {
	margin:0 0 12px 0;
}
.whitebox-dual-margin {
	margin:12px 0;
}

.whitebox {
	width:780px;
	background:#fff;
	float:left;
}
.whitebox .pager-left {
	float:left;
}
.whitebox .pager-right {
	float:right;
}
.whitebox .pager-left,
.whitebox .pager-right {
	display:inline;
	width: 145px;
	color:#006d82;
	margin:0 15px;
	font:bold 11px/14px Arial,Verdana,sans-serif;
	text-decoration:underline;
}
.whitebox .pager-left:hover,
.whitebox .pager-right:hover {
	text-decoration:none;
}
ul.pager {
	float: left;
	width: 430px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
ul.pager li {
	display:inline;
	padding:0 1px 0 8px;
	color:#000;
	font:bold 11px/14px Arial,Verdana,sans-serif;
	background:url(../images/design/pager-li.gif) no-repeat 0 7px;
}
ul.pager li:first-child {
	background:none;
}
ul.pager li a {
	color:#006d82;
	text-decoration:underline;
}
ul.pager li a:hover {
	text-decoration:none;
}

.categorybox-top {
	float:left;
	position:relative;
	margin:-6px 0 0 1px;
	height:7px;
	width:346px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/design/greenbox-top.gif) no-repeat;
}

.categorybox-bottom {
	float:left;
	clear:left;
	position:relative;
	margin:0 0 -6px 1px;
	height:7px;
	width:346px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/design/greenbox-bottom.gif) no-repeat;
}

.categorybox {
	display:inline-table;
	clear:left;
	float:left;
	margin:0 0 0 1px;
	width:346px;
	background:#94d21b no-repeat 25px 43%;
}

.categorybox-cell {
	display:table-cell;
	vertical-align:middle;
	width:186px;
	padding:5px 40px 5px 120px;
	height:90px;
	overflow: hidden;
}

.categorybox h4 {
	margin:0;
	padding:0;
	font:bold 15px/17px Arial,Verdana,sans-serif;
	color:#fff;
}

.categorybox-cell h4 a {
	color: #fff;
	text-decoration: none;
}

.categorybox p {
	margin:0;
	font:11px/14px Arial,Verdana,sans-serif;
	color:#fff;
}
.categorybox p a {
	color:#fff;
	text-decoration:underline;
}
.categorybox p a:hover {
	text-decoration:none;
}
.categorybox ul {
	margin:0;
	padding:0;
}
.categorybox ul li {
	display:inline;
	list-style:none;
	padding:0 4px 0 8px;
	font:bold 11px/14px Arial,Verdana,sans-serif;
	background:url(../images/design/greenbox-li.gif) no-repeat 0 3px;
}
.categorybox ul li:first-child {
	background:none;
	padding:0 4px 0 0;
}
.categorybox ul li a {
	color:#000;
	text-decoration:underline;
}
.categorybox ul li a:hover {
	text-decoration:none;
}

span#Kookboeken-top {
	background:url(../images/design/redbox-top.gif) no-repeat;
}

span#Kookboeken-bottom {
	background:url(../images/design/redbox-bottom.gif) no-repeat;
}

div#Kookboeken {
	background:#ba0e0f url(../images/design/cooking-img.gif) no-repeat 25px 43%;
}

span#Opvoeding-top {
	background:url(../images/design/orangebox-top.gif) no-repeat;
}

span#Opvoeding-bottom {
	background:url(../images/design/orangebox-bottom.gif) no-repeat;
}

div#Opvoeding {
	background:#ff6000 url(../images/design/family-img.gif) no-repeat 25px 43%;
}

span#Etiquette-top {
	background:url(../images/design/yellowbox-top.gif) no-repeat;
}

span#Etiquette-bottom {
	background:url(../images/design/yellowbox-bottom.gif) no-repeat;
}

div#Etiquette {
	background:#ffd600 url(../images/design/litter-img.gif) no-repeat 25px 43%;
}


span#Honden-top {
	background:url(../images/design/greenbox-top.gif) no-repeat;
}

span#Honden-bottom {
	background:url(../images/design/greenbox-bottom.gif) no-repeat;
}

div#Honden {
	background:#94d21b url(../images/design/dog-img.gif) no-repeat 25px 43%;
}

span#Hobby-top {
	background:url(../images/design/darkgreen-top.gif) no-repeat;
}

span#Hobby-bottom {
	background:url(../images/design/darkgreen_bottom.gif) no-repeat;
}

div#Hobby {
	background:#055361 url(../images/design/scissors-img.gif) no-repeat 25px 43%;
}

span#Muziek-top {
	background:url(../images/design/blue-top.gif) no-repeat;
}

span#Muziek-bottom {
	background:url(../images/design/blue-bottom.gif) no-repeat;
}

div#Muziek {
	background:#19208a url(../images/design/headphone-img.gif) no-repeat 25px 43%;
}

span#Relaties-top {
	background:url(../images/design/purple-top.gif) no-repeat;
}

span#Relaties-bottom {
	background:url(../images/design/purple-bottom.gif) no-repeat;
}

div#Relaties {
	background:#530d9a url(../images/design/hearts-img.gif) no-repeat 25px 43%;
}

span#Cultuur-top {
	background:url(../images/design/darkpink-top.gif) no-repeat;
}

span#Cultuur-bottom {
	background:url(../images/design/darkpink-bottom.gif) no-repeat;
}

div#Cultuur {
	background:#ac0b8f url(../images/design/history-img.gif) no-repeat 25px 43%;
}

span#Romans-top {
	background:url(../images/design/brown-top.gif) no-repeat;
}

span#Romans-bottom {
	background:url(../images/design/brown-bottom.gif) no-repeat;
}

div#Romans {
	background:#763d05 url(../images/design/book-img.gif) no-repeat 25px 43%;
}

span#Grappig-top {
	background:url(../images/design/pink-top.gif) no-repeat;
}

span#Grappig-bottom {
	background:url(../images/design/pink-bottom.gif) no-repeat;
}

div#Grappig {
	background:#fe107a url(../images/design/smiley-img.gif) no-repeat 25px 43%;
}

span#Verwacht-top {
	background:url(../images/design/defaultblue-top.gif) no-repeat;
}

span#Verwacht-bottom {
	background:url(../images/design/defaultblue-bottom.gif) no-repeat;
}

div#Verwacht {
	background: url(../images/design/logo-img.gif) #0092ae no-repeat 25px 43%
}

span#Recent-verschenen-top {
	background:url(../images/design/defaultblue-top.gif) no-repeat;
}

span#Recent-verschenen-bottom {
	background:url(../images/design/defaultblue-bottom.gif) no-repeat;
}

div#Recent-verschenen {
	background: url(../images/design/logo-img.gif) #0092ae no-repeat 25px 43%
}

span#Zoekresultaat-top {
	background:url(../images/design/defaultblue-top.gif) no-repeat;
}

span#Zoekresultaat-bottom {
	background:url(../images/design/defaultblue-bottom.gif) no-repeat;
}

div#Zoekresultaat {
	background: url(../images/design/logo-img.gif) #0092ae no-repeat 25px 43%
}

.greybox-top {
	position:relative;
	margin:-5px 0 0 0;
	padding:7px 0 0 0;
	width:391px;
	background:url(../images/design/greybox-top.gif) no-repeat 2px 0;
}
.greybox-bottom {
	position:relative;
	margin:0 0 -5px 0;
	padding:0 0 7px 0;
	width:391px;
	overflow:hidden;
	height:1%;
	background:url(../images/design/greybox-bottom.gif) no-repeat 0 100%;
}
.greybox-bg {
	display:inline;
	float:left;
	width:391px;
	background:url(../images/design/greybox-y.gif) repeat-y;
}
.greybox {
	width:391px;
	background:url(../images/design/greybox-bg.gif) no-repeat 2px 0;
}
.greybox-book {
	width:211px;
	padding:20px 100px 40px 80px;
	background:url(../images/design/greybox-book.gif) no-repeat 35px 20px;
}
.greybox h4 {
	margin:0;
	padding:0;
	font:bold 15px/17px Arial,Verdana,sans-serif;
	color:#252525;
}
.greybox p {
	margin:0;
	font:13px/14px Arial,Verdana,sans-serif;
	color:#5e5f5f;
}
.rightbook {
	float:right;
	width:300px;
	padding:20px 0 0 70px;
	background:url(../images/design/whitebox-book.gif) no-repeat 30px 20px;
}
.rightbook h4 {
	margin:0;
	padding:0;
	font:bold 15px/17px Arial,Verdana,sans-serif;
	color:#252525;
}
.rightbook p {
	margin:0 70px 3px 0;
	font:13px/14px Arial,Verdana,sans-serif;
	color:#5e5f5f;
}
.email-frm .inp {
	float:left;
	width:168px;
	margin:2px 0 0 0;
	background:url(../images/design/email-field.gif) no-repeat;
}
.email-frm .inp input {
	float:left;
	margin:0;
	padding:5px 5px;
	width:158px;
	font:10px/12px Verdana,Arial,sans-serif;
	color:#777;
	background:none;
	border:none;
}
.email-frm .btn {
	float:left;
	padding:0 0 0 5px;
}
.email-frm .btn input {
	float:left;
	margin:0;
	padding:0;
}
.multilist {
	clear:none;
	float:right;
	width:400px;
	padding:0 25px 0 0;
}
.multilist p {
	margin:0 5px;
	padding:20px 0 0 0;
	text-align:right;
	font:bold 12px/14px Arial,Verdana,sans-serif;
	color:#000;
}
.multilist p a {
	color:#000;
	text-decoration:underline;
}
.multilist p a:hover {
	text-decoration:none;
}
.multilist ul {
	margin:0;
	padding:0;
	text-align:right;
}
.multilist ul li {
	display:inline;
	padding:0 5px 0 10px;
	font:bold 11px/16px Arial,Verdana,sans-serif;
	background:url(../images/design/greenbox-li.gif) no-repeat 0 3px;
}
.multilist ul li:first-child {
	padding:0 5px 0 0;
	background:none;
}
.multilist ul li a {
	text-decoration:none;
}
.multilist ul li a:hover {
	text-decoration:underline;
}
.multilist ul li a.l1 {
	color:#ba0e0f;
}
.multilist ul li a.l2 {
	color:#ff6000;
}
.multilist ul li a.l3 {
	color:#ffd600;
}
.multilist ul li a.l4 {
	color:#84c10d;
}
.multilist ul li a.l5 {
	color:#055361;
}
.multilist ul li a.l6 {
	color:#19208a;
}
.multilist ul li a.l7 {
	color:#530d9a;
}
.multilist ul li a.l8 {
	color:#ac0b8f;
}
.multilist ul li a.l9 {
	color:#763d05;
}
.multilist ul li a.l10 {
	color:#fe107a;
}
.sqr-box-holder {
	clear:both;
	width:780px;
	overflow:hidden;
	height:1%;
	margin:0 0 12px 0;
}
.sqr-box {
	float:left;
	width:247px;
	height: 180px;
	margin:12px 13px 0 0;
}
.sqr-box-last {
	margin:12px 0 0 0;
}
.sqr-box-top {
	width:247px;
	background:url(../images/design/sqr-box-top.gif) no-repeat;
	padding:6px 0 0 0;
}
.sqr-box-bottom {
	width:247px;
	background:url(../images/design/sqr-box-bottom.gif) no-repeat 0 100%;
	padding:0 0 5px 0;
}
.sqr-box-item {
	width:245px;
	padding:0 0 15px 0;
	background:#fff;
	overflow:hidden;
	height: 156px;
	border-left:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
}
.sqr-box a img {
	margin:0 15px 0 5px;
	float:left;
	border:none;
}

.sqr-box-item-text {
	float: left;
	width: 103px;
}

.sqr-box h6 {	
	float: left;
	display: block;
	margin:10px 0 0 0;
	padding:0;
	color:#818181;
	font:12px/14px Arial,Verdana,sans-serif;
}
.sqr-box h5 {
	float: left;
	display: block;
	width:110px;
	margin:0 0 5px 0px;
	padding:0 0 5px 0;
	border-bottom:1px solid #dddcdc;
	color:#94d21b;
	font:bold 13px/15px Arial,Verdana,sans-serif;

	overflow: hidden;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */


}
.sqr-box span.price {
	float: left;
	font:10px/12px Arial,Verdana,sans-serif;
	color:#d1d2d1;
}
.sqr-box strong {
	clear: both;
	display: block;
	color:#000;
	width:60px;
	font:bold 12px/14px Arial,Verdana,sans-serif;
}
.sqr-box a.details {
	float: left;
	display: block;
	margin:15px 0 0 0px;
	width:93px;
	padding:0 0 0 15px;
	background:url(../images/design/details-bg.gif) no-repeat;
	color:#3f5124;
	font:bold 12px/24px Arial,Verdana,sans-serif;
	text-decoration:none;
} 
.sqr-box a.details:hover {
	text-decoration:underline;
}
.icobox-top {
	float:left;
	margin:12px 0 0 0;
	width:780px;
	background:url(../images/design/icobox-top.gif) no-repeat;
	padding:8px 0 0;
}
.icobox-bottom {
	width:780px;
	padding:0 0 5px;
	background:url(../images/design/icobox-bottom.gif) no-repeat 0 100%;
}
.icobox {
	width:780px;
	overflow:hidden;
	height:1%;
	background:url(../images/design/icobox-bg.gif) repeat-y;
	position:relative;
}
.icobox ul {
	width:600px;
	margin:0;
	padding:5px 0 0;
}
.icobox ul li {
	float:left;
	list-style:none;
	padding:0 0 10px 15px;
	font:bold 13px/15px Arial,Verdana,sans-serif;
}
.icobox ul li a {
	float:left;
	width:104px;
	padding:80px 0 10px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.icobox ul li a:hover {
	text-decoration:underline;
}
.icobox ul li a.l1 {
	background:url(../images/design/l1.gif) no-repeat;
}
.icobox ul li a.l2 {
	background:url(../images/design/l2.gif) no-repeat;
}
.icobox ul li a.l3 {
	background:url(../images/design/l3.gif) no-repeat;
}
.icobox ul li a.l4 {
	background:url(../images/design/l4.gif) no-repeat;
}
.icobox ul li a.l5 {
	background:url(../images/design/l5.gif) no-repeat;
}
.icobox ul li a.l6 {
	background:url(../images/design/l6.gif) no-repeat;
}
.icobox ul li a.l7 {
	background:url(../images/design/l7.gif) no-repeat;
}
.icobox ul li a.l8 {
	background:url(../images/design/l8.gif) no-repeat;
}
.icobox ul li a.l9 {
	background:url(../images/design/l9.gif) no-repeat;
}
.icobox ul li a.l10 {
	background:url(../images/design/l10.gif) no-repeat;
}
.greenlist-top {
	float:left;
	margin:12px 0 12px 0;
	width:780px;
	background:url(../images/design/greenlist-top.gif) no-repeat;
	padding:3px 0 0;
}
.greenlist-bottom {
	width:780px;
	padding:0 0 3px;
	background:url(../images/design/greenlist-bottom.gif) no-repeat 0 100%;
}
.greenlist {
	width:780px;
	overflow:hidden;
	height:1%;
	background:url(../images/design/greenlist-bg.gif) repeat-y;
	position:relative;
}
.greenlist ul {
	margin:0;
	padding:0;
	float:left;
}
.greenlist ul li {
	padding:5px 10px 5px 25px;
	list-style:none;
	float:left;
	font:12px/18px Arial,Verdana,sans-serif;
	background:url(../images/design/green-bullet.gif) no-repeat 15px 10px;
}
.greenlist ul li a {
	text-decoration:none;
	color:#fff;
}
.greenlist ul li a:hover {
	text-decoration:underline;
}
.greenlist a.dark {
	float:right;
	margin:5px 15px 5px 0;
	font:12px/18px Arial,Verdana,sans-serif;
	color:#3f5124;
	text-decoration:underline;
}
.greenlist a.dark:hover {
	text-decoration:none;
}
.border-links-holder {
	width:160px;
	position:absolute;
	right:0;
	bottom:0;
}
.border-link {
	margin:10px auto;
	width:104px;
	background:url(../images/design/border-link.gif) repeat-y;
}
.border-link-bottom {
	width:104px;
	background:url(../images/design/border-link-bottom.gif) no-repeat 0 100%;
}
.border-link-top {
	width:79px;
	padding:10px 20px 8px 15px;
	background:url(../images/design/border-link-top.gif) no-repeat;
}
.border-link a {
	display:block;
	color:#00a3c2;
	background:url(../images/design/triangle.gif) no-repeat 100% 90%;
	font:bold 11px/16px Arial,Verdana,sans-serif;
	text-decoration:none;
}
.border-link a:hover {
	text-decoration:underline;
}
.dual-box {
	float:left;
	width:390px;
}
.dual-box h2 {
	margin:0 15px;
	padding:0;
	color:#252525;
	font:bold 12px/14px Arial,Verdana,sans-serif;
}
.dual-box .right-items {
	float:right;
	width:255px;
}

.dual-box h4 {
	margin:0;
	padding:15px 0 3px 0;
	color:#3e7b95;
	font:bold 15px/17px Arial,Verdana,sans-serif;
}
.dual-box h5 {
	margin:0;
	padding:0 0 5px 0;
	color:#94d21b;
	font:bold 13px/15px Arial,Verdana,sans-serif;
}
.dual-box h6 {
	margin:0;
	padding:20px 0 0 0;
	color:#818181;
	font:12px/14px Arial,Verdana,sans-serif;
}
.dual-box p {
	margin:0 15px 0 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #dddcdc;
}
.dual-box img {
	float:left;
	margin:10px;
	border:none;
}
.dual-box a.green-link {
	float:right;
	width:123px;
	margin:10px 8px;
	padding:0 0 0 8px;
	color:#3f5124;
	font:bold 13px/24px Arial,Verdana,sans-serif;
	background:url(../images/design/green-link-img.gif) no-repeat;
	text-decoration:none;
}
.dual-box a.green-link:hover {
	text-decoration:underline;
}
.dual-box .price {
	float:left;
	width:70px;
	padding:5px 0 0 0;
}
.dual-box .price span {
	display:block;
	color:#d1d2d1;
	font:10px/12px Arial,Verdana,sans-serif;
}
.dual-box .price strong {
	display:block;
	color:#000;
	font:bold 12px/14px Arial,Verdana,sans-serif;
}
#content {
	float:right;
	width:584px;
	padding:0 0 7px 0;
	background:url(../images/design/content-bottom.gif) no-repeat 0 100%;
}
.content-bg {
	padding:5px 30px 15px 30px;
	background:#fff url(../images/design/content-bg.gif) repeat-y -1px 0;
}
#content h1 {
	width:523px;
	margin:0 auto;
	padding:15px 0 10px 0;
	color:#ccdd54;
	font:bold 20px/22px Arial,Verdana,sans-serif;
	border-bottom:1px solid #dddcdc;
}
#content h3 {
	margin:0;
	padding:0;
	width:400px;
	color:#94d21b;
	font:bold 20px/22px Arial,Verdana,sans-serif;
}
#content h4 {
	width:400px;
	margin:0;
	padding:0;
	color:#818181;
	font:16px/18px Arial,Verdana,sans-serif;
}
#content h5 {
	margin:0;
	padding:0;
	width:400px;
	color:#818181;
	font:12px/14px Arial,Verdana,sans-serif;
}
#content .heading {
	width:523px;
	margin:10px auto 0 auto;
	padding:0 0 10px 0;
	position:relative;
	border-bottom:1px solid #dddcdc;
}
#content .heading span.price {
	display:block;
	position:absolute;
	right:35px;
	top:0;
	color:#d1d2d1;
	font:15px/17px Arial,Verdana,sans-serif;
}
#content .heading span.cost {
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	color:#0b0506;
	font:bold 18px/20px Arial,Verdana,sans-serif;
}
#content p {
	margin:15px 0px 0px 0px;
}
#sidebar {
	float:left;
	width:196px;
	overflow:hidden;
	height:1%;
	background:url(../images/design/sidebar-bottom.gif) no-repeat 0 100%;
	padding:0 0 8px 0;
}
.sidebar-bg {
	width:196px;
	padding:5px 0 30px 0;
	overflow:hidden;
	height:1%;
	background:#fff url(../images/design/sidebar-bg.gif) repeat-y;
}
#sidebar ul.nav {
	width:185px;
	margin:0 auto;
	padding:45px 0 0 0;
}
#sidebar ul.nav li {
	float:left;
	width:185px;
	padding:0 0 5px 0;
	list-style:none;
	font:bold 12px/24px Arial,Verdana,sans-serif;
}
#sidebar ul.nav li a {
	float:left;
	width:165px;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
	background:url(../images/design/sidebar-nav.gif) no-repeat;
}
#sidebar ul.nav li a:hover {
	background:url(../images/design/sidebar-nav-hover.gif) no-repeat;
}
#sidebar a img {
	display:block;
	margin:0 0 0 17px;
	border:none;
}
#sidebar ul.info {
	width:175px;
	margin:5px 0 0 18px;
	padding:0;
}
#sidebar ul.info li {
	padding:0;
	list-style:none;
	font:11px/21px Arial,Verdana,sans-serif;
	border-bottom:1px solid #dddcdc;
}
#sidebar ul.info li a {
	color:#000;
	text-decoration:underline;
}
#sidebar ul.info li a:hover {
	text-decoration:none;
}
#sidebar a.green-link {
	display:block;
	color:#3f5124;
	font:bold 12px/24px Arial,Verdana,sans-serif;
	text-decoration:none;
	width:175px;
	padding:0 0 0 14px;
	margin:15px 0 -20px 15px;
	background:url(../images/design/green-link-img-long.gif) no-repeat;
}
#sidebar a.green-link:hover {
	text-decoration:underline;
}
span.terug {
	clear:both;
	float:left;
	width:780px;
	padding:12px 0;
}
span.terug a {
	float:right;
	color:#5c636e;
	padding:0 15px 0 0;
	width:90px;
	text-align:right;
	font:bold 12px/23px Arial,Verdana,sans-serif;
	background:url(../images/design/terug-img.gif) no-repeat;
	text-decoration:none;
}
span.terug a:hover {
	text-decoration:underline;
}

#preview-content {
	float: left;
	width: 534px;
	padding: 0px 25px;
	background-color: #fff;
}

.preview-image img {
	float: left;
	height: 150px;
	margin: 10px 10px 0 0;
	border: 0;
}

#footer {
	clear:both;
	margin:0 auto;
	width:780px;
	height:33px;
	padding:10px 0 0 0;
	background:url(../images/design/footer-bg.gif) no-repeat;
}
#footer p {
	display:inline;
	margin:0 16px;
	font:bold 11px/13px Arial,Verdana,sans-serif;
	color:#dedddd;
}
#footer p a {
	color:#dedddd;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
#footer ul {
	clear:left;
	margin:0 6px;
	padding:0;
}
#footer ul li {
	display:inline;
	padding:0 5px 0 10px;
	list-style:none;
	color:#a9a8a8;
	font:11px/16px Arial,Verdana,sans-serif;
	background:url(../images/design/footer-li.gif) no-repeat 0 2px;
}
#footer ul li:first-child {
	background:none;
}
#footer ul li a {
	color:#a9a8a8;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
