body {
    background: #333;
    background-repeat:repeat-y;
    top:0px;
   	font-family: Arial,sans-serif;
   	line-height:1.5em;
	margin: 0px;
	padding: 0px;
}

.button {
    /* Disables default styling */
    border: none;
    background: #007e00;
    color: #fff;

    /* You need to set font, font size and cursor for buttons */
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    cursor: pointer;

    padding: 3px 13px;
    font-weight: bold;
}


#pcgmain {
		margin: 0px;
		}

root { 
    display: block;
}

#map {
	position:relative;
	width: 1000px;
	background-repeat: no-repeat;
	background-position:bottom;
	z-index:1;
	height: 340px;
	margin-left:auto;
	margin-right: auto; 
	margin-top: 52px;
	margin-bottom: 2em;
	top: 111px;
}


#menuontop {
	z-index:2;
	position:absolute;
	height:200px;
	width:900px;
	left: 50%;
    margin-left: -500px; 
    top:145px;
	}

.menuontopcolor {
	background-color: #FFFFFF;
	}

#map2 {
	position:relative;
	width: 300px;
	height: 300px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 52px;
	margin-bottom: 2em;
	top: 93px;
}

#header {
    position: absolute;
    margin:0px auto;
    left: 0px; 
    background: #007e00 url('../images/toegankelijk_01.jpg');
    background-position:center;
    background-repeat:no-repeat;
    color: #060;
    padding: 0px;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    height: 145px;
    top:0px;
    width:100%;
}
#headercontent {

	width: 968px;
	margin-left:auto;
	margin-right: auto; 
	text-align: left;
	margin-top: 25px;
	margin-bottom: 0px;
}


#frame {
  background: #fff url('../images/toegankelijk_03.png');
  background-repeat:repeat-y;
  width:100%;
  background-position:center;
  margin: 0px;
  padding: 0px;
  padding-bottom: 80px;

/*min-height:30em;
height:auto;*/
}

#content{
position:relative;
top: 80px;
width: 1000px;
margin-left:auto;
margin-right: auto; 
text-align: left;
line-height: 24px;
font-size: 12px;
}
#obdetails{
margin: 0 0 0 80px;	
	
}
#left{
width: 648px;
float: left;

}
#right{
width: 350px;
height: 400px;
float: right;
background:#060;
color: #fff;
}

#lc{
width: 495px;
float: left;
text-align: left;
/*background: #ccc; */
}
#rc{
width: 495px;
float: right;
text-align: left;
/* background: #666; */
}
#marge{
float:right;
width: 485px;
text-align: left;
}
#tabel{
width: 980px;
margin-left:auto;
margin-right: auto; 
}
#gr{
width: 495px;
float: right;
background: #060; 
color: #fff;
height:581px;
}

#footer {
    background: #333 url('../images/toegankelijk_05.png');
    background-position:center;
    color:#666;
		width: 100%;
		font-weight: normal;
		font-size:12px;
}
#footercontent {
	width: 968px;
	padding-top: 10px;
	height:81px;
	margin-left:auto;
	margin-right: auto; 
	text-align: left;		
}
#cats {
	width: 980px;
	margin: 0 0 0 10px;
	}
	
#cat { 
	display: block;
	position: relative; 
	float: left;
	height: 110px;
	width: 230px;
	vertical-align: top;
	font-size: 12px;
	padding: 8px 0 0 88px;
	margin: 6px 8px 10px 0;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 2px #ccc;
	-moz-box-shadow: 3px 3px 2px #ccc;
}

#cat.winkelen {
	background: url('../images/icons/winkelen.png') no-repeat;
}
#cat.toerisme {
	background: url('../images/icons/toerisme.png') no-repeat;
}
#cat.levensmiddelen {
	background: url('../images/icons/levensmiddelen.png') no-repeat;
}
#cat.openbarev {
	background: url('../images/icons/toerisme.png') no-repeat;
}
#cat.horeca {
	background: url('../images/icons/horeca.png') no-repeat;
}
#cat.overheid {
	background: url('../images/icons/overheid.png') no-repeat;
}
#cat.zorg {
	background: url('../images/icons/zorg.png') no-repeat;
}

