*{
	margin:0;
	padding:0;
}

body{
	font-family:Arial;
	font-size:10pt;
	width:100%;
	background:#e4e4e4;
	color:#474747;
}

a{
	text-decoration:none;
	color:#627a49;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

img{
	padding:4px;
	border:1px solid #eeeeee;
	background:#ffffff;
}

img:hover{
	border:1px solid #c9c9c9;
	background:#eeeeee;
}

hr{
	border:none;
	width:95%;
	height:1px;
	background:#e1dcd4;
	margin:0 auto;
}

#container{
	margin:7px auto 0 auto;
	width:854px;
}

#header{
	width:854px;
	height:154px;
	float:left;
	background:url(../images/header.png);
	overflow:hidden;
	position:relative;
}

#header_navi{
	float:left;
	position:absolute;
	top:107px;
}

.navi{
	float:left;
	margin:0 0 0 19px;
	overflow:hidden;
}

.navi div{
	width:700px;
	margin:10px 0 0 -11px;
}

.navi li{
	background:url(../images/list_style.png) no-repeat left;
	font-size:9pt;
	padding:0 7px;
	float:left;
	list-style:none;
}

.navi li a{
	padding:4px 6px;
	display:block;
	color:#474747;
}

.navi li a:hover, .navi li a.active{
	background:#e1dcd4;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

#main{
	width:854px;
	float:left;
	background:url(../images/bg.png) repeat-y;
}

#content{
	float:left;
	width:605px;
	margin:6px 0 0 13px;
	padding:4px 4px 15px 10px;
	line-height:18px;
}

#boxes{
	float:left;
	width:197px;
	padding:9px 0 0 13px;
	margin:6px 0 0 0;
}

.box{
	width:197px;
	float:left;
	background:#f0f2ec;
	margin:0 0 8px 0;
}

.box_head{
	width:193px;
	float:left;
	background:#e8eae4;
	margin:2px;
	font-weight:bold;
	text-indent:9px;
	padding:6px 0;
	font-size:9pt;
}

.box_text{
	width:177px;
	float:left;
	margin:4px 10px 0 10px;
	padding:0 0 5px 0;
	font-size:8pt;
	line-height:20px;
	border-bottom:#e1dcd4 1px solid;
	color:#4f4f4f;
}

.box_more{
	float:right;
	margin:0 10px 6px 0;
}

.box_more a{
	display:block;
	padding:2px 10px;
	background:#e1dcd4;
	color:#FFF;
	font-size:9pt;
}

.box_more a:hover{
	background:#cac5bd;
	text-decoration:none;
}

#footer{
	width:854px;
	float:left;
	background:url(../images/footer.png) no-repeat;
	overflow:hidden;
	padding:0 0 10px 0;
}

.kataloge_img{
	float:left;
	width:200px;
}

.kataloge_desc{
	float:left;
	width:405px;
}

.kataloge_desc li{
	list-style:inside;
	text-indent:15px;
}

#twosign{
	background:url(../images/twosign.png) no-repeat center left;
	float:left;
	padding:10px 0 10px 210px;
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
}