html, body {
	height: 			100%;
	min-height: 		100%;
	margin: 			0;
	padding: 			0;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	line-height:		1.5;
	background: 		#FFFFFF url(body-background.gif) left top repeat-x;
}

object { outline:none; }

a, img, ul, td, th {
	padding: 			0;
	margin: 			0;
	border: 			0px solid #000000;
}
textarea{
	font-family: 		Arial, Helvetica, sans-serif; 
	font-size: 			11px;
}

tr { vertical-align:		top; }

div#container {
	position:			relative; /* needed for footer positioning*/
	margin:				auto;
	height:				auto !important; /* real browsers*/
	height:				100%; /* IE6: treaded as min-height*/
	min-height:			100%; /* real browsers */
	width:				997px;
	background:			#FFFFFF url(../images/background_hor_borders.gif) repeat-y top center;
	clear: both;
}

div#header {
	height:             291px;
	background:			#4aaba1 url(header-background_1px.gif) left top repeat-x;
	padding-top:		0;
}
	div#left {
		position:			relative;
		float: 				left;
		width:				218px;
		height:             291px;
	}
		div#left #left_bottom{
			position: absolute;
			bottom: 0;
			left: 0;
		}
		div#left #left_top{
			position: absolute;
			bottom: 40px;
			left: 0;
		}

	div#right {
		float: 				right;		
		width: 				778px;
		height:             291px;
		background: transparent url(header-background.jpg) no-repeat top right;
		position:			relative;
	}
		div#right ul {
			position: absolute;
			bottom: 0;
			right: 0;
		}
	
div#left_top { height: 223px; }

#left_top ul {
	padding: 100px 0 0 10px;
	margin: 0;
}

#left_top ul li { list-style-type: none; }

#left_top ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#left_top ul li a:hover { text-decoration: underline; }

#right ul {
	padding: 140px 10px 0 10px;
	margin: 0;
	padding-bottom: 36px;
}

#right ul li {
	padding-top: 14px;
	list-style-type: none;	
	text-align:right;
}

#right ul li a {
	color: #007c75;
	text-decoration: none;
	font-weight: 700;
	text-transform:uppercase;
	text-align:right;
	display:block;
}

#right ul li a:hover { text-decoration: underline; }

div#left_bottom { height: 26px; }

#left_bottom p {
	padding: 2px 0 2px 10px;
	line-height: 0.5;
	color: #007c75;
	font-weight: 700;
	text-transform:uppercase;
}

div#leftContent {
	width: 218px;
	height: 1%;
	float: left;
}

#polisMap {
	width: 218px;
}

#polisMapTitle {
	width: 168px;
	padding: 0 0 0 10px;
	line-height: 2.2;
	height: 25px;
	background: #fcd9bf url(polismapHoek.jpg) top right no-repeat;
	color: #f56600;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#polisMapInput {
	padding: 0 0 0 10px;
}

#polisMapInput input[type=text], #polisMapInput input[type=password] {
	background-color: #f56600;
	color: #000;
	width: 208px;
}

#polisMap .left {
	float: left;
	width: 130px;
	font-size: 10px;
}

#polisMap .left a {
	text-decoration: none;	
}
#polisMap .left a:hover {
	text-decoration: underline;	
}

#polisMap .left a:visited {
	color: #000;	
}

#polisMap .right {
	float: left;
	width: 75px;
	color: #f56600;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;	
}


#polisMapTxt {
	width: 168px;
	padding: 0 0 10px 10px;
	height: 25px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#banner {
	padding-top: 50px;
	width: 218px;
}

#banner span {
	float: left;
	padding-top: 10px;
}

.rssContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
	width: 218px;
	height: 187px;
	margin:0;
	padding: 10px 0 0 10px;
}
.rss_item {
	height: 187px;
	padding: 0;
}
.rss_item div {
	font-size: 11px;
	padding:0;
	margin:0;
}

.rss_item div a {
	color: #007c75;
	font-weight: 700;
	text-decoration: none;
}

.rss_item div a:hover {
	text-decoration: underline;
}
	
div#footerContent {
	width:				100%;
	height:				25px;
	line-height:		2;
	color: 				#fff;
	background-color:   #4aaba1;
	margin-top:			25px;
}

div#footerContent .left {
	padding-left: 100px;
	font-weight: 700;
	color: #fff;
}

div#footerContent .right {
	padding-left: 40px;
	font-weight: 700;
	color: #fff;
}

div#footerContent .left a {
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

div#footerContent .left a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 660px;
	padding-left: 75px;
}

#content a {
	color: #007c75;
	text-decoration: none;
	font-weight: 700;
}

#content a:hover {
	text-decoration: underline;	
}

#content h1 {
	font-size: 11px;
	font-weight: 700;
	color: #007c75;
}

#contentContainer {
	padding-bottom: 25px;
}