/*
groen: #339900
oranje: #FF6600
*/

body {
	background-image:url('../images/header.jpg');
	background-repeat:repeat-x;
}

h1 {
	font-size: 18pt;
	margin-bottom:10px;
}

h2 {
	font-size:14pt;
	line-height:14pt;
	color:#339900;
	margin-bottom:5px;
}

strong,
.strong {
	font-weight:bold;
}

#top {
	height:10px;
}

#logo {
	height:120px;
	background-image:url('../images/logo.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
}

#logo div {
	font-size:16pt;
	margin-left:255px;
	margin-top:50px;
}

#mood {
	height:180px;
	margin-bottom:10pt;
}

/* footer */

#footer {
	border-top:1px solid #DDDDDD;
	margin-top:40px;
	text-align:center;
}

#footer li {
	display:inline;
}

#footer ul {
	font-size:8pt;
}

/* menu */

#menu {
	height:30px;
	line-height:30px;
}

#menu div {
	float:left;
}

#menu .tabside {
	width:10px;
	height:30px;
}

#menu .tabback {
	height:30px;
	background-image:url('../images/tab-back.jpg');
}

#menu .tableft {
	background-image:url('../images/tab-left.jpg');
}

#menu .tabright {
	background-image:url('../images/tab-right.jpg');
	margin-right:10px;
}

#menu a {
	color:#339900;
	text-decoration:none;
	font-size:12pt;
}

#menu a:hover {
	text-decoration:underline;
}

/* active menu */

#menu  .active  a  {
	color:white;
}

#menu .active .tabback {
	background-image:url('../images/tab-back-active.jpg');
}

#menu .active .tableft {
	background-image:url('../images/tab-left-active.jpg');
}

#menu .active .tabright {
	background-image:url('../images/tab-right-active.jpg');
}

/* submenu */

#mood ul {
	background-color:#339900;
	height:160px;
	padding:10px;
	list-style-type: none;
	float:left;
	position:absolute;
}

#mood a {
	color:white;
	text-decoration:none;
	font-size:12pt;
}

#mood a:hover {
	text-decoration:underline;
}

/* tabs */
.tab {
	text-decoration: none;
	background-color: #EEEEEE;
	color:#006699;
	padding:2px 10px 2px 10px;
	white-space: nowrap;
	line-height:25px;
}

.tab.active {
	background-color:#006699;
	color:white;
}

/* tabellen */

table.lijst tr > td:first-child {
	font-weight:bold;
	width:200px;
}

td.top {
	vertical-align:top;
}

/* lijsten */

.topnews li {
	padding-bottom:0px;
}

.agenda li {
	padding-bottom:10px;
}

.topnews li:first-child,
.agenda li:first-child {
	padding-bottom:0px;
}

.topnews p {
	font-size:8pt;
}

ul.list li {
	list-style-type:disc;
	list-style-position:inside;
}

ul.list {
	margin:10px;
}

/* tekstelementen */

a {
	cursor:pointer;
}

.meta {
	color:gray;
}

a.vereniging {
	color:#FF6600;
}

a.external {
	background: transparent url('../images/external.png') no-repeat scroll right center;
	padding:0 13px 0 0;
}

.px20 {
	margin-top:20px;
	margin-bottom:20px;
}

/* images and thumbs */

.thumb {
	border:1px solid gray;
	padding:2px;
	margin:0 10px 10px 0;
}


/* blokken */

.block {
	margin-top:20px;
	margin-bottom:10px;
}

.block .top, .block .bottom {
	height:10px;
	background-repeat:no-repeat;
}

.block .content {
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #339900;
	border-right:1px solid #339900;
}

/* blok groen */

.block.green {
	background-color:#339900;
}

.block.green .top {
	background-image:url('../images/rounded-270-green-top.jpg');
}

.block.green .bottom {
	background-image:url('../images/rounded-270-green-bottom.jpg');
}

.block.green h2 {
	color:white;
}

/* blok wit met groene rand */

.block.white {
	background-color:white;
}

.block.white .top {
	background-image:url('../images/rounded-270-white-top.jpg');
}

.block.white .bottom {
	background-image:url('../images/rounded-270-white-bottom.jpg');
}

.block.white h2 {
	color:#339900;
}

/* blok grijs */

.block.gray {
	background-color:#EEEEEE;
	padding:0px;
}

.block.gray .top {
	background-image:url('../images/rounded-670-gray-top.jpg');
}

.block.gray .bottom {
	background-image:url('../images/rounded-670-gray-bottom.jpg');
}

.block.gray h2 {
	color:#339900;
}

.block.gray .content {
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}


/* forms */

input {
	height:25px;
	margin-bottom:5px;
}

input[type="text"] {
	padding:5px 0 0 2px;
	border:1px solid black;
	width:100%;
	color: #333333;
	height:18px;
	float:left;
}

textarea {
	border:1px solid black;
	float:left;
	height:200px;
	padding:5px 0 0 2px;
	margin-bottom:5px;
}

input[type="submit"] {
	border:1px solid black;
	background-color:#FF6600;
	color:white;
	width:auto;
	padding-left:5px;
	padding-right:5px;
}

#search input#form_search {
	width:180px;
	float:left;
	margin:0 5px;
}

#searchpagina input.text {
	width:250px;
	float:left;
	margin:0 5px 0 0;
}

#searchpagina {
	padding-bottom:20px;
}

label {
	color:#339900;
	font-size:11pt;
	font-weight:inherit;
	width:100px;
	float:left;
}

#form_contact input[type="text"],
#form_contact textarea {
	width:300px;
}

.success,
.error {
	border:1px dashed black;
}

.success {
	color: #339900;
	border-color: #339900;
}

.error {
	color: red;
	border-color: red;
}


/*
.transparent {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
*/



