* {
	margin: 0 auto;
}

img {
	border: none;
}

#hoverauthor {
	cursor: default;
	
}

#showauthor {
	display: none;
}


#adminwindow a:hover {
	border-bottom: 1px dotted #fff;
}

#adminwindow {
	display: none;
	background: url(../images/popup_black.png) no-repeat;
	width: 227px;
	height: 67px;
	position: absolute;
	margin-left: 85px;
	margin-top: -55px;
	color: #fff;
	padding: 18px;
	text-align: center;
}


#infowindow {
	display: none;
}

#authorinfo {
	cursor: default;
}

#newsbutton {
	cursor: default;
	background: #ff8a00;
	padding: 2px;
	color: #fff;
	float:left;
	margin-right: 5px;
	border: 1px dotted #ad732e;
	
}

#closebuttonnews {
	cursor: default;
	background: #ff8a00;
	padding: 2px;
	color: #fff;
	float:left;
	margin-right: 5px;
	border: 1px dotted #ad732e;
	
}

tr.bg0 {
	background: #ffffff;
}

tr.bg1 {
	background: #f7f7f7;
}



#newsbutton:hover {
	background: #ff981e;
}

#newsbutton a {
	color: #fff;
	cursor: default;
}

#title {
	background: #fff;
	border: 1px solid #828282;
	outline: none;
	padding: 5px;
}

#pno {
	background: #c47a23;
	padding: 2px 7px 2px 7px;
	
	color: #fff;
	float: left;
	margin-right: 5px;
	
	cursor: default;
	-webkit-border-radius: 3px;
}

#pno:hover {
	background: #ff8a00;
	padding: 2px 7px 2px 7px;
	
	color: #fff;
	float: left;
	margin-right: 5px;
	
	cursor: default;
	-webkit-border-radius: 3px;
}

#pnoactive {
	background: #ff8a00;
	padding: 2px 7px 2px 7px;

	color: #fff;
	float: left;
	margin-right: 5px;
	
	cursor: default;
	-webkit-border-radius: 3px;
}

#pnofirst {
	background: #975d18;
	padding: 2px 7px 2px 7px;
	
	color: #fff;
	float: left;
	margin-right: 5px;
	
	cursor: default;
	-webkit-border-radius: 3px;
}


#bericht {
	background: #fff;
	border: 1px solid #828282;
	outline: none;
}

#sidebarback {
	background: #ececec url(../images/sidebar_back_new.png) -0px -0px repeat-x;
	padding: 10px 5px 10px 5px;
	cursor: default;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	border: 1px solid #d5d5d5;
	
}


h1 {
	color: #f3880a;
	font-size: 17pt;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #fff;
	letter-spacing: -2px;
}

#tekstveldreactie {
	outline-color: #f3880a;
}

#reactiesopenklappen {
	display: none;
	cursor: default;
}

#reactiesdichtklappen {

	cursor: default;
}

#aboutauthor {
	background: #f0d5b5;
	border: 1px solid #f3880a;
	padding: 10px;
	color: #3b3b3b;
	text-shadow: 0px 0px 0px #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	
	-webkit-box-shadow: 0px 1px 5px #ababab;
	-moz-box-shadow: 0px 1px 5px #ababab;
}


#aboutbrowser {
	background: #f0d5b5;
	border: 1px solid #f3880a;
	padding: 10px;
	color: #3b3b3b;
	text-shadow: 0px 0px 0px #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}


#submitbutton {
	background: #e5800a;
	padding: 5px;
	border: 1px dotted #828282;
	color: #fff;
	
}

#submitbutton:hover {
	background: #fe8e0a;
}




#reactiecontainer1 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#eee;
	border: 1px solid #f3880a;
	text-shadow: 0px 1px 1px #fff;
	padding: 10px;color: #3b3b3b;
}

#reactiecontainer0 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#fff;
	text-shadow: 0px 1px 1px #fff;
	padding: 10px;color: #3b3b3b;
}



#solidbutton {	
	background: #f3880a;
	padding: 5px;
	border: 1px solid #828282;
	min-width: 20px;
	float:left;
	margin-right: 10px;
	color: #fff;
}

