/*
Huisstijl kleuren:

Golf groen: #105e4a;
Achtergrond Samah logo: #ceffb4;
Achtergrond pagina: #77ad96;
Menu knoppen rood: #c72530;
*/


html {
	margin: 0px;
}

body {
	font-family: Verdana;
	margin: 0px;

}

table {
	font-size: 10pt;	
		line-height: 21px;
}

#container {
	background-color: #77ad96;
}

#website {
	height: 600px;
	background-color: white;
	border-left: 1px solid #105e4a;
	border-right: 1px solid #105e4a;
}

#header {
	background-color: #CEFDB5;
	background-image: url('/templates/header.jpg');
	background-repeat: no-repeat;
	height: 184px;
	width: 800px;
}

#sidebar_left {
	vertical-align:top;
	background-repeat: no-repeat;
	width: 173px;
	padding-top: 60px;
	text-align: center;
}

#sidebar_left img {
	width: 70%;
}

#content {
	vertical-align: top;
	width: 597px;
	padding-top: 10px;
	padding-left: 30px;
}

#content_text {
	padding-top: 19px;
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
}

li {
	list-style: none;
	color: #c72530;
	font-size: 12pt;
	display: inline;
	padding-right: 30px;
	font-variant: small-caps;
}

li a{
	color: #c72530;
	text-decoration: none;
}

li a:hover{
	color: blue;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
}

h4 {
	font-size: 12px;
	color: #115E4A;
	border-bottom: 1px solid #ccc;
}

a { 
	color: #115E4A;
}

a:hover {
	color: #77AD96;
}