/* Layout
 ------------ */
 /* BEGIN @include memberlist_avatar.css */ 
 /**
 * @package styles
 * @version $Id: memberlist_avatar.css 45 2007-09-10 04:49:51Z Highway of Life $
 * @copyright (c) 2007 David Lewis (Highway of Life) - http://startrekguide.com
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 ---------------------------------------- */
.thumbnail {
	z-index: 0;
	position:relative;
}

a.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span {
	position: absolute;
	background: #e0e5e9 url("styles/grijsgroen/theme/images/cellpic1.gif") repeat-x;
	padding: 4px;
	border: 1px solid #a9b8c2;
	left: 0px;
	display: none;
	color: #FFF;
	text-decoration: none;
}

.thumbnail span img {
	border-width: 0;
	padding: 2px;
}

a.thumbnail:hover span {
	position:absolute;
	display:block;
	top: 20px;
	left: 7px;
} 
 /* END @include memberlist_avatar.css */ 

 /* BEGIN @include tooltip.css */ 
 /**
 * @package styles
 * @version $Id: tooltip.css,v 1.1 2008/12/09 22:26:52 rmcgirr83 Exp $
 * @copyright (c) 2008 Richard McGirr (RMcGirr83) - http://rmcgirr83.org
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 ---------------------------------------- */

#tooltip{
	padding: 3px;
	border: solid 1px #000000;
	display: none; /*white-space: nowrap;*/
	background: #FFF;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	left: 0;
	z-index: 1000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
} 
 /* END @include tooltip.css */ 

 /* BEGIN @include floating.css */ 
 #topbar{
position: absolute;
font-family: Times New Roman;
font-size: 1.5em;
text-align: center;
border: none;
margin-top: 0;
margin-left: 0;
margin-right: 0;
color: black; 
background-color: #EFEFEF;
width: 100%;
visibility: hidden;
z-index: 100;
} 
 /* END @include floating.css */ 
 
 /* BEGIN @include calendar.css */ 
 /* -------------------------
   calendar mod additions... 
   ------------------------- */
   
/* uses border-top-color = .bg3 background-color
 (the line between events in the month display) */
hr.hrCal { 
	border-top-color: #EFEFEF;
}

/* uses color from h1
   (calendar header previous and next links) */
.calH1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:200%
}

/* The from and to times take up a lot of 
  space in the calendar display.
  Use this to shrink them */
.smCalText{font-size:85%}

/* bg4 is just slightly darker then bg3 
  (used in calendar headers) */
.bg4	{ background-color: #CED9D0; }

/* uses background-color of .bg3
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg3_calMonH{ 
	background-color: #EFEFEF;
	font-size:85%
}

/* uses background-color of .bg4
    (used to display the numbers and icons for 
    each day in the month and week view displays ) */
table tbody td.bg4_calMonH{ 
	background-color: #CED9D0;
	font-size:85%
}

/* uses background-color of .bg1
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg1_calMon {
	background-color: #CED9DB;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/* uses background-color of .bg2
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg2_calMon {
	background-color: #e1ebf2;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
/* uses background-color of .bg3
   (used to display days in calendar month/week view) */ 
table.table1 tbody td.bg3_calMon {
	background-color: #EFEFEF;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 4px;
}


/* uses background-color of .bg1
   uses border-top-color = .forumbg background-color
   (used to display events in calendar day view) */ 
table.table1 tbody td.bg1_calDay {
	background-color: #CED9DB;
	border-top-color: #55D4FF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

/* uses background-color of .bg3
   uses border-top-color = .forumbg background-color
   (used to display negative space in calendar day view) */ 
table.table1 tbody td.bg3_calDay {
	background-color: #EFEFEF;
	border-top-color: #55D4FF;
}

/* The following are part of the calendar mod.
   They follow the same format as the reply-icon, post-icon, locked-icon, pmreply-icon, newpm-icon, and forwardpm-icon.
   If you are trying to implement a style other then prosilver, look at how your existing style defines
   those icons, and do the same for the new calendar icons.
*/
.calendar-new-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-day-icon span    { background: transparent none 0 0 no-repeat; }
.calendar-week-icon span   { background: transparent none 0 0 no-repeat; }
.calendar-month-icon span  { background: transparent none 0 0 no-repeat; } 
 /* END @include calendar.css */ 

 /* BEGIN @include statistics.css */ 
 /*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

table.fs_details_graphs div.graph {
	background-color: #587384;
}

div.fs {
	font-size: 1.1em;
}
div.fs h3 {
	font-size: 0.9em;
}
div.fs fieldset {
	font-size: 1.0em;
}
div.fs thead {
	font-weight: bold;
}
div.fs td {
	vertical-align: top;
	padding: 0 4px 0 4px;
}
div.fs div.user_prompt {
	text-align: center;
}
table.fs_details_list, table.fs_details_graphs {
	width:100%;
	table-layout: fixed;	
}
table.fs_details_list td.col1, table.fs_details_list td.col3 {
	width: 25%;
	text-align: right;
	vertical-align: top; 
}
table.fs_details_list td.col2, table.fs_details_list td.col4 {
	width: 25%;
	padding-left: 5px;	
	vertical-align: top; 
}
table.fs_details_graphs col.col_cat {
	width: 50%;
}
table.fs_details_graphs col.col_bar {
	width: 30%;	
}
table.fs_details_graphs col.col_count, table.fs_details_graphs col.col_pct {
	width: 10%;	
	text-align: right;
}
td.table_list {
	margin-left: 50px;
} 
 /* END @include statistics.css */ 
 
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
        
}

html {
	font-size: 100%;
        background:#CED9DB;
        background-repeat: repeat-x;

}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
 	color: #000000;
 	background-color: #CED9DB;
	background-image: url('styles/grijsgroen/theme/images/bg.jpg');
	font-size: 67%; /* 62.5% sets the default font size to be equivalent to 10px */
	/*margin: 0px 15px 0px 15px;
    padding: 0px;
    border-color: #CED9DB;
	border-width: 0px 0px 0px 0px;
	border-style: solid;*/
	text-align: center;

}

