body {
	font-family: verdana, helvetica, arial;
	font-size: 13px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #a8c9e2;
	background-image: url(img/bg_b.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	margin: 0;
	padding: 0 0 18px 0;
	color: #494949;
	font-size: 16px;
}
h2 {
	margin-top: 0px;
	padding: 0;
	color: #494949;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	margin-top: 0px;
	padding: 0;
	color: #494949;
	font-size: 15px;
	font-weight: bold;
}
a {
	color: #065b95;
	text-decoration: underline;
}
td {
	vertical-align: top;
	text-align: left;
	padding: 0 10px 0 0;
}
a img {
	border: 0;
}
#wrap {
	margin: 150px auto 40px auto;
	text-align: left;
	width: 850px;
	height: 560px;
	background-color: #fff;
	position: relative;
}
#nav {
	position: relative;
	font-size: 16px;
	height: 90%;
	width: 230px;
	line-height: 22px;
	text-align: left;
	padding: 35px 0 0 0;
	background-color: #EEEEEE;
	color: #fff;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
}
#nav a {
	color: #0567d1;
	text-decoration: none;
	display: block;
	width: 210px;
	padding: 0 0 0 20px;
}
#nav li.active a {
	color: #fff;
	background-color: #065b95;
}
#nav a:hover {
	color: #fff;
	background-color: #065b95;
}
ul #submenu {
	padding-top: 3px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
}
ul #submenu2 {
        padding-top: 3px;
        padding-bottom: 5px;
        font-size: 12px;
        line-height: 18px;
}
ul #submenu2 a {
        padding-left: 45px;
}
#kontakt {
	padding: 15px 20px 5px 20px;
	color: #000;
	background-color: #b2cfe6;
	font-size: 11px;
}
#kontakt_sh {
	position: absolute;
	bottom: 0;
	background-image: url(img/shadow_k.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 230px;
}
#head {
	background-color: #e9e9e9;
	text-align: right;
}
#head_sh {
	position: absolute;
	top: -110px;
	right: -3px;
	height: 110px;
	width: 613px;
	background-image: url(img/shadow.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#logo {
	position: absolute;
	top: -130px;
	left: -20px;
	background-image: url(img/logo.png);
	height: 155px;
	width: 275px;
	z-index: 2;
}
#content {
	position: absolute;
	top: -10px;
	left: 205px;
	width: 684px;
	z-index: 1;
}
#top {
	background-image: url(img/top_bg.png);
	height: 40px;
}
#main {
	width: 684px;
	height: 520px;
	background-image: url(img/content_bg.png);
}
p {
	margin: 0 0 20px 0;
}
#foot {
	height: 40px;
	background-image: url(img/foot_bg.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 53px;
	padding-top: 10px;
	font-size: 11px;
}
#foot a {
	color: #065b95;
	text-decoration: none;
	font-weight: bold;
}
#main-content {
	position: absolute;
	top: 47px;
	margin: 0 30px;
	text-align: left;
	width: 600px;
	border: 0px solid red;
	height: 450px;
	line-height: 18px;
}
#main-content img {
	float: right;
	margin: 0 0 20px 20px;
}
.csc-menu {
	padding: 10px 40px;
	background-color: #dce9f3;
	line-height: 18px;
	background-image: url(img/sub_menu_bg.jpg)
}
ul.csc-menu {
	display: block;
	height: 60px;
	width: 520px;
}
.csc-menu li {
	width: 33%;
	float: left;
	text-align: left;
	color: #065b95;
}
.csc-menu a {
	text-decoration: none;
	font-weight: bold;
}
.browseBoxWrap {
	position: absolute;
	top: 488px;
	width: 600px;
	background-image: url(img/sub_menu_bg_site.jpg);
	height: 20px;
	padding-top: 5px;
}
.inactiveLinkWrap {
	margin: 0;
}
.nextLinkWrap {
	position: absolute;
	right: 30px;
	z-index: 10;
}
.numbersLinksWrap {
	position: absolute;
	text-align: center;
	width: 600px;
}
.previousLinkWrap {
	position: absolute;
	left: 30px;
	z-index: 10;
}
.inactiveLinkWrap a {
	text-decoration: none;
	font-weight: bold;
}
.nextLinkWrap a , .previousLinkWrap a {
	text-decoration: none;
}
.activeLinkWrap a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #065b95;
}
#main-content label {
	display: block;
}
#main-content input[type="text"], #main-content select, #main-content textarea {
	width: 300px;
	margin: 0 0 5px 0;
	border: 1px solid #849dc7;
	background-color: #fff;
}
#main-content fieldset {
	margin: 0;
	border: 0px dashed #999;
	padding: 10px 0;
}
.checkbox input {
  float:left;
  margin-right:10px;
}
