/* General */

html, body, div, p, h1, h2,  
span, table, td, form, li, input, textarea {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #202020;
	border: 0;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4040ff;
	font-weight: bold;
}

body {
	background: #ffffff;
}

a:link, a:visited, a:active {
	color: #4040ff;
	text-decoration: none;
}

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

/* DIVS */

#main {
	margin: 0px auto;
	width: 1090px;
	height: 650px;
	text-align: left;
	z-index: 1;
}

#image-top-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 145px;
  z-index: 2
}

#update {
  position: absolute;
  top: 495px;
  left: 0px;
  width: 130px;
  height: 30px;
  z-index: 2
}

#image-bottom-left {
  position: absolute;
  top: 525px;
  left: 0px;
  width: 125px;
  height: 125px;
  z-index: 2
}

#image-logo {
  position: absolute;
  top: 5px;
  left: 120px;
  width: 120px;
  height: 65px;
  z-index: 3;
}

#koptekst {
	position: absolute;
	top: 5px;
	left: 200px;
	width: 890px;
	height: 150px;
	z-index: 2;
    text-align: right
}

#main_window {
	position: absolute;
	top: 160px;
	left: 135px;
	width: 950px;
	height: 490px;
	text-align: left;
	padding-right: 7px;
	overflow: auto;
	z-index: 3;
}

/* CLASSES */

.bgimg {
	position: relative;
	left: 0px;
	top: 0px;
}
