* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f4f4f4;
	font-family: arial;
	font-size: 100%;
}

form {
	width: 100%;
}

#menuheader {
	background-image: url(image/bg.png);
	height: 220px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#menuheader img {
	position: relative;
	top: 6px;
}

#text {
	left: 100px;
	position: absolute;
	padding: 10px;
	top: 250px;
	width: 80%;
}

h1 {
	left: 100px;
	margin-right: 100px;
	position: absolute;
	width: 208px;
	height: 178px;
}

h2 {
	color: #3766AC;
	font-weight: bold;
	font-size: 20pt;
}

h3 {
	font-weight: bold;
}

.kop2 {
	font-size: 14pt;
	color: #c1722e;
	font-weight: bold;
}

.kop3, .kop4 {
	color: gray;
}

.kop3 {
	font-size: 17pt;
}

.kop4 {
	font-size: 12px;
}

.menudiv {
	background-color: #F4F4F4;
	border: 0px dotted gray;
	padding: 10px 0px 10px 0px;
	margin: 10px;
}

.menudiv .title-page {
	width: 350px;
	font-size: 17pt;
}

.menudiv .title-module {
	width: 600px;
	font-size: 17pt;
	color: gray;
}

.menudiv span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 2px;
}

.menudiv span a {
	font-size: 17pt;
}

.menudiv span .more {
	font-size: 8pt;
	color: gray;
}

#somp {
	border-top: 1px dashed gray;
	color: gray;
	font-size: 12px;
	margin-top: 30px;
	padding-top: 5px;
	text-align: center;
}

#somp a {
	color: #515f8c;
	text-decoration: none;
}

#somp a:hover {
	color: #c1722e;
	text-decoration: none;
}

.logo {
	bottom: 5px;
	left: 0px;
	position: absolute;
}

a {
	color: #515f8c;
	font-weight: bold;
	text-decoration: none;
}

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

a img {
	border: 0px;
}

input {
	background-color: #F4F4F4;
	border: 1px solid gray;
	color: gray;
	padding: 2px;
}

textarea {
	background-color: #F4F4F4;
	border: 1px solid gray;
	color: gray;
	margin-top: 2px;
	width: 100%;
}

p {
	margin-bottom: 15px;
}

.rightmenu {
	color: #3766AC;
	float: right;
	font-size: 12px;
	height: 600px;
	overflow: auto;
}

.smallmenu {	
	text-align: right;
	margin: 0px;
	margin-bottom: -8px;
	font-size: 14px;
	color: gray;
	height: 30px;
	width: 98%;
}

.smallmenu_button {
	margin-left: 10px;
	height: 30px;
}

.smallmenu_a {
	padding-left: 0px;
	height: 30px;
	margin: 0px;
}

.red {
	color: red;
}



/***************START OF MENU SETTINGS***************/



#menu {
	background-image: url(image/mbg.png); 
	position: absolute;
	height: 100px;
	width: 565px;
	right: 10%;
	top: 60px;
	font-size: 12px;
}

#menu a {
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover {
	color: #c1722e;
}

.menuitem {
	text-align: center;
	width: 112px;
	padding: 0px;
	margin-bottom: 0px;
	height: 30px;
	float: left;
}

.menuitem:hover {
	background-image: url(image/back_hover.png);
	width: 112px;
	height: 100px;
	text-align: center;
}



/***************END OF MENU SETTINGS***************/



/***************START OF MINI MENU SETTINGS***************/



#mmenu {
	background-image: url(image/mmbg.png);
	width: 380px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 5%;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.mmenuitem {
	text-align: center;
	padding: 5px;
	
}

.mmenuitem a {
	color: #ffffff;
}

.mmenuitem a:hover {
	color: #c1722e;
}

.mmenucenter {
	margin-right: auto;
	margin-left: auto;
	width: 380px;
}



/***************END OF MINI MENU SETTINGS***************/



/***************START OF FOOTER SETTINGS***************/



#footer {
	margin-top: 100px;
	border-top: gray 1px dotted;
	display: table;	
	height: 10px;
 	width: 100%;
  	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}		 

#footercontent {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#middle {
	margin-top: 15px;
	text-align: center;
}

#navcontainer {
	margin-top: 7px;
	color: #ffffff;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	padding: 15px;
	color: #c1722e;
}

#navlist a:hover {
	color: #515f8c;
}

ul {
	padding: 0px;
	margin: 5px 0px 0px 40px;
}

.small {
	font-size: 8px;
}



/***************END OF FOOTER SETTINGS***************/