body {
	font-family: Tahoma;
	font-size: 12px;
	background-color: #cbcfd0;
	margin: 4px 0px 0px 0px;
	color: #16282c;
}
* html #main {
	height: 620px;
}
#main{
	margin: 0px auto;
	width: 1000px;
	background-color: #e9ecf2;
	border: solid 1px #556467;
	min-height: 620px;
}
#main_picture{
	background-image: url(../images/main.jpg);
	background-repeat:no-repeat;
	height: 740px;
	margin: 0px auto;
	width: 1000px;
	border: solid 1px #556467;
}
#main_menu{
	position: relative;
	top: 100px;
	left: 28px;
	width: 400px;
	height: 400px;
	font-size: 30px;
	font-weight: bold;
	color: #92b0ca;
	line-height: 200%;
}
#main_menu a{	
	color: #92b0ca;
}
#main_menu a:hover{
	color: #ccd6df;
	text-decoration: none;
}
#top{
	height: 90px;
	background-color: #92b0ca;
	background-image: url(../images/top.jpg);
	background-repeat:no-repeat;
}
#menu{
	width: 980px;
	height: 20px;
	background-color: #92b0ca;
	border-bottom: solid 1px #556467;
	padding-left: 20px;
}
#home {
	position: relative;
	top: 93px;
	right: -44px;
	float: right;
	width: 108px;
}
#home a{
	color: white;
	font-size: 11px;
	font-weight: bold;
}
#home a:hover{
	text-decoration: none;
}
#main_content {
	border:solid 1px #16282c;
	width:960px;
	margin:12px 10px 10px 10px;
	display:inline;
	float:center;
}
*html #main_content {
	margin:12px 10px 10px 10px;
}
#content{
	margin: 0px 0px 0px 0px;
	display: inline;
	
}

#content_pagetitle{
	margin: 20px 0px 20px 30px;
	font-size: 14px;
	color: #92b0ca;
}
#content_text{
	width: 940px;
	margin-left: 31px;
	
}
#footer{
	width: 1000px;
	height: 18px;
	padding-top: 6px;
	font-size: 10px;
	background-color: #92b0ca;
	margin: 0px auto;
	border: solid 1px #556467;
	border-top:none;
	color: white;
	font-weight: bold;
	text-align: center;
}
a {
	border: none;
	text-decoration: none;
	color: #e7243a;
}
a:hover {
	text-decoration: underline;
}

textarea, input {
	font-size: 12px;
	font-family: Tahoma, Verdana;
	border: solid #C0C0C0 1px;
}
.kop1 {
  	font-weight : bold;
	font-size: 12pt;
}
.kop2 {
  	font-weight : bold;
	font-size: 14pt;
}
.kop3 {
  	font-weight : normal;
	font-size: 8pt;
}
p {
	margin: 0px;
}
.style1 {
	float:left;
	margin: 0px;
}
.style2 {
	float:right;
	margin: 0px;
}
a img{
	border-color: #556467;
}
