/* CSS Document */
html {
}
body {
	background-color:#615e59;
	background-image:url(../images/bg-horizont.png);
	background-repeat:repeat-x;
	background-position:top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#413d37;
	line-height:20px;
}
a {
	text-decoration:none;
	color:#413d37;
}
a:hover {
	text-decoration:underline;
	color:#413d37;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.under {
	text-decoration:underline;
}
#head {
	background-image:url(../images/head.png);
	width:980px;
	height:205px;
	margin:20px auto 0px auto;
	position:relative;
}
#www {
	position:absolute;
	width:150px;
	left:30px;
	bottom:6px;
	font-size:10px;
}
#data {
	position:absolute;
	width:170px;
	right:30px;
	bottom:6px;
	text-align:right;
	font-size:10px;
}
#box {
	width:980px;
	margin:0px auto;
	background-image:url(../images/bg-vert.png);
	background-repeat:repeat-y;
}
#top {
	padding:15px 20px 15px 40px;
}
#left {
	width:520px;
	float:left;
}
#left ul {
	background-image:url(../images/bg-ul.png);
	background-repeat:repeat-y;
	background-position:top center;
	margin:15px 0px;
}
#left li {
	list-style: disc;
	margin:0px 50px 0px 70px;
	font-weight:bold;
}
#right {
	padding:20px 20px 20px 20px;
	float:right;
	width:350px;
}
#right a {
	padding:10px 10px;
	display:block;
	width:152px;
	float:left;
}
#mid {
	padding:5px 0px 5px 30px;
	background-color:#FFFFFF;
	border-bottom:#92908c solid 1px;
	width:910px;
	margin:0px auto;
	font-weight:bold;
}
#bottom {
	padding:0px;
	height:300px;
}
#left2 {
	background-color:#f2f2f2;
	float:left;
	width:559px;
	border-right:#92908c solid 1px;
	font-weight:bold;
	height:100%;
	margin:0px 0px 0px 20px;
}
#adres {
	width:500px;
	margin:20px auto;
}
#adres td {
	padding:4px 0px;
}
#right2 {
	background-color:#ffffff;
	float:right;
	width:380px;
	margin:0px 20px 0px 0px;
	height:100%;
}
#foot {
	text-align:center;
	background-color:#e3e3e3;
	background-image:url(../images/bg-foot.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding:50px 0px;
	width:940px;
	margin:0px auto;
	font-size:10px;
	border-bottom:#000000 solid 2px;
}
