/* --------------------------- reset + main html redefinitions  */
/*  common tag redefinitions  */
html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
}
body {
	background-color:#fff;
	color:#575751;
	line-height:1.3em;
	font-size:0.7em;
}
a {
	color:#575751;
}
a:visited {
	color:#575751;
}
a:hover {
	color:#000;
}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {
	border:none;
}
/* Neutralize/reset styling:
   Elements with a vertical margin:*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, hr, address {
	margin:1em 0;
	padding:0;
}
#leftnav ul, #funcnav ul, #login ul {
	margin:1em;
	padding:0;
}
:focus {
	outline:0;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:2.1em;
	color:#ffffff;
	/*background-color:#00c1f5*/ /*TODO FDC*/
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#ec7000;
	font-size:1.6em;
}

h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	color:#999;
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:none;
	border-bottom:1px solid #29b1d9;
	height:1px;
}
input, select, textarea {
	font-size:100%;
	font-family:Arial;
	color:#666;
}
#leftnav ul li, #funcnav ul li {
	list-style:none;
	padding:0 0 0.4em 1.2em;
	margin:0;
}
#login ul li {
	list-style:none;
	padding:0 0 0.4em 1.2em;
	margin:0;
}
ol li {
	padding:0 0 0.4em 0;
	margin:0 0 0 1.2em;
}
select, textarea { /* similar to class 'inputfield' */
                   border:1px solid #cccccc
}

/* --------------------------- shared styles  */
/*  common styles  */
.alignR {
	text-align:right;
}
.clearfloats {
	clear:both;
}
.floatL {
	float:left;
}
.floatR { /* new 20081112 */
	float:right;
}
img.floatL {
	margin:0 15px 15px 0;
}
.floatR {
	float:right;
}
img.floatR {
	margin:0 0 15px 15px;
}
.noPadding {
	padding:0;
}
.prct100 {
	width:100%;
}
.bold {
	font-weight:bold;
}
.dontDisplay {
	display:none;
}
/* --------------------------- application related  */
#funcnav .inputfield {
	background:transparent url(/site_images/cera/bck_searchfield.gif) no-repeat scroll left top;
	border:none;
	width:112px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	float:left;
	margin-right:0;
	padding:2px 5px;
}
.button, .buttonSmall, .buttonMore, .buttonHl, .buttonLarge {
	border:none;
	color:#7b7b7b;
	cursor:pointer;
	font-family:"Times New Roman";
	font-style:italic;
	font-weight:bold;
	font-size:1.2em;
	height:18px;
	line-height:18px;
	margin:0 4px 0.5em 0;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
}
a.button, a.buttonSmall, a.buttonMore, a.buttonHl, a.buttonLarge {
	color:#666;
	display:block;
	float:left;
	position:relative;
	text-decoration:none!important;
}
.button {
	background:url(/site_images/cera/bck_butMedium.gif) no-repeat;
	width:90px
}
.buttonLarge {
	background:url(/site_images/cera/bck_butLarge.gif) no-repeat;
	width:156px
}
.buttonHl {
	background:url(/site_images/cera/bck_butHLMedium.gif) no-repeat;
	color:#fff!important;
	width:76px;
}
.buttonSmall {
	background:url(/site_images/cera/bck_butSmall.gif) no-repeat;
	width:29px
}
.buttonMore {
	background:url(/site_images/cera/bck_butMore.gif) no-repeat;
	padding-right:15px;
	width:36px
}
#search .button {
	background:url(/site_images/cera/bck_searchbutton.gif) right 5px no-repeat;
	color:#666;
	padding-right:20px;
	float:right;
	font-size:1em;
	width:78px;
}
.boxSmallCol1 .button {
	background:url(/site_images/cera/bck_butPoll.gif) no-repeat;
	color:#666;
	padding-right:10px;
	width:56px;
}
.buttonRow {
	float:left;
	margin-top:10px;
}
.checkBox {
	background:transparent;
	vertical-align:middle;
}
/* --------------------------- main centered div  */
#main {
	background-color:#FFF;
	width:970px;
	margin:0 auto; /* centreren van het concept */
}
#main.error404 {
	width:724px;
}
/* --------------------------- logo and lang switch  */
#header {
	position:relative;
	padding-top:1em;
}
.error404 #header {
	margin-bottom:10px;
}
#brand {
	float:left;
	width:245px;
}
#lang {
	padding:0 0 0 612px;
	margin:0;
}
#lang ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#lang ul li {
	float:left;
	background:url(/site_images/cera/bck_langItems.gif) no-repeat bottom right;
	padding:0 0 0 8px;
	width:20px;
	height:20px;
	zoom:1;
}
#lang ul li.last {
	background:none;
}
#lang a {
	color:#575751;
	text-decoration:none
}
#lang a:hover {}
#lang a.active {}
#headerHome {
	margin-top:10px;
	padding-bottom:10px;
	height:232px;
	overflow:hidden;
}
#headerHome #box1 {
	margin-left:0!important;
}
#headerHome #box1,#headerHome #box2 ,#headerHome #box3, #headerHome #box4 {
	overflow:hidden;
}
#headerHome .boxSmallImg {
	float:left;
	height:232px;
	margin-left:10px;
	width:235px;
}
#headerHome .boxMediumImg {
	float:left;
	height:232px;
	margin-left:10px;
	width:480px;
}
#headerHome .boxLargeImg {
	float:left;
	height:232px;
	margin-left:10px;
	width:725px;
}
#headerHome .boxExtraLargeImg {
	float:left;
	height:232px;
	width:970px;
}


