@import url("lightbox.css");

.kat_number{font-size:12px}

body {
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #93A228;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}
#main {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/lines.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	border: 0px solid black;
	padding-top: 30px;
}
#top {
	width: 879px;
	height: 106px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/top.gif");
	background-repeat: no-repeat;
	border: 0px solid black;
}
#logo {
	float: left;
	position: relative;
	left: 41px;
	top: 19px;
}
#menu {
	float: left;
	position: relative;
	left: 125px;
	top: 42px;
	color: #BDBDBD;
}
#menu a {
  color: #15359F;
  text-decoration:none;
  font-weight: bold;
  padding: 0px 5px 0px 10px;
}
#header {
	width: 879px;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/header1.gif");
	background-repeat: no-repeat;
	border: 0px solid black;	
}
#container { 
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/white.gif");
	background-repeat: repeat-y;	
	padding: 5px 39px 10px 40px;
}
#footer {
	width: 879px;
	height: 136px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	border: 0px solid black;
}
#footer a {
	text-decoration: none;
	color: #989898;
	font-size: 10px;
	float: right;
	position: relative;
	right: 40px;
	top: 15px;
}
img {
	border: 0px;
}
.half {
  float:left;
  position: relative;
  width: 360px;
  text-align: justify;
  padding-left: 25px;
}
.one, .two, .three {
  float:left;
  position: relative;
  width: 216px;
  height: auto;
  text-align: justify;
  padding: 0px 20px 0px 20px;
}
.one,.two {
  border-right: 1px solid #E9E9E9;
}
p.blue {
  color: #15359F;
  font-weight: bold;
  text-align:left;
  padding: 0px;
}
.bl {
  color: #e8e8e8;
}
.bl a{
  color: #15359F;
  text-decoration:none;
  font-weight: normal;
}
a.orange {
  color: #F7AF02;
  font-weight: bold;
}

