#console1
{	background-color:#cccccc;
}/* ----------------------------------------------------------------------------

		Stylesheet: Kuhne Automaster.nl
		-------------------------------------------
		Author					: Jeroen Hulscher
		Version 				: 0.1
		Last updated on			: 8 maart 2007
		-------------------------------------------
		
------------------------------------------------------------------------------*/

/* Basic and main elements ---------------------------------------------------*/

* {
/*margin					: 0px;
padding					: 0px;*/
font					: 11px "Verdana", "Arial", "Helvetica", sans-serif;
}

body {
background				: #f1f4f6 url(../img/bg.jpg) repeat-x center top;
color					: #000;
padding					: 20px 0px 0px 0px;
}

html {
}

h1 {
}

h2,h2 span {
color					: #e20019;
font-weight				: bold;
font-size				: 13px;
padding					: 0px 0px 0px 0px;
}

h3{
color					: #003366;
font-weight				: bold;
}

p {
/*line-height				: 16px;
padding					: 0px 10px 10px 0px;
*/
}

/* Navigation and links ----------------------------------------------------*/

a {
text-decoration			: none;
}

a:hover {
color					: #666;
}

a img {
border					: 0px;
}
.faqitem_selected
{
	width:537px;
	background-image:url(../img/faqsel_bg.jpg);
	float:left;
	height:28px;
}
.faqitem
{
	width:537px;
	background-image:none;
	float:left;
	height:28px;
}
.faqitembottom
{
	float:left;
	width:537px;
	height:13px;
	background-image:url(../img/faqsel_bottom_bg.jpg);
}
.faqitemtext
{
	width:537px;
	background-image:url(../img/faqsel_text_bg.jpg);
	float:left;
}
a.faqactionlink_selected
{	display:block;
	padding-left:25px;
	color:white;
	font-weight:bold;
	padding-top:3px;
	float:left;
	background:url(../img/minus.jpg) no-repeat;
	background-position:5px 3px;
}
a.faqactionlink
{	display:block;
	padding-left:25px;
	color:: #e20019;
	font-weight:normal;
	padding-top:3px;
	float:left;
	background:url(../img/plus.jpg) no-repeat;
	background-position:5px 3px;
}
.hometab{
padding-left:5px;
padding-top:3px;
background-image:none;
background-repeat:no-repeat;
height:22px;
}
.hometab_selected{
padding-left:5px;
padding-top:3px;
background-image:url(../img/hometab_select.jpg);
background-repeat:no-repeat;
height:22px;
}
.hometab_link_selected
{
	font-weight:bold;color:white;
}
.hometab_link
{
	font-weight:bold;
}

/* pager */
	#input {
		margin-bottom : 2em;
	}
	#pager {}
		#pager p.pageList {
			text-align : center;
			background-color : #f3f3f3;
			padding : 1px 8px 2px 8px;
		}
			#pager .previous {
				float : left;
			}
			
			#pager .next {
				float : right;
			}
	#pager dl {}
		#pager dl dt {}
		#pager dl dd {
			padding-bottom : 1em;
		}

