@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #666;
	text-decoration: none;
	position: absolute;
	height: auto;
}
p {
	margin-top: 0px;
	margin-bottom: 19px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;

}
h1 {
	font-weight: 700;
	text-decoration: none;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
}
.list-header {
	margin-bottom: 10px;
}

h2 {
}
h3 {
	font-size: 100%;
}





#container {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	position: relative;
}
#header {
	margin: 0px;
	height: 122px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 68px;
	position: relative;
}
#slogan {
	float: right;
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 60px;
	right: 0px;
	font-weight: 700;
	color: #BC0120;
	text-align: right;
	width: 600px;
}
#menu {
	text-align: right;
	padding: 0px;
	float: left;
	width: 225px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	font-weight: 700;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #BA0725;
	line-height: 2.8em;
}
#menu ul li a {
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a:hover {
	color: #B90B22;
}
.active {
	color: #B90822;
	background-image: url(../images/menu-line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}




#content {
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 670px;
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content-main {
	margin: 0px;
	padding: 0px;
	width: 520px;
	float: left;
	position: relative;
}
#content-main a {
	color: #666;
	text-decoration: none;
	font-weight: bolder;
	outline: none;
}
#content-main a:hover {
	color: #BF1E2E;
	text-decoration: none;
}

#content-main ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 32px;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}
#content-main ul li {
	padding: 0px;
	margin: 0px;
}
#content-right {
	float: right;
	width: 134px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	background-image: url(../images/back-logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 500px;
}
#content-right-start {
	float: right;
	width: 60px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	height: 500px;
}
#footer {
	clear: both;
	font-size: 80%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 84px;
	display: block;
	padding: 0px;
}
#footer ul li {
	display: block;
	float: left;
	margin: 0px;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#adres {
	width: auto;
	position: relative;
	left: 118px;
}
#phone {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	left: 235px;
}
#web {
	width: auto;
	position: relative;
	left: 360px;
}
#adres, #phone, #web {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.accent {
	color: #BB1233;
}
