/*
Used colors: 
#000099 (text + highlighted menu options)
#0000FF (maintitle + main menu options)
#3399FF (titlebar + submenu options)
#CCCCFF (background)

*/

body {
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000099;
	font-weight: normal;
	margin: 0; 
	padding: 0; 
	text-align: center;
}


/***** DIVs POSITIONING ******/


#container
{
	position: static;
	width: 100%;
	text-align: left;
	margin-left: auto;
    	margin-right: auto;
} 

#maintitle {
	width: 100%;
	height: 45px;
	position: static;
	background-color: #0000FF;
	color: #CCCCFF;
  	text-align:left; 
   	top: 0;
	margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    z-index: 5;
	padding-left: 5px;
	padding-top: 5px;
	overflow: hidden;
}

#menu {
	text-align: left;
	width: 150px;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
    margin-right: 5px;
	left: 0;
    z-index: 5;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color:    #CCCCFF;
	border-right-color:  #CCCCFF;
	border-bottom-color: #CCCCFF;
	border-left-color:   #CCCCFF;
}

#content {
	text-align: left;
	margin-top: 5px;
	margin-left: 155px;
	margin-right: 130px;
	padding: 10px;
	overflow: hidden;
	z-index: 4;
}

#sitemap {
	text-align: left;
	margin-top: 5px;
	margin-left: 155px;
	margin-right: 130px;
	padding: 10px;
	overflow: hidden;
	z-index: 4;
}

#reclame {
	width: 120px;
	top: 80px;
	position: absolute;
	background-color: #0000FF;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	z-index : 5;
	right: 0;
	height: 600px;
	overflow: hidden;
}

#titlebar{
	width: 100%;
	height: 27px;
	position: static;
	background-color: #3399FF;
  	text-align:left; 
	top: 50px;
	margin-left: auto;
	margin-right: auto;
    z-index: 5;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

#titlebar ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #3399FF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000099;
}

#titlebar ul li{
	display: inline;
}

#titlebar ul li a{
	float: left;
	color: #000099;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
}

#titlebar ul li a:visited{
	color: #000099;
}

#titlebar ul li a:hover, #titlebar ul li .selected{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000099;
}


#menu ul, #sitemap ul {
	list-style: none;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	border-width: 2px;
	border-style: solid;
	border-color: #0000FF;
}

#menu li.level0, #sitemap li.sitemaplevel0 {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-width: 0px;
	color: #CCCCFF;
	display: block;
	background-color: #0000FF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}

#menu li.level1 a, #sitemap li.sitemaplevel1 a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-width: 0px;
}

#menu li.level2 a, #sitemap li.sitemaplevel2 a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	border-width: 0px;
}


#menu li.level1 a:link, #menu li.level1 a:visited, #sitemap li.sitemaplevel1 a:link, #sitemap li.sitemaplevel1 a:visited {
	color: #CCCCFF;
	display: block;
	background-color: #0000FF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#menu li.level2 a:link, #menu li.level2 a:visited, #sitemap li.sitemaplevel2 a:link, #sitemap li.sitemaplevel2 a:visited  {
	color: #CCCCFF;
	display: block;
	background-color: #3399FF;
	color: #000099;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 25px;
	}

#menu li.level1 a:hover, #sitemap li.sitemaplevel1 a:hover {
	color: #FFFFFF;
	background:  #000099;
}

#menu li.level2 a:hover, #sitemap li.sitemaplevel2 a:hover {
	color: #FFFFFF;
	background:  #000099;
}

/* toevoeging */
#sitemap ul {
	width: 150px;
}

#sitemap td {
	vertical-align:top;
}

#footer{
	width: 100%;
	height: 27px;
	position: static;
   	left: 0;
	z-index: 1;
    clear:both;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000099;
	background-color: #3399FF;
	color: #0000FF;
  	text-align:left; 
	overflow: hidden;
	text-align:center; 
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

#footer ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #3399FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #000099;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	float: left;
	color: #000099;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000099;
}

#footer ul li a:visited{
	color: #000099;
}

#footer ul li a:hover, #titlebar ul li .selected{
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #000099;
}

.titel	{
	font-size: 30px;
	letter-spacing: 2px;
}

.subtitel	{
	font-size: 16px;
}

.code     { 
	font-family:"Courier","Courier New"; 
	font-size:12px;
	color: red; 
	}

hr {
	background-color: #3399FF;
	color: #0000FF;
	height: 3px;
}

table {
	border-color: #0000FF;
}

td {
	border-color: #0000FF;
}