body{
	background: #ffffff url("../img/background.png") repeat-x;;
	color: #444444;
	font-family: Arial CE, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	margin-bottom: 1em;
	padding: 0;
	line-height: 1.5em;
}

h1{
	position: relative;
	display: block;
	width: 413px;
	height: 128px;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 a{
	font-size: 0.8em;
	color: #00639C;
	text-decoration: none;
}

h1 span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 413px;
	height: 128px;
	margin: 0;
	padding: 0;
	background: url("../img/logo.png") no-repeat;
}

h2{
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 1.3em;
	text-align: left;
	color: #00639C;
	display: block;
	background-position: 0 40%;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #00639c;
}

h3{
  font-family: Verdana, 'Geneva CE', lucida, sans-serif;
  font-size: 1.1em;
  margin: 0;
  padding-top: 2em;
  color: #00639C;
  border-bottom: 1px solid #A4D59E;
}

h4{
  font-size: 1em;
  margin: 0;
  padding-top: 2em;
}

ul{
	list-style: square;
	padding-bottom: 1em;
}

a{
	color: #00639C;
}

a:visited{
	color: #637D60;
}

a:hover{
	color: #000000;
}

img{
	border: 1px solid #A4D59E;
}

table{
	margin: 2em auto;
	border-collapse: collapse;
	border: 1px solid #A4D59E;
	font-size: 0.8em;
}

table caption{
	color: #00639C;
	font-weight: bold;
}

table th{
	color: #637D60;
}

table td, th{
	border: 1px dashed #A4D59E;
	padding: 0.4em;
}

address{
	margin-top: 2em;
}

acronym{
	cursor: help;
}

img.katalog{
	height: 180px;
	width: 180px;
}

#site{
	width: 770px;
	margin: 18px auto;
	position: relative;
	padding-bottom: 1px;
}

#site-content{
	background: url("../img/site-content-background.png") repeat-y;
}

#header{
	height: 125px;
	text-align: left;
	background: #A2D39C url("../img/header-background.png") repeat-x;
	overflow: hidden;
}

#header-picture{
	background: url("../img/header-picture.png");
	float: right;
	width: 303px;
	height: 125px;
}

#navbar{
	font-size: 1.1em;
	height: 22px;
	line-height: 22px;
	margin-top: 16px;
	margin-bottom: 3px;
	position: relative;
	Z-index: 1;
}

#navbar ul{
	margin: 0;
	padding: 0;
}

#navbar ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	padding-left: 2px;
	width: 152px;
}

#navbar ul li span{
	color: #034B74;
	display: block;
	float: left;
	width: 100%;
	background: #A4D59E url("../img/menu-background-active.png") repeat-x;
}

#navbar ul li a{
	color: #ffffff;
	color: #000000;
	display: block;
	float: left;
	text-decoration: none;
	width: 100%;
	background: #04659c url("../img/menu-background.png") repeat-x;
	background: #65A1C3 url("../img/menu-background-hover.png") repeat-x;
}

#navbar ul li a:hover, #navbar ul li a:focus{
	color: #034B74;
	color: #ffffff;
	text-decoration: underline;
	background: #65A1C3 url("../img/menu-background-hover.png") repeat-x;
	background: #04659c url("../img/menu-background.png") repeat-x;
}

#sidebar{
	float: left;
	width: 180px;
	margin-top: 0;
	margin-bottom: 3em;
	padding-bottom: 250px;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	color: #00639c;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 1em 0 0.5em 2em;
	background: url("../img/sidebar-background.png") no-repeat;
	background-position: 0 100%;
}

#sidebar ul li a{
	color: #034B74;
	text-decoration: none;
	font-weight: normal;
}

#sidebar ul li a:hover, #sidebar ul li a:focus{
	color: #000000;
	text-decoration: underline;
}

#sidebar-picture{
	position: absolute;
	left: 1px;
	bottom: 4em;
	width: 220px;
	height: 220px;
	background: url("../img/sidebar-picture.png") no-repeat;
}

#main{
	margin: 0;
	padding: 0;
	padding-top: 20px;
	background: url("../img/main-background.png") no-repeat;
	width: 100%;
}

#main-content{
	margin: 0px 25px 0 270px;
	padding: 0 1em 1em 0;
	background: white;
}

#footer{
	background: #65A1C3 url("../img/menu-background-hover.png") repeat-x;
	border: 1px solid #00639C;
	clear: both;
	height: 100%;
}

#footer p{
	font-size: 0.9em;
	line-height: 1.1em;
	color: #000000;
	margin: 0;
	padding: 0.3em 0 0.3em 1em;
}

#footer hr{
	clear: both;
}

#footer span{
	font-weight: bold;
}

#footer a{
	color: #000000;
}

#footer a:hover, #footer a:focus{
	color: #034B74;
}

#footer .right{
	float: right;
	padding-right: 1em;
}

hr{
  clear: right;
  color: #00639c;
  border: 0;
  border-top: 1px solid #00639c;
  height: 1px;
}
