* {
	font-size: 11px;
	font-family: verdana,helvetica,sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background-color: #D7D7E1;
	color: black;
	text-align: center;
}

a {
	color: #E8270D;
}

a.arrow {
	background: url(/images/algemeen/red_arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 10px;
	text-decoration: none;
}

a.arrow:hover {
	text-decoration: underline;
}

#outercontainer {
	margin:0 auto;
	width: 980px;
	border: 5px solid #C6C6D2;
}

#innercontainer {
	border: 1px solid black;
	background: white;
}

#top {
	position: relative;
	height:95px;
	border-bottom: 1px solid black;
	background-color: #E4E4EA;
}
	#top_logo {
		position: absolute;
		left: 16px;
		top: 16px;
	}

	#top_content {
		position: absolute;
		text-align: left;
		left: 240px;
		top: 25px;
		width: 500px;
	}

#topmenu {
	padding: 7px;
	border-bottom: 1px solid black;
	background-color: #E4E4EA;
}

	#topmenu a {
		color: #E8270D;
		font-weight: bold;
		text-decoration: none;
	}

#contentcontainer {
	background: white;
	text-align: left;
	padding: 21px;
}

* html #leftcolumn { /* this is recognized by IE only */
	float: left;
	padding: 10px;
	background: #FFEEDD;
	width: 235px;  /* total width, only for IE5.x/Win */
	w\idth: 215px; /* content width for other IE */
}

#leftcolumn {
	float: left;
	padding: 10px;
	background: #FFEEDD;
	width: 215px;  /* content width for other browsers */
}

* html #maincolumn { /* this is recognized by IE only */
	padding: 14px;
	width: 500px;  /* total width, only for IE5.x/Win */
	w\idth: 480px; /* content width for other IE */
}

#maincolumn {
	padding: 14px;
	width: 480px;  /* content width for other browsers */
}



h1, h1 a {
	font-weight: bold;
	color: #E8270D;
	font-family: verdana,helvetica,sans-serif;
	text-decoration: none;
    font: 20px "Trebuchet MS", "Verdana", sans-serif;
	margin: 0;
}
h1 a:hover {
	text-decoration: underline;
}

h4 {
	background: url(/images/algemeen/tab_wide.gif) no-repeat 0 0;
	padding: 10px 0 6px 0;
	margin: 0;
	color: #999;
}

	h4 a {
		font-size: 10px;
		color: #999;
		text-decoration: none;
	}

	h4 a:hover {
		color: #333;
		text-decoration: underline;
	}

div.posted {
	color: #999;
	font-size: 10px;
	margin: 0 0 10px 0;
}

#contentcontainer div.content img {
	margin: 10px 0 10px 0;
}

#contentcontainer div.content img.left {
	float: left;
	margin: 0 10px 5px 0;
}

#contentcontainer div.content img.right {
	float: right;
	margin: 0 0 5px 10px;
}

hr {
	color: red;
	border-bottom: 1px dotted #999;
	height: 0;
}
h3.date {
	background: #EDEDF1;
	border-right: 1px solid #E4E4EA;
	border-bottom: 1px solid #E4E4EA;
	border-left: 1px solid #E4E4EA;
	padding: 6px 10px 6px 10px;
	margin: 0 0 16px 0;
}

#WeblogListing {
	width: 160px;
}

	#WeblogListing h2 {
		display: block;
		background: #E8270D;
		height: 18px;
		border-bottom: 1px solid white;
		color: white;
		padding: 2px 0 0 10px;
		text-decoration: none;
		margin: 0;
	}

	#WeblogListing h3 {
		display: block;
		background: #D7D7E1;
		height: 18px;
		border-bottom: 1px solid white;
		color: #666;
		padding: 2px 0 0 10px;
		text-decoration: none;
		margin: 0;
	}

	#WeblogListing a {
		display: block;
		background: #EDEDF1;
		height: 18px;
		border-bottom: 1px solid white;
		color: #666666;
		padding: 2px 0 0 18px;
		text-decoration: none;
	}

	#WeblogListing a:hover {
		background: #E4E4EA;
	}

/*
 Member CSS
*/

.tableborder, .tableBorder {
	border: 1px solid #E8270D;
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 3px;
	background: #ECECF2;
}

.tableCellOne {
	background: #ECECF2;
	border-top: 1px solid #F3F3F8;
	border-bottom: 1px solid #DCDCE7;
	padding: 3px;
}

.tableCellTwo {
	background: #ECECF2;
	border-top: 1px solid #F3F3F8;
	border-bottom: 1px solid #DCDCE7;
	padding: 3px;
}

div.defaultBold {
	font-weight: bold;
}

span.highlight {
	color: #E8270D;
}


td.profileHeadingBG {
	background: #E8270D;
	color: white;
	height: 20px;
	padding: 3px 3px 3px 10px;
}