.bg 	{
	color: #CED9DB;
	font-size: 0em;
}

#wrapper { 
    margin: 25px;
    margin-left: auto; 
    margin-right: auto; 
    width: 90%; 
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #98AAB1;
	background-color: #CED9DB;
}

#wraptest { 
     margin-left: auto; 
    margin-right: auto; 
    width: 97%; 
    /*background-image: url(images/fond01.jpg);*/
}

#wrapheader {
	/*min-height: 120px;
	height: auto !important;
	height: 120px;*/
	padding: 0;
}

#wrapcentre {
	margin: 0 0 0 0;
}

#wrapfooter {
	text-align: center;
	clear: both;
        padding: 10px;
}

#wrapnav {
        /*font-size: 70.5%;*/
	width: 100%;
	margin: 0;
	background-color: #CED9DB;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFB55;
}

#logodesc {
	margin-bottom: 5px;
	padding: 25px 0px 0px 0px;
	background-repeat: repeat-x;
}

#menubar {
	margin: 0 25px;
}

#datebar {
        font-size: 1.0em;
	margin: 0px 0px 0px 0px;
        background: #CED9DB;
        padding: 5px 25px;
        border-width: 0px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #CED9DB;
	border-width: 0px;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumbs{
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #EFEFEF;
	padding: 5px 5px;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }

/*  Text
 --------------------- */
.sub_title {
	color: #000000;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	text-decoration: none;
        margin: 1px 1px;
}


h1 {
	color: #000000;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 2.6em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #FCC263;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1.1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	font-size: 1.2em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #FEE4BA;
	color: #000000;
}

.nav {
	margin: 0;
	color: #333333;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.geninv {
	color: #CED9DB;
	font-size: 0;
	visibility: hidden;
}

.copyright {
	color: #000000;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #CED9DB;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #CED9DB;
    border-color: #FF55FF;
	white-space: nowrap;
	padding: 7px 5px;
    background-image: url('styles/grijsgroen/theme/images/cellpic1.jpg');
	background-repeat: repeat-x;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;

}

.tablebg0 {
	background-color: #55D4FF;
}

.tablebg {
	background-color: #55D4FF;
	border-style: solid;
	border-width: 2px;
	border-color: #55D4FF;
}

.tablebg2 {
	background-color: #55D4FF;
	border-left: solid 2px #55D4FF;
	border-right: solid 2px #55D4FF;
	border-top: none;
	border-bottom: solid 2px #55D4FF;
}

.tablebg3 {
	background-color: #55D4FF;
	border-left: solid 2px #55D4FF;
	border-right: solid 2px #55D4FF;
	border-top: solid 2px #55D4FF;
	border-bottom: none;
}

.tablebg4 {
	background-color: #55D4FF;
	border-left: solid 2px #55D4FF;
	border-right: solid 2px #55D4FF;
	border-top: none;
	border-bottom: none;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CED9DB;
        background-image: url('styles/grijsgroen/theme/images/cellpic3.jpg');
}
.rtl .catdiv {
	background-color: #CED9DB;
        background-image: url('styles/grijsgroen/theme/images/cellpic3.jpg');
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #CED9DB;
	text-indent: 10px;
        background-image: url('styles/grijsgroen/theme/images/cellpic3.jpg');
}

.row0 {
	background-color: #EFEFEF;
	padding: 4px;
}

.row1 {
	background-color: #EFEFEF;
	padding: 4px;
}

.row2 {
	background-color: #CED9DB;
	padding: 4px;
}

.row3 {
	background-color: #CED9DB;
	padding: 4px;
}
.row4 {
	background-color: #CED9DB;
	padding: 4px;
}

.rowgood {
	background-color: #CED9DB;
	padding: 4px;
}

.rowneutral {
	background-color: #CED9DB;
	padding: 4px;
}

.rowbad {
	background-color: #CED9DB;
	padding: 4px;
}

.spacer {
	background-color: #EFEFEF;
        padding: 1px;
}

hr {
	height: 1px;
	/*border-width: 0;*/
	color: #FFFFFF;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #000000;
	text-decoration: none;
}

