body {
	background: #CBCCA4;
	font-family: Verdana, Arial;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}

div {
	position: relative;
}

a {
	color: #DD3300;
}

a img{
	border: 0;
}

a:hover {
	color: #DD6600;
}

div.logo,div.top,div.menu,div.bottom,div.repeat {
	width: 750px;
	margin: 0 auto;
	padding: 0;	
	text-align: left;
}

div.logo {
	background: url(http://www.imminfo.be/css/img/logo.gif) no-repeat bottom;
	height: 20px;
}

div.top {
	background: url(http://www.imminfo.be/css/img/top.gif) no-repeat;
	height: 130px;
}

div.menu {
	text-align: left;
	line-height: 20px;
	font-size: 0.9em;
	color: white;
	border-bottom: 4px solid #DD3300;
	padding-bottom: 0;
	text-indent: 20px;
	width: 730px;
}

div.menu a{
	background-color: #AA3300;
	padding: 2px 5px;
	margin-right: 1px;
	border: 1px outset #DD3300;
	border-bottom: 0;
}

div.menu a:hover, a.hilite{
	background-color: #DD3300 !important;
}

div.menu a, div.submenu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

div.menu a{
	/*padding-left: .4em;
	border-left: 1.2em solid transparent;*/
}

div.submenu a {
	color: #333;
}

div.menu a:hover {
	/*border-color: white;*/
}

div.submenu a:hover  {
	text-decoration: underline;
}

div.submenu{
	font-size: 0.75em;
	width: 730px;
	margin: -1px 0 0 -10px;
	padding: 0;	
	text-align: center;
	background-color: #CCC;
}

div.rightmenu {
	/*
	float: right;
	margin: 20px 0;
	padding-left: 20px;
	width: 160px; 
	border: 1px solid #DD3300;
	padding: 2px;
	background-color: white;
	z-index: 2;
	margin-left: 5px;
	position: static;
	*/
	
	float: right;
	width: 130px; 
	border: 2px solid #A2A59B;
	border-top-color: #ccc;
	border-left: 0;
	padding: 2px;
	background-color: white;
	z-index: 2;
	margin-left: -125px;
	margin-bottom: -100%;
	position: relative;
	left: 146px;
	top: -2px;
	overflow: hidden;
	font-size: .9em;
}

div.rightmenu h3{
	background-color: #DD3300;
	padding: 2px;
	margin: 0;
	color: white;
	text-align: center;
	font-size: 12pt;
	display: none;
}


div.rightmenu ul{
	font-size: .9em;
}

div.rightmenu ul li{
	background-position: left center;
}

div.rightmenu a{
	text-decoration: none;
	color: #DD3300;
}

div.rightmenu a:hover{
	font-weight: bold;
}


div.bottom {
	background: url(http://www.imminfo.be/css/img/bottom.gif) no-repeat;
	height: 10px;
}

div.repeat {
    padding-top: 1px; /* lijn tussen menu en submenu */
	background: url(http://www.imminfo.be/css/img/repeat.gif) repeat-y;
}

div.main {
	font-size: 0.8em;
	margin: 0 10px;
	padding: 0 10px 30px 10px;
	width: 710px;
}

h1 {
	font-size: 1.4em;
	color: #DD3300;
}

h2 {
	font-size: 0.8em;
	border-bottom: 1px solid #DD3300;
}

ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

li {
	background: url(http://www.imminfo.be/css/img/pijl.gif) no-repeat left top;
	padding-left: 10px;
	margin-bottom: 10px;
}

.first_letter {
	font-weight: bold;
	font-size: 1.3em;
}

img {
	margin: 10px;
}

td img{
	margin: 0;
}

.totop {
	font-size: .9em;
	clear: both;
	text-align: right;
}

table.gebouw{
	text-align: center;
	width: 80%; 
	margin: 0 auto;
}