body    {
	font-family: "Trebuchet MS","Tahoma";
	font-size: 11px;
	background-color: #fff;
	color: #19394b;
}

a, a:hover, a:active, a:visited, a:link    {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-family: "Trebuchet MS","Tahoma";
}

#header { background: url(/templates/dubbelman/images/header.jpg) no-repeat 0 0; }
#footer { background: url(/templates/dubbelman/images/footer.jpg) no-repeat 0 0; }
#innerwrap { background: url(/templates/dubbelman/images/background.jpg) no-repeat 0 123px; }
#outer { background: url(/templates/dubbelman/images/background_repeat.jpg) repeat-y 0 0; }


.field_container {
	margin-top: 85px;
	margin-left: 20px;
	border: 1px solid #920a0c;
	background-color: #f0f0f0;
	width: 160px;
	padding: 5px;
	color: #19394b;
}

/* alleen voor IE */
* html .field_container {
	position: absolute;
}

.field_container .header {
	border-bottom: 1px solid #920a0c;
	padding: 0px 4px 2px 4px;
	width: 152px;
	color: #19394b;
	margin-bottom: 5px;
}

img {
	border: 0px solid white;
}

h1 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3d668c; 
}
h2 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px; 
	padding-bottom: 1px;
	border-bottom: 1px solid #40505f;
}

.admin_tool {
	float: right;
	margin: 11px 0 0 0;
	padding: 2px 5px 2px 5px;
	background-color: #FA7A39 ;
}

.admin_tool a:active, .admin_tool a:link, .admin_tool a:visited, .admin_tool a:hover {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

/**
 * De main content...
 */
.maincontent {
	clear: right;
	float: right;
	width: 457px;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 25px;
}

html > body .maincontent    {
	width: 462px;
	margin-right: 25px;
}
	
#crumbpath {
	padding: 0px 5px 20px 0px;
}

#crumbpath, #crumbpath a, #crumbpath li {
	text-decoration: none;
}

#crumbpath a, 
#crumbpath a:link, 
#crumbpath a:visited, 
#crumbpath a:hover, 
#crumbpath a:active,
#crumbpath    {
	color: #0f273d;
	font-weight: normal;
}

#crumbpath ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#crumbpath li {
	float: left;
	margin: 0;
	padding: 0 0 0 16px;
}

/**
 * De stijlen voor de tabellen als nieuws overzicht, gastenboek, etc
 */
.tableRow {

}

.tableRowEven {
	background-color: #767676;
}

.tableRowOdd {
	background-color: #920a0c;
}

.tableDataContent {
	padding: 6px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.tableDataContentEven {

}

.tableDataContentOdd {

}

.tableDataFooter {
	padding: 6px;
	color: #f0f0f0;
}

.tableDataFooterEven {

}

.tableDataFooterOdd {

}

.tableDataHeader {
	padding: 6px;
	font-weight: bold;
	color: #FFFFFF;
}

.tableDataHeaderEven {

}

.tableDataHeaderOdd {

}

.tableDataFooter a, .tableDataFooter a:hover, .tableDataFooter a:active, .tableDataFooter a:visited, .tableDataFooter a:link    {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}

.tableTool {
	position: relative;
	top: 0;
	float: right;
	background-color: #FA7A39;
	padding: 2px 4px 2px 4px;
}

.tableTool a:active, .tableTool a:link, .tableTool a:visited, .tableTool a:hover {
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}

.weblog_modified {
	padding-top: 10px;
	font-size: 10px;
	color: #BFBFBF;
}

.weblog_comment_count {
	display: inline;
	float: right;
	text-align: right;
}

h2.weblog_title {
	padding: 0;
	margin: 5px 0 0 0;
}

.weblog_subtitle {
	font-size: 10px;
	margin: 0 0 10px 0;
}

.weblog_view:hover,
.weblog_view:link,
.weblog_view:active,
.weblog_view:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}