/* CSS Content Styles for Hubert.nl */
/* Created: 22-12-2005 */

/* Default content styles */
p {
 	color: #4d4d4d;
	font-size: 11px;
	line-height: 120%;
}

td {
	font-size: 11px;
}

ul,ol {
 	color: #4d4d4d;
}

/* Headings */
h1 {
	color: #909b40;
	font-size: 13px;
}

h2 {
	color: #909b40;
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

h4 {
	color: #ed1059;
}

h5 {

}
h1.g {
	border-bottom: 2px solid #afbe33;
}

/* Links */
a {
	color: #909b40;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {

}

a:hover, a:active {
	color: #afbe33;
}

/* Form elements */
form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	border: 1px solid #4d4d4d;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Special elements */
div#breadcrumb {
	padding: 4px;
}

div#breadcrumb a {
	color: #e3eaec;
	font-size: 10px;
	font-weight: bold;
}

div#breadcrumb a:hover {
	color: #ffffff;
}

div#search .search_text {
	color: #ffffff;
	display: inline;
	font-size: 90%;
	font-weight: bold;
	margin-left: 8px;
}

div#search .input {
	margin: 10px 0px 0px 5px;
	padding: 0px;
	width: 108px;
}

div#search .submit {
	border: 0px;
	display: none;
}

div#site_by {
	display: none;
}

.csc-sitemap-level2 {
	margin-left: 12px;
}

.csc-sitemap-level3 {
	margin-left: 24px;
}

/* CSC Frame 1 */
.csc-frame-frame1 {
	background-color: #eeeeee;
	border: 1px solid #aab4b5;
	margin: 10px 0px 10px 0px;
	padding: 4px;
}

/* CSC Caption */
.csc-caption {
	color: #437c7f;
	font-size: 9px;
}

/* CSC Table Styles */
.contenttable {
	border: 1px solid #cccccc;
	width: 100%;
}

.contenttable td {
	padding: 2px;
}

.contenttable td p {
	margin: 0px;
}

.contenttable .tr-0 {
	font-weight: bold;
}

.contenttable .tr-0 td {
	padding: 4px;
}
.contenttable .tr-even {
	background: #e3e3e3;
}