

* {
	padding:0;
	margin:0;
}
body {
	text-align:center;
	background:url(/img/bg-body.jpg) repeat top left;
	font-family: Arial, Verdana, sans-serif;
	
}
img {
	border:0;
}
p {
	font-size:12px;
	margin-bottom:5px;
}
a {
	color:#005897;
}

#container {
	width:998px;
	margin:0 auto;
	text-align:left;
}
#header {
	height:170px;
	position:relative;
	background:url(/img/bg-headlive.jpg) no-repeat top left;
}
#logo {
	position:absolute;
	font:bold 45px Georgia, "Times New Roman", serif;
	top:80px;
	left:20px;
}
#logo a {
	text-decoration:none;
	color:#fff;
}
#slogan {
	position:absolute;
	font:bold 30px Georgia, "Times New Roman", serif;
	top:120px;
	right:25px;
	text-align:right;
	color:#005897;
}
#slogan a {
	text-decoration:none;
	color:#005897;
}
#content {
	background:url(/img/bg-cont.jpg) repeat-y top left;
	padding:10px 30px;
	height:auto;
	min-height:480px;
}
* html #content {
	height:480px;
}

#content.regpage p {
	font-size:14px;
	line-height:18px;
	margin-top:10px;
	
}

#main {
	width:580px;
	float:left;

}
#main h1 {
	background:url(/img/bull-h1.jpg) no-repeat left center;
	font-size:20px;
	color:#005897;
	line-height:40px;
	padding-left:90px;
}
#main h2 {
	background:url(/img/bull-h2.jpg) no-repeat left center;
	font-size:16px;
	color:#005897;
	line-height:40px;
	padding-left:58px;
}
#adsensecol {
	float:left;
	width:160px;
	margin-top:10px;
	height:auto;
}
#links {
	float:right;
	width:400px;
}
#links p strong a {
	font-size:1.15em;
	text-decoration:none;
}
#rightcol {
	width:336px;
	float:right;
}
#rightcol div.adresbox {
	border:1px solid #ccc;
	padding:10px 5px;

}
#rightcol div.adresbox h4 {
	font-size:14px;
	margin:10px 0 5px 0;
}
#rightcol ul {
	list-style-type:none;
	border:1px solid #ccc;
	padding:10px 5px;
	/*margin-bottom:10px;*/
}

#rightcol h3 {
	background:url(/img/bull-h3.jpg) no-repeat 9px center;
	font-size:16px;
	color:#005897;
	line-height:20px;
	padding:5px 0 5px 68px;
	border-bottom:3px solid #ccc;
	background-color:#e5e5e5;
}
#rightcol h4 {
	background:url(/img/bull-h3.jpg) no-repeat 9px center;
	font-size:12px;
	font-weight:normal;
	color:#005897;
	line-height:20px;
	padding:5px 0 5px 68px;
	border-top:3px solid #ccc;
	background-color:#e5e5e5;
	margin-bottom:10px;
}
#rightcol ul li strong {
	display:block;
}
#rightcol ul li {
	height:50px;
	line-height:13px;
	font-size:12px;
	border-bottom:1px solid #ccc;
	padding:5px 0;
	
}
#rightcol ul li a img {
	border:0;
	float:left;
	margin-right:5px;
	margin-top:3px;
}
#ads div {
	margin-bottom:6px;
}
#footer {
	width:998px;
	margin:0 auto;
	background:url(/img/bg-foot.jpg) no-repeat top left;
}
#footer p {
	padding-top:35px;

	color:#222;
}
#footer p a {
	text-decoration:none;
	color:#222;
}
.clearme {
	clear:both;
	
}
#weerradar {
	padding:10px 0;
	height:155px;
}
#weer {
	float:left;
	
}
#radar {
	float:right;
	
}
/* tooltip css */
.tooltip-content {
	display: none;        /* required */
	position: absolute;   /* required */
	padding: 10px;
	border: 1px solid black;
	background-color: white;
}
/* sortable UI */
#sortable li:last-child {
	border-bottom:none;
} 

*:first-child+html #sortable li {
	border-bottom:none;
}



.ui-state-highlight {
	background-color:#eee;
}

