* {
	margin: 0;
	padding: 0;	
}
body {
	font: 95% Arial, Arialbold, Helvetica, sans-serif;
	color: #374f77;
	background: #ffffff url(../images/background_x.gif) 0 0 repeat-x;
}
a {
	color:#374f77;
	text-decoration: none;
}
img {
	border: none;
}
h1, h2, h3 {
	font: Arial, Genevabold, sans-serif;
	color: #eff7ff;
	background: transparent;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
#headerimg {
	position: absolute;
	top: 0px;
	left: 111px;
	background:url(../images/background_header.gif) no-repeat;
	width: 920px;
	height: 160px;
}
#content {
	position: absolute;
	top: 150px;
	left:205px;
	width: 711px;
	min-height: 500px;
	padding-left: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #374f77;
	background: url(../images/background_y.gif) left repeat-y;
}
.contentbox_big {
	width: 96%;
	border: 1px solid #374f77;
	border-style: dashed;
	margin: 2px;
}
.contentbox_big h3, .contentbox_little h3 {
	width: 100%;
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color:#374f77;
}
.contentbox_text {
	padding: 4px;
	margin: 4px;
	line-height: 22px;
}
.contentbox_little {
	width: 46%;
	float: left;
	margin: 2px;
	margin-top: 10px;
	border: 1px solid #374f77;
	border-style: dashed;
}
#searchbar {
	position:absolute;
	top: 50px;
	left: 670px;
	color:#FFFFFF;
}
cite {
	font-size: 14px;
}
.mail {
	background: url(../images/kont_ico_big.gif) no-repeat;
	height: 100px;
	width: 50%;
	margin-left: 25%;
}
.mail a {
	margin-left: 110px;
}
.mail a:hover {
	text-decoration: underline;
}
.form {
	width: 100px;
}