#headerHome .boxSmallCol1, #headerHome .boxSmallCol2 {
	float:left;
	height:186px;
	padding:28px 18px 18px 18px;
	margin-left:10px;
	width:199px;
}
#headerHome .boxSmallCol1 {
	background-image:url(/site_images/cera/bck_greenHome.gif);
	color:#333;
}
#headerHome .boxLargeCol1 {
	background:#f00 url(/site_images/cera/bck_greenHomeL.gif);
	color:#fff;
	float:left;
	height:186px;
	padding:28px 18px 18px 18px;
	margin-left:10px;
	width:444px;
}
#headerHome .boxSmallCol2 {
	background-image:url(/site_images/cera/bck_blueHome.gif);
	color:#fff;
}
#headerHome .boxLargeCol2 {
	background:#f00 url(/site_images/cera/bck_blueHomeL.gif);
	color:#fff;
	float:left;
	height:186px;
	padding:28px 18px 18px 18px;
	margin-left:10px;
	width:444px;
}
#headerHome h1 {
	color:#fff;
	background:none;
	line-height:1.2em;
	margin-top:0;
}
#headerHome .boxSmallCol1 a {
	color:#333;
}
#headerHome .boxSmallCol2 a {
	color:#fff;
}
.headerBlock {
	float:left;
}
.headerBlockM {
	float:left;
}
.mr9 {
	margin-right:9px;
}
.mr10 {
	margin-right:9px;
	padding-left:1px;
}
.mr11 {
	margin-right:11px;
}
#funcnav, #login {
	position:relative;
	float:left;
	width:235px;
	height:111px;
	margin-right:10px;
	background:url(/site_images/cera/bck_funcnav.gif) top left no-repeat;
	font-family:"Times New Roman";
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	overflow:hidden;
}
#login {
    margin-right:0;
    background:url(/site_images/cera/bck_funcnav.gif) top left no-repeat;
}
#funcnav #search {
	position:absolute;
	top:80px;
	left:10px;
	width:210px;
}
#funcnav ul, #login ul, #login p {
	list-style-type:none;
	margin-left:20px;
}
#login p {
	list-style-type:none;
	margin:1em 15px 1em 20px;
}
#login ul {
	border-top:2px solid #fff;
	bottom:0;
	padding-top:0.7em;
	position:absolute;
	width:195px;
}
#funcnav ul {
	margin-left:12px;
}
#funcnav ul li {
	float:left;
	background:url(/site_images/cera/bck_funcnavItems.gif) no-repeat bottom right;
	margin:0;
	padding:0 10px;
	height:12px;
}
#login ul li {
	float:right;
	background:url(/site_images/cera/bck_funcnavItems.gif) no-repeat bottom left;
	margin:0;
	/*padding:0 10px;*/
	padding:0 10px;
	height:12px;
}
#funcnav ul li.last, #login ul li.last {
	background:none;
}
#login ul li.last 
{
    padding-right: 8px

   }
