HTML {
	height:100%;
	width:100%;
}

BODY {
	height:100%;
	width:100%;
	background: url(/images/backgrounds/back.png) #02425E repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

H1, .Title, .Titles {
	font-family:"Times New Roman",Arial;
	color:#E1BF77;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

p {
	line-height:18px;
}

A {
	color:#E1BF77;
	text-decoration:none;
}

A:hover {
	color:white;
	text-decoration:none;
}

H2 {
	margin:0 0 18px 0px;	
	font-family:"Times New Roman",Arial;
	color:white;
	font-size:16px;
}

LI {
	margin-left:10px;
}

INPUT,TEXTAREA,SELECT {
	font-size:11px;
	font-family:Arial;
}
.kop {
	font-weight:bold;
	color:#E1BF77;
}

.datum {
	color:#E1BF77;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.col {
	color:#564517;
	font-size:11px;
	line-height:15px;
}
.col A {
	color:#564517;
	font-size:11px;
	line-height:15px;
}

.copyright {
	font-size:11px;
}
.menu {
	padding-right:20px;
}
.menu A{
	font-family:"Times New Roman",Arial;
	color:#564517;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.menu A:hover {
	text-decoration:underline;
	color:#564517;
}
.ver_bar {
	background:url(/images/common/ver_bar.gif) top center repeat-y;
}

.hor_bar {
	background:url(/images/common/hor_bar.gif) left center repeat-x;
	width:100%;
}

.submit_button {
	background:#9E7623;
	border:1px solid #564517;
	text-align:center;
	color:white;
	font-size:11px;
}

.input_text {	
	border:1px solid #564517;
}

#main_content {
	width:100%; 
	height:100%; 
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#black_field {
	width:100%; 
	height:100%; 
	position:absolute;
	left:0px;
	top:0px;
	background:black;
	display:none;
	z-index:1000;
	filter:alpha(opacity=50);
}

#gallery {
	display:none;
	position:absolute;
	z-index:2000;
	left:100px;
	top:100px;
	cursor:pointer;
}


.submenu {
	position:absolute; 
	width:190px;
	height:153px;
	display: none;
	padding-top:3px;
	background:url(/images/backgrounds/submenu.jpg) no-repeat bottom left white; 
}

.submenu TD {
}

.submenu A {
	font-family:"Times New Roman",Arial;
	color:#564517;
	font-size:11px;
	text-decoration:none;
}

.submenu A:hover {
	font-family:"Times New Roman",Arial;
	color:#564517;
	font-size:11px;
	text-decoration:underline;
}

.submenu TABLE { 
}

	