div.tableHeading {
	font-weight: bold;
	font-size: 15px;
}

div.itempadbig {
	padding: 3px 0 3px 0;
}


div.borderBot {
	border-bottom: 1px solid #9999AE;
}

div.menuHeadingBG {
	background: #E8270D;
	border-bottom: 1px solid #9B1B09;
	color: white;
	padding: 2px;
}

div.profileHead {
	background: #C6C6D2;
	border-top: 1px solid #D7D7E1;
	color: black;
	padding: 2px;
}

div.menuItem {
	background: url(/images/algemeen/red_arrow.gif) no-repeat 3px 3px;
	padding: 0 0 0 10px;
	text-decoration: none;
	margin: 4px 0 4px 0;
}

div.menuItem a {
	text-decoration: none;
	color: #5E5E77;
}

div.menuItem a:hover {
	color: #E8270D;
}

.heading {  
	font-size: 			18px;
	font-weight:		bold;
	letter-spacing:	.05em;
	color:				black;
	margin: 			0;
}

div#divSearch {
	width: 180px;
	background: #E8270D;
	border: 1px solid #9B1B09;
}

	div#divSearch input.input {
		width: 135px;
	}
	div#divSearch a {
		color: #FCD3CD;
		background: url(/images/algemeen/white_arrow.gif) no-repeat 0 7px;
		padding: 4px 0 0 10px;
	}
	div#divSearch a:hover {
		color: white;
	}

h2.sidetitle {
	color: white;
	margin: 0 0 3px 0;
}

div#divMembers {
	width: 180px;
	background: #ECECF2;
	border: 1px solid #E8270D;
	margin: 0 0 22px 0;
}

	div#divMembers input.input {
		width: 135px;
	}
	div#divMembers a {
		color: #3E3E97;
		background: url(/images/algemeen/red_arrow.gif) no-repeat 0 7px;
		padding: 4px 0 0 10px;
	}

	div#divMembers h2 {
		background: #E8270D;
		color: white;
		padding: 3px;
		margin: 0 0 3px 0;
	}

	div#divMembers div {
		padding: 3px 3px 6px 3px;
	}

div.ads {
	text-align: center;
}

	div.ads img {
		border: 1px solid #C6C6D2;
	}
	div.ads hr {
		margin: 10px 0 10px 0;
	}

div#categoryList {
	border: 2px solid #E8270D;
	background: #E4E4EA;
	padding: 8px;
}
	div#categoryList img {
		margin-top: 2px;
	}

	div#categoryList a {
		color: #3E3E97;
		text-decoration: none;
		/*
		background: url(/images/algemeen/red_arrow.gif) no-repeat 0 7px;
		padding: 4px 0 0 10px;
		*/
	}

	div#categoryList a:hover {
		text-decoration: underline;
	}


div.content {
	line-height: 1.5em;
	padding: 0 0 30px 0;
}

div.content p {
	margin: 0 0 10px 0;
}

.comments_link {
	background: url(/images/algemeen/comments.gif) 0 0 no-repeat;
	padding: 1px 0 2px 18px;
}

div.paginate, div.paginateCur {
	background: #EDEDF1;
	border-top: 1px solid #666666;
	text-align: center;
}

div.paginateCur {
	font-style: italic;
	font-weight: bold;
}

table.paginateBorder {
	width: 540px;
}

div#commentform {
	display: none;
}
.commentform input.text {
	width: 320px;
	background: #EDEDF1;
	border: 1px solid #9E9EB4;
}

.commentform textarea {
	width: 320px;
	height: 200px;
	background: #EDEDF1;
	border: 1px solid #9E9EB4;
}


/**
 * CALENDAR
 */

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #D7D7E1;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #000;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #434358;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#AEAEC1;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #999;
 background-color:  #fff;
}

.calendarCell a {
 font-size:         10px;
 color:             #F44F37;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #F44F37;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #E8270D;
 text-decoration:   none;
 background-color:  transparent;
}

div.comment_one {
	background: #F7F7F9;
	padding: 4px;
	border-bottom: 1px solid #D7D7E1;
}

div.comment_two {
	padding: 4px;
	border-bottom: 1px solid #D7D7E1;
}

div.comment_one div.posted, div.comment_two div.posted {
	margin: 0;
}

#Form {
	background: #EDEDF1;
	border: 1px solid #C2C2D1;
	padding: 10px;
}

#Form p, #Form h2 {
	margin: 6px 0 0 0;
}

span.red {
	font-weight: bold;
	color: red;
}

div.preview {
	border: 2px solid #E8270D;
	margin: 20px 0 20px 0;
	padding: 10px;
}

div.preview h6 {
	color: #E8270D;
	font-size: 12px;
	margin: 0 0 6x 0;
}

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

legend {
	color: #E8270D;
}