#funcnav a, #login a {
	color:#575751;
	text-decoration:none
}
#funcnav a:hover {}
#funcnav a.active {}
#fotoslider {
	float:left;
	margin-right:10px;
	width:235px;
}
/* --------------------------- path  */
#path {
	height:12px;
	padding:12px 0 7px 0;
	color:#898985;
	text-align:right;
}
#path, #path a:link, #path a:hover, #path a:visited {
	color:#898985;
	text-decoration:none
}
#path a {
}
#path a:hover {
	text-decoration:underline
}
/* --------------------------- container all content, nav, content and right column  */
#body {
	background:url(/site_images/cera/bck_bodyContent1.gif) repeat-y;
	line-height:1.5em;
	zoom:1;
}
.error404 #body {
	background:none;
}
#body.home {
	background:url(/site_images/cera/bck_bodyHome.gif) repeat-y;
}
#leftnav {
	float:left;
	width:235px;
	background:url(/site_images/cera/bck_leftnavTop.gif) top no-repeat;
	/*margin:0 10px 0 0;*/
	position:relative;
	overflow:hidden;
}
#leftnav ul.level01 {
	margin:0;
	padding:0;
	width:230px;
	padding:34px 0 0 2px;
}
#leftnav ul.level02 {
	margin:0;
	padding:4px 0 10px 0;
	width:230px;
}
#leftnav ul.level03 {
	margin:0;
	padding:4px 0 6px 0;
	width:230px;
	background-image:url(/site_images/cera/bck_leftnavLev3.gif)
}
#leftnav ul.level01 li, #leftnav ul.level02 li, #leftnav ul.level03 li {
	margin:0;
	padding:0;
	border-bottom:1px solid #FFF;
}
#leftnav .level01 li a:link, #leftnav .level01 li a:visited {
	background:url(/site_images/cera/bck_leftnavLev1.gif) no-repeat right;
	color:#575751;
	display:block;
	padding:3px 50px 2px 18px;
	text-decoration:none;/*	height:15px !important;*/
}
#leftnav .level01 li a:hover {
	background:url(/site_images/cera/bck_leftnavLev1_on.gif) no-repeat right;
	color:#ec7000;
	padding:3px 50px 2px 18px;
	text-decoration:none;/*	height:15px !important;*/
}
#leftnav .level01 li a.active {
	background:url(/site_images/cera/bck_leftnavLev1_on.gif) no-repeat right;
	color:#ec7000;
	padding:3px 50px 2px 18px;
	text-decoration:none;/*	height:15px !important;*/
}
#leftnav .level02 li a:link, #leftnav .level02 li a:visited {
	background:url(/site_images/cera/bck_leftnavLev2.gif) no-repeat right;
	color:#89897f;
	display:block;
	padding:1px 50px 0 27px;
	text-decoration:none
}
#leftnav .level02 li a:hover {
	background:url(/site_images/cera/bck_leftnavLev2_on.gif) no-repeat right;
	color:#ec7000;
	padding:1px 50px 0 27px;
	text-decoration:none
}
#leftnav .level02 li a.active {
	background:url(/site_images/cera/bck_leftnavLev2_on.gif) no-repeat right;
	color:#ec7000;
	padding:1px 50px 0 27px;
	text-decoration:none
}
#leftnav .level03 li a:link, #leftnav .level03 li a:visited {
	background:none;
	color:#9b9b91;
	display:block;
	padding:1px 50px 0 38px;
	text-decoration:none;
	font-size:0.9em;
	font-style:italic
}
#leftnav .level03 li a:hover {
	background:url(/site_images/cera/bck_leftnavLev3_on.gif) no-repeat right;
	color:#ec7000;
	padding:1px 50px 0 38px;
	text-decoration:none;
	font-size:0.9em;
	font-style:italic
}
#leftnav .level03 li a.active {
	background:url(/site_images/cera/bck_leftnavLev3_on.gif) no-repeat right;
	color:#ec7000;
	padding:1px 50px 0 38px;
	text-decoration:none;
	font-size:0.9em;
	font-style:italic
}
.seperator {
	background:url(/site_images/cera/bck_leftnavseperator.gif) no-repeat center;
	height:45px;
}
#contentContainer {
	width:735px;
	float:left;
	overflow:hidden;
}
.error404 #contentContainer {
	width:auto;
	float: none;
	overflow:hidden;
}
#contentBodyL {
	width:480px;
	float:left;
	margin-right:10px;
	padding-left:10px;
}
#contentBodyR {
	width:235px;
	float:left;
	overflow:hidden;
}
#contentBodyL .margin {
	padding:17px 8px 3px 12px;
}
#contentBodyL .margin h2 {
	margin:0;
}
#contentBodyL .highliteL {
	margin-bottom:10px;
}
#contentBodyL .highliteM {
	margin-bottom:10px;
}
#contentBodyL .highliteR {
	margin-bottom:10px;
}
#contentBodyL .highliteL .leftblock {
	float:left;
	width:113px;
	height:112px;
	margin-right:10px;
}
#contentBodyL .highliteL .rightblock {
	float:left;
	width:357px;
}
#contentBodyL .highliteR .leftblock {
	float:left;
	min-height:112px;
	width:357px;
	margin-right:10px;
}
#contentBodyL .highliteR .rightblock {
	float:left;
	width:113px;
}
.leftblock .highlite, .rightblock .highlite {
	background:url(/site_images/cera/bck_highliteWhiteTop.gif) top no-repeat;
	min-height:112px;
	height:auto !important; /* for sane browsers, keep it as default */
	height:112px;
	position:relative;
}
.leftblock .endhighlite, .rightblock .endhighlite {
	background:url(/site_images/cera/bck_highliteWhiteBottom.gif) bottom no-repeat;
	width:357px;
	height:16px;
	position:absolute;
	bottom:0px;
}
#contentBodyL .highliteM .highlite {
	background:url(/site_images/cera/bck_highliteGreyTop.gif) top no-repeat;
	background-color:#eeeeed;
	min-height:172px;
	height:auto !important; /* for sane browsers, keep it as default */
	height:172px;
	position:relative;
}
#contentBodyL .highliteM .endhighlite {
	background:url(/site_images/cera/bck_highliteGreyBottom.gif) bottom no-repeat;
	width:480px;
	height:16px;
	position:absolute;
	bottom:0px;
}
#contentBodyL .highliteM .highlite h2 {}

