/*
	SHOUT! DCT COPYRIGHT (C) 2003 - 2005 Niels Ingelse
	Document: style.css, de css van de coat nielsingelse.nl
	Last update:
	Changes:

*/


/* verplichte coat styles */
.c_body {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #696969;
	line-height: 24px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url('bg.gif');
	background-repeat: repeat-x;
}

img {
	border: 0;	
}

.c_dropzone_indicator {
	background-color: #88c3e2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.c_divider {
	background-color: #88c3e2;
}

.c_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.c_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bord;
}

.c_h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e8350;
	font-weight: bold;
	margin-bottom: 10px;
}

.c_a {
	color: #6e8350;
}


.c_plaintext {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
	line-height: 20px;
	margin-bottom: 16px;
	padding: 0px;
	margin-top: 0px;
}

.c_plainimage {
	margin-bottom: 16px;
	margin-top: 4px;
}

.c_plainmenuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e8350;
	font-weight: bold;
	text-decoration: none;
}

.c_plainmenuitem_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e8350;
	font-weight: bold;
	text-decoration: none;
}

.c_plainmenuitem_box {
	float: left;
	margin-right: 35px;
	margin-top: 3px;
}

/* einde verplichte coat styles */

.c_mainblock {
	width: 710px;
	background-color: white;
	margin: 0px auto;
	padding: 8px;
	text-align: left;
}

.c_header {
	height: 233px;
	width: 100%;
	background-color: #000000;
	background-image: url('headerbg.jpg');
	background-repeat: no-repeat;
	margin-bottom: 8px;
	background-position: center right;
}

.c_menubar {
	height: 30px;
	widht: 100%;
	background-color: #aec788;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.c_content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}

.c_header .c_h3 {
	color: #6d6d6d;
}

.c_header .c_h3:hover {
	color: #ffffff;
}