#solidbutton a {
	color: #fff;
	text-decoration: none;
}	

#adminpanel {
	display: none;
	background: url(../images/adminpanel_back.png) repeat-x;
	padding: 20px;
	height: 139px;
}

h2 {
	color: #828282;
	font-size: 13pt;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px #fff;
}

h3 {
	color: #828282;
	font-size: 13pt;
	margin-bottom: 0px;
	margin-top: 0px;
	text-shadow: 0px 1px 1px #fff;
}

#searchfield {
	background: #fff;
	border: 1px solid #828282;
	padding: 3px 1px 3px 1px;
	outline-color: #828282;
}

a {
	color: #d77603;
	outline: none;
	text-decoration: none;
	
}

a:hover {
	color: #be6700;
}

hr {
	height: 1px;
	background: #ffb013;
	border: none;
}

.hr2 {
	height: 1px;
	background: #828282;
	border: none;
}

body {
	font-family: Arial;
	font-size: 10pt;
	color: #636363;
	background: #d77603 url(../images/stripe_back.png);
}

#logoright {
	margin-top: -175px;
	margin-right: -30px;
	float: right;
	width: 210px;
	position: absolute;

}

#logoleft {
	margin-top: -32px;
	margin-left: 0px;
	
}

#logos {
	height: 583px;
}

#container {
	width: 983px;
	margin: 0 auto;
}

#contenttop {
	background: url(../images/content_top.png) no-repeat;
	height: 20px;
	width: 983px;
}

#contentmid {
	background: url(../images/content_mid.png) repeat-y;
	width: 983px;
	padding: 20px;
}


#contentbottom {
	background: url(../images/content_bottom.png) no-repeat;
	height: 20px;
	width:981px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px 0px 0px;
	
}	

#contentbottom a {
	color: #fff;
	text-decoration: none;
	
}

#sidebar {
	float:right;
	width: 290px;
	margin-top: 0px;
}



#sidebar h1 {
	color: #828282;
}

#sidebar h3 {
	color: #828282;
	margin-bottom: 0px;
	margin-right: 0px;
	font-size: 14pt;
}

#sidebarhr {
	border: none;
	background: #c4c4c4;
	height: 1px;
}

#sidebar a {
	text-decoration: none;
}

#contentright {
	float: left;
	width: 470px;
	background: #fff;
	min-height: 250px;
	padding: 0px 10px 10px 10px;
}

#overons {
	margin-top: 12px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: -7px;

}


#menu {
	float:left;
	width: 200px;
	background-color: #f0f0f0;
	background: #fff;
}

#menu ul {
	padding: 0px;
}

#menu li {
	list-style: none;
}

#menu a {
	background: #c6c6c6 url(../images/menu_linkimage_grey.png) 5px 7px no-repeat;
	display: block;
	color: #fff;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	font-size: 12pt;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	
}

#menu a:hover {
	background: #ffb013 url(../images/menu_linkimage_hover.png) 5px 7px no-repeat;
}

#menu .active a {
	background: #ffb013 url(../images/menu_linkimage_hover.png) 5px 7px no-repeat;
}


#headertop {
	background: url(../images/content_top.png) no-repeat;
	height: 18px;
	width: 983px;
}

#headermid {
	background: url(../images/content_mid.png) repeat-y;
	width: 983px;
	padding: 5px 20px 5px 20px;
}

#headerbottom {
	background: url(../images/content_bottom.png) no-repeat;
	height: 20px;
	width: 983px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	text-shadow: 0px 1px 1px #fff;
}	








#forummenu {
	width: 930px;

	margin-left: -10px;
	float: left;
	padding: 0px 0px 0px 10px;
	background: #ffb013;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#forummenu ul {
	padding: 0px;
}

#forummenu li {
	list-style: none;
	display: inline;
}

#forummenu a {
	background: #ffb013;
	display: block;
	float:left;
	color: #fff;
	padding: 8px;
	text-decoration: none;
	font-size: 12pt;

	text-align: right;
	font-weight: bold;
	
}

#forummenu a:hover {
	background: #ffc654;
}

#forummenu .active a {
	background: #ffc654;
}