.content1 #contentBody, .content2 #contentBody, .content3 #contentBody {
	background:transparent;
	padding-left:10px;
	width:724px;
}
.error404 #contentBody {
	padding-left:0;
}
#contentBodyL a:link{
	text-decoration:underline;
}
#contentBodyL a:hover{
	text-decoration:underline;
}
#contentContainer.content1 #contentBody .margin {
	padding:31px 115px 0 29px;
}
#contentContainer.content2 #contentBody .margin, #contentContainer.content3 #contentBody .margin {
	padding:31px 20px 0 29px;
}
.content2 #contentLeft {
	float:left;
	width:489px;
}
.content3 #contentLeft {
	float:left;
	width:611px;
}
.imgPlaceHolder {
	float:left;
	overflow:hidden;
	padding-top:10px;
}
.content2 .imgPlaceHolder {
	width:235px;
}
.content3 .imgPlaceHolder {
	width:113px;
}
.imgPlaceHolder img {
	margin-bottom:10px;
}
#contentContainer h1 {
	margin:0;
	padding:0;
	min-height:40px;
	height:auto!important; /* for sane browsers, keep it as default */
	height:40px;
	line-height:1em;
} 
#contentContainer h1 .top {
	background:#00c1f5 url("/site_images/cera/bck_H1724Top.gif") top left no-repeat;
	height:10px;
	font-size:1px;
}
#contentContainer h1 .bottom {
	background:#00c1f5 url("/site_images/cera/bck_H1724Bottom.gif") bottom left no-repeat;
	padding:0 20px 15px 30px;
}
#contentContainer h2 {
	margin:0 0 1em 0;
	padding:0
}
.home #contentBody {
	background:#e6e6de;
	float:left;
	width:528px;
}
#contentBody .margin {
	padding:10px 25px 25px 25px;
}


