* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	background-image: url('../images/bg_main.png');
	background-repeat: repeat-x;
}

#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	z-index: 10;
	border: 0px solid #000;
}

#header {
	padding: 0;
}

label {
	display: block;
	font-size: 13px;
	color: #828383;
	width: 200px;
	font-weight:bold;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #828383;
	border: 1px solid #828383;
	background-color: #fff;
}

.standard_button {
	background-color: #828383;
	padding: 5px 10px;
	color: #fff;
}

#navcontainer {
	margin: 35px 0 0 0;
	float: right;
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #00aeef;
	background-color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform:uppercase;
}

#navlist a:hover {
	color: #fff;
	background-color: #00aeef;
	text-decoration: none;
}

#logo {
	position: absolute;
	margin: 90px 0 0 0;
}

#headerlogo {
	position: absolute;
	top: 100px;
	margin: 0 0 0 490px;
}
#content {
	position: absolute;
	top: 289px;
}
#contentleft {
	float: left;
	width: 599px;
	padding: 30px 20px 0 0;
}
#contentright {
	float: left;
	width: 381px;
}

h1 {
	color: #00abee;
	font-size: 13px;
	background-image: url('../images/bg_h1.jpg');
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding: 10px 30px 10px 0;
}

h2 {
	color: #4f4f4f;
	font-size: 18px;
	padding: 10px 0;
}

#footer {
	position: absolute;
	top: 710px;
}

#footerleft {
	float: left;
	width: 399px;
	padding: 30px 200px 0 0px;
	color: #003A61;
}
#footerright {
	float: left;
	width: 381px;
}

.floatleft {
	float: left;
	padding: 0 0 0 20px;
}

#footerright h2 {
	padding: 30px 0 10px 20px;
	text-transform:uppercase;
	color: #003A61;
	font-size: 15px;
}

.floatleft a {
	color: #00aeef;
	font-size: 12px;
	text-transform:uppercase;
	text-decoration: none;
}

.floatleft a:hover {
	text-decoration: underline;
}

.blok {

}

.blok {
	border-bottom:2px dashed #a6a5a5;
	
}

.blok .title {
	color: #00aeef;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	padding: 5px 10px 0 10px;
}

.blok .subtitle {
	color: #aeaeae;
	text-decoration: none;
	padding: 0 0 5px 10px;
	
}

.blok:hover * {
	background-color: #8ed4ee;
	color: #fff !important;
	cursor: pointer;
}