a:active,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.forumlink {
	color: #000000;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	text-decoration: none;
}

th a,
th a:visited {
	color: #CED9DB !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

a.subforum.read {
	background-image: url('styles/grijsgroen/theme/images/subforum_read.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 14px;
}

a.subforum.unread {
	background-image: url('styles/grijsgroen/theme/images/subforum_unread.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 14px;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border-top: 1px solid #55D4FF;
	border-left: 1px solid #55D4FF;
	border-right: 2px solid #55D4FF;
	border-bottom: 2px solid #55D4FF;
	background-color: #EFEFEF;
}

textarea {
	background-color: #EFEFEF;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #55D4FF;
	padding: 2px;
}

select {
	color: #000000;
	background-color: #EFEFEF;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border-top: 1px solid #55D4FF;
	border-left: 1px solid #55D4FF;
	border-right: 2px solid #55D4FF;
	border-bottom: 2px solid #55D4FF;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #EFEFEF;
	border-top: 1px solid #55D4FF;
	border-left: 1px solid #55D4FF;
	border-right: 1px solid #55D4FF;
	border-bottom: 1px solid #55D4FF;
        color: #000000;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border-top: 1px solid #55D4FF;
	border-left: 1px solid #55D4FF;
	border-right: 2px solid #55D4FF;
	border-bottom: 2px solid #55D4FF;
}

.btnmain {
        color: #000000;
	font-weight: bold;
	background-color: #EFEFEF;
	border-top: 2px solid #55D4FF;
	border-left: 2px solid #55D4FF;
	border-right: 2px solid #55D4FF;
	border-bottom: 2px solid #55D4FF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
        color: #000000;
	font-weight: normal;
	background-color: #EFEFEF;
	border: 1px solid #55D4FF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
        color: #000000;
	font-weight: normal;
	background-color: #EFEFEF;
	border: 1px solid #55D4FF;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #EFEFEF;
	border-style: none;
        color: #000000;
        padding: 2px;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: transparent;
	color: #333333;
	background-color: transparent;
	font-size: 0.8em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 0.85em;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #efefef;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: transparent;
	color: #333333;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;

}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.9em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #efefef;
}


.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #006633;
}

.syntaxstring {
	color: #990000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #4E8136;
}

.pm_replied_colour {
	background-color: #BFB9B3;
}

.pm_friend_colour {
	background-color: #006633;
}

.pm_foe_colour {
	background-color: #990000;
}

.pm_percbar {
	background-color: #EFEFEF; 
	border: 1px solid black; 
	width:70%; 
	margin-top: 3px;
	vertical-align: bottom;
}
	
.pm_percbar2 {
	background-color: #CED9DB; 
	color: black; 
	font-weight: normal; 
	max-width: 100%;  
	height: 13px;
	text-align: center;
}

/* Misc
 ------------ */
img {
	border: none;
}

.mini {
	border: none;
	height: 14px;
	width: 13px;
}

.birthdays {
	border: none;
	height: 42px;
	width: 70px;
}

.stats {
	border: none;
	height: 46px;
	width: 70px;
}

.calendar {
	border: none;
	height: 31px;
	width: 70px;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}

.btn1 { 
display: -moz-inline-box; /* Fixes Firefox */
display: inline-block; 
width: 80px; 
height: 20px; 
background: transparent url('./styles/grijsgroen/imageset/nl/icon_homepage.gif') no-repeat; 
} 

.btn1:hover { 
background-position: -80px 0; 
} 

.btn2 { 
display: -moz-inline-box; /* Fixes Firefox */
display: inline-block; 
width: 80px; 
height: 20px; 
background: transparent url('./styles/grijsgroen/imageset/nl/icon_help.gif') no-repeat; 
} 

.btn2:hover { 
background-position: -80px 0; 
} 

.btn3 { 
display: -moz-inline-box; /* Fixes Firefox */
display: inline-block;
width: 80px; 
height: 20px; 
background: transparent url('./styles/grijsgroen/imageset/nl/icon_log.gif') no-repeat; 
} 

.btn3:hover { 
background-position: -80px 0; 
} 

.btn4 { 
display: -moz-inline-box; /* Fixes Firefox */
display: inline-block;
width: 100px; 
height: 20px; 
background: transparent url('./styles/grijsgroen/imageset/nl/icon_reg.gif') no-repeat; 
} 

.btn4:hover { 
background-position: -100px 0; 
} 

.btn5 { 
display: -moz-inline-box; /* Fixes Firefox */
display: inline-block;
width: 80px; 
height: 20px; 
background: transparent url('./styles/grijsgroen/imageset/nl/icon_cont.gif') no-repeat; 
} 

.btn5:hover { 
background-position: -80px 0; 
} 

.btn6 { 
display: -moz-inline-box; /* Fixes Firefox */
display: inline-block;
width: 110px; 
height: 20px; 
background: transparent url('./styles/grijsgroen/imageset/nl/icon_guestbook.gif') no-repeat; 
} 

.btn6:hover { 
background-position: -110px 0; 
} 