/*----------------------------- content met rechter column    */
#contentBodySmall {
	width:480px;
	float:left;
	padding-left:10px;
}
#contentContainer #contentBodySmall .margin {
	padding:31px 29px 0 29px;
}
#contentBodySmall h1 .top {
	background:#00c1f5 url("/site_images/cera/bck_H1724SmallTop.gif") top left no-repeat;
	height:10px;
	font-size:1px;
}
#contentBodySmall h1 .bottom {
	background:#00c1f5 url("/site_images/cera/bck_H1724SmallBottom.gif") bottom left no-repeat;
	padding:0 20px 10px 30px;
	margin:0
}
#rightColumn{
	float:left;
	margin-left:6px;
	overflow:hidden;
	width:234px;
}
#rightColumn {
	float:left;
	margin-left:6px;
	overflow:hidden;
	width:234px;
}
#rightColumn h2 {
	font-size:1.5em;
	font-style:normal;
	margin:0px;
	padding:0px;
}
#rightColumn h2 p {
	padding:0;
}
#rightColumn h2 .top {
	background:#6e83c3 url("/site_images/cera/bck_H1724PurpleTop.gif") top left no-repeat;
	height:10px;
	width:100%;
	font-size:1px;
}
#rightColumn h2 .bottom {
	background:#6e83c3 url("/site_images/cera/bck_H1724PurpleBottom.gif") bottom left no-repeat;
    color:#fff;
    font-family:Times New Roman;
    font-style:italic;
	padding:0 30px 10px 30px;
    line-height:24px;
    font-size:1.4em;
}
#rightColumn .margin {
	height:100%;
	border-top:10px solid #FFF;
	margin:0;
	padding:24px 27px 17px 27px;
	background:#eeeeed url("/site_images/cera/bck_rightColumnTop.gif") no-repeat;
}

#contentBodySmall a:link, #contentBodySmall a:visited, #contentBodySmall a:hover {
	color:#00346a;
}
#rightColumn .margin .seperator{
	height:3px;
	width:100%;
	background-color:#FFF;
	background-image:none;
	margin:10px 0;
	font-size:1px;
}
.endRightColumn {
	background:#eeeeed url("/site_images/cera/bck_rightColumnBottom.gif") left bottom no-repeat;
	height:17px;
	width:234px;
	font-size:1px;
}
#logos{}
#bodyBot {
	background:url(/site_images/cera/bck_bodyBot2.gif) bottom left no-repeat;
	min-height:10px;
	height:auto !important;
	height:10px;
}
.home #bodyBot {
	background:url(/site_images/cera/bck_bodyBot.gif) bottom left no-repeat;
}
/* --------------------------- footer  */
#footer {
	background:url(/site_images/cera/bck_footer.gif) no-repeat;
	height:32px;
	text-align:center;
	color:#FFFFFF;
	line-height:32px; /*text vertical align middle*/
	margin-top:10px;
	margin-bottom:10px;
}
#footer.error404 {
	background:url(/site_images/cera/bck_footerSmall.gif) no-repeat;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*------------- tables -------------*/

