body{
	font-family: Arial;
	font-size: 12px;
	margin: 0 0 0 5px;
}

td{
	font-family: Arial;
	font-size: 12px;
}
table{
	font-family: Arial;
	font-size: 12px;
}

a{
	color:#549E9C;
	text-decoration:underline;
}

a:hover{
	color:#ff6c17;
	text-decoration:underline;
}


h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	font-size: 13;
}
.img {
	float:left;
	width: 100px;
	height: 80px;
	border: solid 1px #549E9C;
	border-left:0px;
	border-right:0px;
}
.plaatje {
	float: left;
	position: absolute;
	margin: 0 0 0 0;
}
.title {
	color:#549E9C;
	font-weight:normal;
}

.stitle {
	color:#ff6c17;
	font-weight:normal;
	font-size: 13px;
	display:inline;
}

#container{
	width:780px;
	height:100%;
	background-color:#FFFFFF;
	border-right: solid 1px #DBDBDB;
}

#skyscraper{
	position:absolute;
	left:800px;
	top:100px;	
}

#footer{
	position:fixed;
	width:780px;
	text-align: center;
	background-color:#FFFFFF;
	border-right: solid 1px #DBDBDB;
}
#header
{
	width:780px;
	height:90px;
	padding: 0px;
	margin: 0px;
}

#picture{
	position:absolute;
	height:100px;
	width:780px;
	background-image:url(http://www.zoutbeperkt.nl/images/zoutbeperkt.png);
	background-repeat:no-repeat;
	float:left;
}


#menu {
	position: absolute;
	top:110px;
	margin-left:5px;
	padding-top:10px;
	width: 168px;
	height:400px;
	background:#FFFFFF;
	border: solid 1px #A2A2A2;
}

#submenu {
	position: absolute;
	top:510px;
	text-align:center;
	margin-top:20px;
	margin-left:5px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:20px;
	width: 168px;
	background:#FFFFFF;
	border: solid 1px #A2A2A2;
}

li {
	list-style-type:none;
	padding-top: 2px;
}

li.sub{
	border:solid 0px #0000FF;
	padding-left:9px;
}
li.subsub{
	border:solid 0px #0000FF;
	padding-left:18px;
}
li.sub2{
	border:solid 0px #0000FF;
	padding-left:5px;
	list-style-type: square
}
hr {
	height: 1px; 
	border: 0px; 
	background-color: 549E9C; 
	color: 549E9C;
}

#content {
	font-weight:normal;
	width:500px;
	position:absolute;
	left: 210px;
	top : 110px;	
	border: dotted 0px red;
}

#scontent {
	float:right;
	position: absolute;
	font-weight:normal;
	overflow: hidden;
	height:80px;
	width: 385px;
	margin: 0px 0px 0px 120px;
	border: solid 1px #549E9C;
	border-left:0px;
	border-right:0px;
	border-bottom:solid 1px #549E9C;
	border-top:solid 1px #549E9C;
}

/* SITEMAP */
.lhead { 

	padding:4px;
	font: 16px arial;
}
.lpage { 
	font-size: 12px;
	font-weight: bold;
}
.lcount { 
	color:gray;
	padding:2px;
	font:bold 10px arial;
}
#copyright{
	font:normal 10px arial;
	color:#000;
	text-align:center;
	padding:0px;
	width:100%;
}