body {
margin:0;
padding:0;
background-image:url('../images/nav/body_bg.jpg');
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
color:#303030;
}

.code , pre{
	font-family:"Courier New", Courier, monospace;
	font-size:120%;
}



.code em  {
	margin-left:30px;
	font-style:normal;
}

.margeLinks {
	margin-left:30px;
}

h2 {
	font-size:1.2em;
	color:#333333;

}
a:link {
	color:black;
}
a:visited{
	
	color:#666666;
}
.subkopje {
	font-weight: bold;
	font-style: italic;
	color:#000000;
}


/* -----------------CSS layout------------------------------------------------------- */
#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background-color:#900;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
	color:#FFF;
}

/* ----------------------TOP NAV----------*/
#top_nav {
	position: absolute;
	overflow:hidden;
	top: 41px;
	left: 0px;
	height: 25px;
	background-color:#000;
	width: 100%;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#666;
}
#top_nav ul{
display:inline;
	line-height: 20px;
	white-space:nowrap;
	width:100%;
	/*float:right;*/
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
}
/*
#top_nav ul li.leftnav{
	float:left;
}
*/

#top_nav ul li {
	list-style:none;
	display:inline;
}
#top_nav ul li a, #top_nav ul li a:visited
{
	padding: 0.2em 1em;
	background-color:#813430;
	color: White;
	text-decoration: none;
	float: right;
	border-width:1px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-style:solid;
	border-left-color: #fff;
	border-right-color: #000;

}
#top_nav ul li a:hover
{
	background-color: #AF4741;
	color: #fff;
	border-left-color: #fff;
	border-right-color: #000;
}
/* ----------------------------------END TOP NAV*/




/*---------------LEFT MENU NAV */

#left_nav {
	
	font-size:110%;
	background-color:#666666;
	text-align:center;
}


#left_nav ul{
	
	line-height: 25px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
}


#left_nav ul li {
	list-style:none;
	display:inline;
}
#left_nav ul li a, #left_nav ul li a:visited
{
	display: block;
	padding: 0.2em 1em;
	background-color:#813430;
	color: White;
	text-decoration: none;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;

}
#left_nav ul li a:hover
{
	background-color: #AF4741;
	color: #fff;
	
}






/*------end---------LEFT MENU NAV */

#container {
	position:relative;
	left:0px;
	top:100px;
	width:860px;
	margin:auto;
	
}
#left_box {
	position:absolute;
	top:0;
	left:0;
	width: 250px;
	font-size:90%;
	background-image: url('../images/nav/content_bg.jpg');
}
#page_content {
	margin-left:280px;
	margin-right: 0px;
	background-color:#EAE5E5;
	
}
#footer {
}


/* ----------------------------------------CONTENT TABLE */
.contentTable {
	width: 100%;
	background-image: url('../images/nav/content_bg.jpg');
	
}
.contentTable td {
	padding:3px;
}
.contentTable .toprow {
	height: 15px;
}
.contentTable td.topleft {
	background-image: url('../images/nav/c_topL.jpg');
	background-repeat: no-repeat;
	width: 15px;
	height: 26px;
}
.contentTable td.topmid {
	background-image: url('../images/nav/c_top.jpg');
	background-repeat: repeat-x;
}
.contentTable td.topright {
	background-image: url('../images/nav/c_topR.jpg');
	background-repeat: no-repeat;
	width: 16px;
	height: 26px;
}
.contentTable td.left {
	background-image: url('../images/nav/c_left.jpg');
	background-repeat: repeat-y;
}
.contentTable td.right {
	background-image: url('../images/nav/c_right.jpg');
	background-repeat: repeat-y;
}
.contentTable td.botleft {
	background-image: url('../images/nav/c_bottomL.jpg');
	background-repeat: no-repeat;
	width: 15px;
	height: 26px;
}
.contentTable td.botmid {
	background-image: url('../images/nav/c_bottom.jpg');
	background-repeat: repeat-x;
}
.contentTable td.botright {
	background-image: url('../images/nav/c_bottomR.jpg');
	background-repeat: no-repeat;
	width: 16px;
	height: 26px;
}