table.contentTable {
	border-collapse:collapse;
	margin:1em auto;
}
table.contentTable td {
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	padding:0.3em 0.5em;
}
table.contentTable th {
	font-weight:normal;
	color:#678197;
	text-align:left;
	border-bottom:1px solid #EC7000;
	border-left:1px solid #e8e8e8;
}
table.contentTable thead th {
	background:#EC7000 none repeat scroll 0 0;
	color:#fff;
	font-size:1em;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:1.3em;
	border:none;
	padding:0.3em 0.5em;
}
table.contentTable .column1{
	border-left:1px solid #EC7000;
}
table.contentTable .lastColumn {
	border-right:1px solid #EC7000;
}
table.contentTable .lastColumnGrey {
	border-right:1px solid #e8e8e8;
}
table.contentTable tfoot th {
	color:#EC7000;
	padding:0.3em 0.5em;
}

/*-------------------------------------LOGO TABLE ---*/
table.logoTable{width:100%;}
table.logoTable .TL{ background:#EC7000 url(/site_images/cera/bck_tableRC01.gif) top left no-repeat; height:10px;}
table.logoTable .noBorder{ background:#EC7000;}
table.logoTable h3{color:#FFF; text-align:left; font-weight:bold; padding:0 5px 15px 10px; margin:0; height:10px;}
table.logoTable .TR{ background:#EC7000 url(/site_images/cera/bck_tableRC02.gif) top right no-repeat; height:10px;}
table.logoTable .BL{ background:#EC7000 url(/site_images/cera/bck_tableRC04.gif) bottom left no-repeat; height:10px;}
table.logoTable .BM{ background:#EC7000;}
table.logoTable .BR{ background:#EC7000 url(/site_images/cera/bck_tableRC03.gif) bottom right no-repeat; height:15px;}
table.logoTable .cf{border-left:1px solid #EC7000; padding:0 5px 0 10px; height:15px;}
table.logoTable .cl{border-right:1px solid #EC7000;}
table.logoTable td{border:none; border-bottom:1px solid #e8e8e8;}
table.logoTable td{	vertical-align:middle;}
table.logoTable a:link, table.logoTable a:hover, table.logoTable a:visited{
	background:url(/site_images/cera/ill_path.gif) 0 3px no-repeat !important;
	padding:0 0 0 17px;
}
/*-------------------------------------END LOGO TABLE ---*/

#rightnav {
	background-color:#fff;
	background:url(/site_images/cera/bck_leftnavTop.gif) top no-repeat;
	margin:0 0 0 0;
	position:relative;
}
.endRightnav {
	background:url(/site_images/cera/bck_leftnavBottom.gif) bottom no-repeat;
	height:22px;
	display:block;
	bottom:0;
}
.endRightnavHome {
	background:url(/site_images/cera/bck_rightNavBotHome.gif) bottom no-repeat;
	height:29px;
	display:block;
	bottom:0;
}
#rightnav a:link {
	text-decoration:none;
}
#rightnav a:visited {
	text-decoration:none;
}
#rightnav a:hover {
	text-decoration:underline;
}
#rightnav a:active {
	text-decoration:none;
}
#rightnav .date {
	color:#ababa8;
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}
#rightnav .hr {
	background:url(/site_images/cera/bck_rightnavhr.gif) right no-repeat;
	width:190px;
	height:5px;
	margin:0 auto;
	margin-top:7px;
	margin-bottom:20px
}
#rightnav h2 {
	padding:0;
	margin:0;
	padding-bottom:7px;
}
#rightnav #news {
	padding:18px;
}
#rightnav #news .item {
	padding-top:7px;
	padding-bottom:7px;
}
#rightnav .newsButtons {
	margin-left:20px;
}
#rightnav #calendar {
	padding-left:18px;
	padding-right:18px;
}
#rightnav #calendar .item {
	padding-top:5px;
	padding-bottom:5px;
}

/*------------- Applications -> moet in apps.css komen, eens thomas die gekoppeld heeft -------------*/
.formtable {
	margin:1em 0 1em 30px;
	border-collapse:collapse;
}
.formtable td {
	padding:3px 5px;
}
.formtable td td {
	padding:0;
}
.formtable .error, .error {
	color:#c00 !important;
}

