/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans serif;
	font-size: 14px;
	color: #030;
	background:fixed;
	background-color: #6ec;
	background-image:url(images/Behang.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align:center;
	margin: 0;
	padding: 0;
}

#imgLogoname {
	position: relative;
	left: 0;
	top: 0;
	height: 126px;
	text-align:left;
	margin: 0;
	padding: 0;
}

img.logoname {
	position: relative;
	left: 181px;
	top: 10px;
	width: 319px;
	height: 116px;
	margin: 0;
	padding: 0;
}

#frame {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #cfe;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#frame2 {
	position: absolute;
	left: 0px;
	top: 126px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}

#menu {
	float: left;
	text-align:left;
	white-space:nowrap;
	width: 155px;
	margin: 0 0 0 25px;
	padding: 50px 0px 0px 0px;
	z-index: 2;
}

.schaduw { /* images */
	border-top : solid 2px #cfe;
	border-right : solid 2px #030;
	border-bottom : solid 2px #030;
	border-left : solid 2px #cfe;
}

/* a:link, a:visited, a:hover, a:active */
a.nav { /* menu in 'ruststand' */
	display : block;
	width : 120px;
	background-color: #6ec;
	color : #030;
	font-size : 13px;
	font-weight: 300;
	text-align : center;
	text-decoration : none;
	border-bottom : solid 2px #030;
	border-left : solid 2px #cfe;
	border-right : solid 2px #030;
	border-top : solid 2px #cfe;
	margin : 0 0 10px 0;
	padding : 5px;
}

a:link{
	text-decoration: none;
}

a.content:link{
	text-decoration:underline;
}

a.content:visited{
	text-decoration: none;
	color: #f66;
}

a.nav:hover {
	/* background-color: #f66; */
	background-color: #e02419;
	color : #fff;
	/* border-bottom : solid 2px #cfe;
	border-left : solid 2px #030;
	border-right : solid 2px #cfe;
	border-top : solid 2px #030; */
	margin : 0 0 10px 0;
	padding : 6px 3px 4px 7px;
}

a.nav_active {

	background-color: #e02419;
	color: #fff;
}

#content {
	position: absolute;
	top: 0px;
	left: 184px;
	width: 500px;
	text-align:left;
	margin: 0;
	padding: 50px 0 0 0;
	z-index: 2;
}

#imgLogobody {
	position: absolute;
	left: 686px;
	top: 0px;
	padding: 30px 0 0 0;
	width: 236px; 
	height: 470px;
	overflow: hidden;
	z-index: 2;
}

#empty2 {
	position: relative;
	left: 0px;
	top: 0px;
	/*width: 100%;*/
	height: 126px;
	margin: 0;
	padding: 0;
}

div, li {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3 {
	color: #030;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 3px;
}

h2 {
	font-size: 17px;
	font-weight: 600;
   /* margin-bottom: 0px; if you don't want a linefeed */ 
}

h3 {
	font-size: 15px;
	font-weight: 600;
}

h4 {
	font-size: 13px;
	font-weight: 600;
	font-style: italic;
}

.opaque {
	opacity: 0.70;
	-ms-filter: "alpha (opacity=70)"; /* IE8 */
	filter: alpha (opacity=70);
	-moz-opacity: .70;
	-khtml-opacity: .70;
}

.kincon {
	bottom: 20px;
	width: 200px;
	text-align:center;
	color: #c00;
	font-weight: bold;
	font-size:11px;
	text-decoration:none;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

table {
	border: 2px solid #6ec;
	border-collapse: collapse;
	width: 500px;
}

TD {
	border: 1px solid #6ec;
	text-align: left;
	color: #003300;
	white-space: nowrap;
	padding: 5px 10px 5px 5px;
	font-size: 13px;
}

TD.right {
	text-align: right;
}
