@charset "utf-8";
/* CSS Document */

html {height: 100%;
	  min-height:100%;
	  background-image:url(images/back.gif);
	  background-position: top center;
	  background-repeat: repeat-x;
	  }

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #224042;
	height: 100%;
	min-height: 100%
}

td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}



#container {
	float: center;
	width: 780px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	position: relative;
	padding: 0px 20px 0px 70px;
	float: right;
}

#mainContentav {
	position: relative;
	padding: 0px 60px 0px 70px;
	float: right;
}

#mainContentwie {
	position: relative;
	padding: 0px 0px 0px 100px;
	float: right;
}

#containerwie {
	float: center;
	width: 840px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1 {font: 110% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -3px;
	font-weight: bold;}
	
h2 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
	font-weight: bold;
}

#navdiv {
	position: relative;
	z-index:4;
	left: 318px;
	width: 460px;
	padding:0;
	padding-bottom: 10px;
}

#nav {
margin:0;
padding:0;
padding-top: 96px;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fff;
	padding:20px 19px 4px 11px;
	text-decoration: none;
	margin: 0px;
	outline:none;
	border: 0px;
}


#nav a:visited
{
padding /*\**/:20px 21px 4px 11px\9;   /* show to IE 8*/
}


#nav a:link{
padding /*\**/: 20px 21px 4px 11px\9; /* show to IE 8*/
}

#nav a:hover {
color:#224042;
text-decoration: none;
}

ul li { color:#3BC1CB; }
ul li span { color:#224042; }

.stylenaam {
	color: #408c92;
	font-weight: bold;
}

a:visited
{
color:#224042;
text-decoration: underline;
font-weight:bold;
}


a:link{
color:#224042;
text-decoration: underline;
font-weight:bold;
}

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