body
{
	background-color: #524f26;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #524f26;
}

a 
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #0093d0;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #524f26;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #0093d0;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	color: #f26422;
}

ul
{
	margin: 0;
	padding-left: 10px;
}

li
{
	margin-left: 10px;
}

img
{
	border: 0;
}

#aspnetForm
{
	margin: 0;
	padding:0;
}

#container
{
	width: 858px;
	background-image: url(../Images/bg-container.gif);
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#container-top
{
	width: 858px;
	background-image: url(../Images/bg-container-top.gif);
	height: 6px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

#container-bottom
{
	width: 858px;
	clear: both;
	background-image: url(../Images/bg-container-bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: #524f26;
}

#header
{
	width: 828px;
	height: 135px;
	margin-left: 15px;
	margin-right: 15px;
}

#newslettersignup
{
	position: absolute;
	top: 54px;
	left: 672px;
	width: 154px;
	z-index: 100;
}

#newslettersignup .section h3
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}


#newslettersignup .section h3:first-letter
{
	font-size: 120%;
}

#mainmenuarea
{
	position: absolute;
	top: 110px;
	left: 40px;
}

#mainmenu
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#mainmenu li
{
	float: left;
	
}

#mainmenu a
{
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainmenu a:hover
{
	color: #f26422;
}

#mainmenu a:first-letter
{
	font-size: 120%;
}

#content
{
	width: 630px;
	margin-left: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	float: left;
	display: inline;
}

#subheader
{		
}

#submenu
{
	width: 630px;
	height: 120px;
	background-image: url(../Images/bg-submenu.jpg);
}

td.sub-trans
{
	vertical-align: bottom;
	width: 122px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	padding: 15px;
}

td.sub-sep
{
	width: 8px;
	background-color: #fff;
}

td.sub-trans a
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

td.sub-trans a:hover
{
	color: #f26422;
	text-decoration: none;
}

td.sub-trans-highlight
{
	vertical-align: bottom;
	width: 122px;
	background-color: #ddd;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	color: #eeede9;
	padding: 15px;
}

td.sub-trans-highlight a
{
	color: #f26422;
	font-size: 14px;
	font-weight: bold;
}

td.sub-trans-highlight a:hover
{
	color: #f26422;
	text-decoration: none;
}

#main
{
	width: 590px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eeede9;
}

#side
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 655px;
	width: 154px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}

* html #side
{
	height: 1%;
	padding-top: 1px;
	margin-left: 652px;
}

#side .section h3
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#side .section h3:first-letter
{
	font-size: 120%;
}

#sidehrcafe
{
	background-color: #f6f6f4;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 655px;
	width: 154px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

* html #sidehrcafe
{
	height: 1%;
	margin-left: 652px;
}

#sidehrcafe a
{
	color: #f26422;
}


#footer
{
	clear: both;
	width: 828px;
	height: 17px;
	margin-left: 19px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#footermain
{
	float: left;
	width: 630px;
	display: inline;
	height: 17px;
}

#footerside
{
	margin-left: 636px;
	width: 185px;
	height: 17px;
}

* html #footerside 
{
	margin-left: 633px;
}

#footer ul
{
	list-style-type: none;
	margin-top: 1px;
	padding: 0;
}

#footer li
{
	display: inline;
	margin-left: 15px;
	padding: 0;
}

#footer a
{
	color: #fff;
}

/* Cuyahoga module styles */

.moduletools
{
	float: right;
	margin-top: 0px;
	margin-right: 5px;
}

#subheader .moduletools
{
	float: none;
	margin: 0;
}

#side .moduletools
{
	margin-top: 6px;
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlelist h4
{
	margin-top: 0px;
	margin-bottom: 2px;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

.genericitem h4
{
	margin-top: 0px;
	margin-bottom: 3px;
}

#side .genericitem h4
{
	font-size: 11px;
	margin-bottom: 0px;
}

.genericdetails
{
	padding-top: 5px;
	padding-bottom: 3px;
	color: #666;
}

.genericdetails span
{
	margin-right: 6px;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}


/* Homepage specific */
#homecolumns
{
	width: 590px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
}

#homecolumns .section h3
{
	font-size: 12px;
	padding-top: 3px;
	margin-top: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#homecolumns .section h3:first-letter
{
	font-size: 120%;
}

#homecolumns a
{
	color: #f26422;
}

#producten-home, #diensten-home, #hottopics-home
{
	float: left;
	width: 180px;	
	margin-right: 11px;
}

#producten-home .section h3, #diensten-home .section h3
{
	color: #0093d0;
	border-bottom: 1px solid #0093d0;	
}

#hottopics-home .section h3
{
	color: #f26422;
	border-bottom: 1px solid #f26422;
}

#hottopics-home .moduletools
{
	margin-top: 0px;
}

/* Products specific */
#productcolumns
{
	width: 580px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

#product1, #product2, #product3
{
	float: left;
	width: 183px;	
	margin-right: 8px;
}

#productcolumns li
{
	background-color: #fff;
	padding: 2px;
}
