BODY {
	background-color : white;
	color : black;
	font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin: 0px;
}

A:LINK, A:VISITED {
	color : Black;
	text-decoration : none;
}

A:HOVER {
	color : Black;
	text-decoration : underline;
}

/*
* Main Table
*/

.main_table {
	width: 780px;
	margin: 0px;
	text-align: center;
	border-left: 1px solid #54799A;
	border-right: 1px solid #54799A;
}

/*
* Menu
*/

.menu_table {
	width: 190px;
	margin: 0px;
	background-image: url(Indhold/img//menu_bg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}

.menu_header {
	background-image: url(Indhold/img//menu_header_02.gif);
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #54799A;
	height: 30px;
	padding: 0px 0px 10px 40px;
	width: 190px;
}

.menu {
	font-size: 12px;
	color: black;
	padding: 5px 0px 15px 40px;
	line-height: 16px;
}

.menu_text {
	font-size: 10px;
	color: black;
	padding: 5px 0px 5px 40px;
}

/* 
* Content
*/

.content_table {
	width: 590px;
	vertical-align: top;
	margin: 0px;
}

.header_big {
	color: #54799A;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	height: 27px;
}

.header_small {
	color: black;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	height: 17px;
}

.text {
	color: black;
	font-size: 11px;
	padding: 0px 10px 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.text a {
	color : #006400;
	text-decoration : none;
	font-weight: bold;
}

.text a:visited {
	color: #006400;
	text-decoration: none;
	font-weight: bold;
}

.text_left {
	color: black;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

.pic_text {
	color: black;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.picture_frame {
	border: 1px solid #ADADAD;
	margin: 0px;
}

.picture_left {
	float: left;
	vertical-align: text-top;
	border: 1px solid #ADADAD;
	margin-right: 10px;
}

.picture_right {
	float: right;
	vertical-align: text-top;
	border: 1px solid #ADADAD;
	margin-left: 10px;
}

.type_table {
	color: black;
	font-size: 11px;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

INPUT{
font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
color: black;
font-size: 11px;
border: 1px solid #55799b;
width:250px;
}

TEXTAREA{
font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
color: black;
font-size: 11px;
border: 1px solid #55799b;
width:250px;
height:100px;
}

.textForm {
color: black;
font-size: 11px;
}