.formtable input.error {}
.formtable div.error, .webshoptable div.error {
	background:#f9e8e4 url(/site_images/cera/bck_error.gif) 6px 3px no-repeat;
	border:1px solid #ce2e00;
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:1em;
	line-height:1.3em;
	padding:4px 10px 4px 26px;
}
.errorblock {
	font-size:0.85em;
	font-weight:bold;
	margin-bottom:1em;
	line-height:1.3em;
	padding:4px 10px 14px 26px;
}
.formtable span.error, .webshoptable span.error {
	background:none;
	border:none;
	font-size:0.85em;
	margin-bottom:1.5em;
}
.webshoptable span.error {
	background:none;
	border:none;
	font-size:0.85em;
	margin-bottom:1.5em;
}
.formtable .label {
	color:#888;
	font-weight:bold;
	text-align:right;
}
.formtable td.error {}
.formtable span.error {}
.formtable .inputfield {
	border:0px solid #000;
	padding:2px 5px;
	margin-right:5px;
}
.formtable input.inputfield {
	height:14px;
}
.XS {
	background:transparent url(/site_images/cera/bck_inputfieldXS.gif) no-repeat;
	width:30px;
}
.S {
	background:transparent url(/site_images/cera/bck_inputfieldS.gif) no-repeat;
	width:70px;
}
.M {
	background:transparent url(/site_images/cera/bck_inputfieldM.gif) no-repeat;
	width:190px;
}
textarea.M {
	background:transparent url(/site_images/cera/bck_textareaM.gif) no-repeat;
	height:84px;
}
select.M 
{
    background:transparent url(/site_images/cera/bck_selectinputfieldM.gif) no-repeat;   
	width:200px;
}
.L {
	background:transparent url(/site_images/cera/bck_inputfieldM.gif) no-repeat;
	width:390px;
}
textarea.L {
	background:transparent url(/site_images/cera/bck_textareaL.gif) no-repeat;	
	background-position:left bottom;
	height:84px;
}
.formtable select {
	border:2px solid #e3e3db;
}
.formtable td.buttons {
	background:url(/site_images/cera/bck_buttonRow.gif) 0 12px repeat-x;
    padding:20px 0;
    text-align:right;
}
.formtable td.buttons input {
	background-color:#e6e6e3;
	color:#7b7b7b;
	font-style:italic;
	border: none;
	font-weight:bold;
	padding:2px 5px;
	margin-left:0.3em;
}
.formtable td.comment {
	color:#888;
	font-style:italic;
}
.overviewBar {
	/*font-size:1.1em;*/
}
.overviewBar a,
.overviewBar {
	color:#29b1d9;
}
.overviewBar a:link,
.overviewBar a:visited {
    text-decoration:none;
}
.overviewBar a:hover {
    text-decoration:underline;
}
.overviewDate {
    color:#999;
    float:left;
    width:20%;
}
.overviewIntro {
    float:left;
    width:79%;
}
.overviewIntro a {
    font-weight:bold;
}

/* dtSearch */
.fsHit 
{
    font-weight: bold;
    font-size: 1.1em;
}
.faq {margin:0; padding:0}
.faq li { list-style: none;
          margin:0;
          padding:0 0 0 15px}
.pagination {background-color:#cccccc; padding:0.2em; margin-bottom:1em}

.closed 
{
    background-image: url(/site_images/cera/li_closed.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
    list-style: none;
    }
.open 
{
    background-image: url(/site_images/cera/li_open.gif);    
    background-repeat: no-repeat;
    background-position: 0 5px;
    list-style: none;}
input.first 
{
    background-image: url(/site_images/cera/bck_first.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    border: none;    
}
    
input.previous 
{
    background-image: url(/site_images/cera/bck_previous.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    border: none;
}    
input.next 
{
    background-image: url(/site_images/cera/bck_next.gif); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: Transparent;
    border: none;
}  
input.last 
{
    background-image: url(/site_images/cera/bck_last.gif); 
    background-position: center;
    background-repeat: no-repeat;
    background-color: Transparent;
    border: none;
}  
#dhtmlgoodies_slideshowsmall 
{
    
}