/*
	Title:      Base CSS rules for binnenstadservice.nl
	Author:     Tijmen Moltmaker, drst
*/

/**{
margin:0;
padding:0;
}*/

body, html{
  behavior:url(csshover.htc);		 /*this behavior file makes sure that IE 5.5 and 6 uses the hover pseudo-class correctly*/
  background: url(images/background_body.gif) repeat-x;
  font-family:arial;
  min-height:100%;
  font-size: 0.9em;
  color: #333333;
  margin:0;
  padding:0;
}

h1{
  font-size: 1.0em;
  font-family:trebuchet ms;
  color: #000000;
	background: url(images/background_h1.gif) no-repeat left center;
	padding: 0 0 0 16px;
	margin: 0;
}

h2{
  font-size: 1.0em;
  font-family:trebuchet ms;
	padding: 0;
	margin: 0;
	color: #666666;
}

ul{
	list-style: disc outside url('');
	padding: 0 0 0 0;
	margin: 0 0 0 25px;
}

*html ul{
	margin: 0 0 0 20px;
}

.li_first{
	border: none;
}

a{
	color: #333333;
}

a:hover{
  color: #39adde;
}

a.selected{
  color: #39adde;
}

a.h1{
	text-decoration: none;
}

/*a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF} */

th{
	vertical-align: top;
	padding: 0 0 0 5px;
	text-align: left;
}

td{
	vertical-align: top;
	padding: 0 0 0 5px;
	text-align: left;
}

#container{
	position: absolute;
	width: 850px;
	background: url(images/background_container.gif) repeat-y;
	min-height: 100%;
}

img#foto_boven{
	z-index: 40;
	position: absolute;
	right: 22px;
	top: 11px;
}

img#foto_onder{
	z-index: 40;
	position: absolute;
	right: 22px;
	top: 172px;
}

#menu_top{
	height: 23px;
	z-index: 40;
	position: absolute;
	right: 92px;
	top: 72px;
	background: url(images/background_menutopleft.png) no-repeat;
	padding: 0 0 0 13px;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #72a80e;
}

#menu_top ul{
	list-style: none;
	padding: 0;
	margin: 2px 0 0 0;
}

#menu_top ul li{
	display: inline;
	border-left: 2px solid #72a80e;
	padding: 0 2px 0 5px;
	margin: 0 0 0 5px;
}

#menu_top ul li.li_first{
	border: none;
}

#menu_top a{
	font-family: trebuchet ms;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menu_top a:hover{
	background: url(images/background_a.png) no-repeat top left;
}

#menu_topright{
	height: 23px;
	width: 9px;
	z-index: 40;
	position: absolute;
	right: 83px;
	top: 72px;
	background: url(images/background_menutopright.png) no-repeat;
}

#header{
	width: 788px;
	height: 136px;
	background: url(images/background_header.gif) repeat-x;
}

#inhoud{
	width: 650px;
}

#menu{
	float: left;
	width: 170px;
	margin: 0 0 0 16px;
}

#menutop{
	height: 9px;
	background: url(images/background_menutop.gif) no-repeat;
}

#menucenter{
	background: #ffffff url(images/background_menucenter.gif) repeat-x;
	border-left: 3px solid #c7d4b7;
	border-right: 3px solid #c7d4b7;
	border-bottom: 1px solid #ffffff;
	padding: 0 5px 0 5px;
}

#menubottom{
	height: 9px;
	background: url(images/background_menubottom.gif) no-repeat;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li{
	border-top: 1px solid #c7d4b7;
	padding: 2px 0 2px 0;
	margin: 0;
}

#menu ul li.li_first{
	border: none;
}

#menu ul li ul li{
	border: none;
	padding: 0 0 0 7px;
	margin: 0;
}

#menu a{
	font-family: trebuchet ms;
	font-weight: bold;
	color: #72a80e;
	text-decoration: none;
}

#menu a:hover{
	background: url(images/background_a.png) no-repeat top left;
}

#tekst{
	float:right;
	width: 450px;
	margin: 10px 0 0 0;
}

#nieuws{
	width: 415px;
	background: url(images/background_news.png) no-repeat top;
	padding: 7px 10px 0 10px;
	margin: 10px 0 0 0;
}

#nieuws h1 a{
	text-decoration: none;
}

#newshl_left{
	width: 200px;
	float: left;
	border-right: 1px solid #c7d4b7;
	padding: 5px 5px 0 0;
}

#newshl_right{
	width: 200px;
	float: right;
	padding: 5px 0 0 0;
}

.nieuws_hoofdvak{
	border-top: 3px solid #c7d4b7;
	border-bottom: 3px solid #c7d4b7;
	padding: 5px 0 5px 0;
}

.nieuws_hoofdvak h1{
	background: none;
	padding: 0 0 5px 0;
}

.clear{
	clear: both;
}