#cat.sport {
	background: url('../images/icons/sport.png') no-repeat;
}

#cat.diensten {
	background: url('../images/icons/diensten.png') no-repeat;
}

#cat.overig {
	background: url('../images/icons/overig.png') no-repeat;
}

#cat:hover {
	background-color:#e7e4e4; 
	background-position:  6px 6px;
}

#maincontent { 
	display: block;
	position: relative; 
	float: left;
	min-height:100px;
	width: 890px;
	vertical-align: top;
	font-size: 14px;
	padding: 1px 0 0 88px;
	margin: 6px 8px 10px 0;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 3px 3px 2px #ccc;
	-moz-box-shadow: 3px 3px 2px #ccc;
}


/* LINKS */ 

#header a {
	display: block; 
	font-weight: normal;
	padding: 0px;
	text-decoration: none;
		}
#header a:link {
	color:#666;
	font-size: 13px;
    background:no-repeat;
		}
#header a:visited {
	color:#666;
	font-size: 16px;
	background:no-repeat;
}
#header a:hover {
	color:#060;
	font-size: 16px;
	background:no-repeat;
}		
#footer a {
	font-weight: normal;
	padding: 3px;
	text-decoration: none;
		}
#footer a:link {
	color:#666;
	background: #333;
		}
#footer a:visited {
	color:#666;
	background: #333;
		}
#footer a:hover {
	color:#ccc;
	background: #333;
	background-repeat:no-repeat;
}
		

#content a {
	font-weight: normal;
	text-decoration: none;
		}
#content a:link {
	color:#333;
	border-bottom: 2px solid #ccc;
		}
#content a:visited {
	color:#333;
		border-bottom: 2px solid #ccc;
		}
#content a:hover {
	color:#000;
	border-bottom: 2px solid #060;
		}

#objects a {
display: block; 
	font-weight: normal;
	font-size: 14px;
	padding: 3px;
	text-decoration: none;
		border-bottom: 0px solid #060;
		}
#objects a:link {
	color:#060;
			border-bottom: 0px solid #060;
		}
#objects a:visited {
	color:#060;
			border-bottom: 0px solid #060;
		}
#objects a:hover {
		border-bottom: 0px solid #060;
	color:#fff;
	background: #060;
	   background-repeat:no-repeat;
		 }
		 
#gr a {
	font-weight: normal;
	text-decoration: none;
		}
#gr a:link {
	color:#ccc;
	border-bottom: 2px solid #666;
		}
#gr a:visited {
	color:#ccc;
		border-bottom: 2px solid #666;
		}
#gr a:hover {
	color:#fff;
	border-bottom: 2px solid #ccc;
		}

#cats a {
	font-weight: normal;
	text-decoration: none;

		}
#cats a:link {
	color:#333;
	border-bottom: 0px solid #fff;
}
#cats a:visited {
	color:#333;
	border-bottom: 0px solid #fff;
		}
#cats a:hover {
	color: #060 /*#060*/;
	border-bottom: 0px solid #fff;
}
/* HEADINGS */

h1 {
padding-top: 0px;
font-size : 24px;
font-weight: normal;
color : #060;
letter-spacing: 0.0em;
margin: 10px 0px 10px 10px;
}
h2 {
font-size : 16px;
color : #060;
margin: 10px 0px 0px 10px;
}
h3 {
font-size : 16px;
font-weight : bold;
color : #333;
margin: 10px 0px 0px 10px;
}
h4 {
font-size : 12px;
font-weight : bold;
color : #333;
margin: 0;
}
h5 {
font-size : 16px;
color : #666;
margin: 10px 0px 0px 10px;
}

h6 {
padding-top: 0px;
font-size : 24px;
font-weight: normal;
color : #fff;
letter-spacing: 0.0em;
margin: 10px 0px 10px 10px;
}
	p,pre {
margin: 0px 0px 0px 10px;
}
#cat h2 {
font-size : 16px;
color : #060;
margin: 0;
}
#cat p {
line-height: 16px;
margin: 0;
}


