body {
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#575757;
    font-size:12px;
    line-height:16px;
}
#container {
	background:url(../images/bg-header.jpg) top center no-repeat;
    width:980px;
    margin: 0 auto;
}
#header {
    height: 452px;
    overflow: auto;
}
#logo {
	position:absolute;
    width:190px;
    height:107px;
	margin:15px 0 0 15px;
}
#tel {
	position:absolute;
	width:180px;
	height:20px;
	margin:75px 0 0 823px;
	font-size:18px;
	font-weight:bold;
	color:#575757;
}
#slider {
	position:absolute;
	width:948px;
    height:233px;
	margin:197px 0 0 15px;
	overflow:hidden;
}
#menu {
	position:absolute;
	width:950px;
    overflow:auto;
    height:50px;
    font-size:14px;
	margin:126px 15px 0 15px;
}
#menu li {
    float:left;
	padding: 0 1px;
}
#menu a {
	display:inline-block;
    padding: 0 18px;
    line-height:50px;
    color:#666;
	font-size:15px;
	font-weight:bold;
}
#menu li a:hover {
    color:#000;
}
#menu li.active a {
	background:url(../images/hover.jpg) top left no-repeat;
	color:#000;
}

#main {
	width:950px;
	margin:15px;
    overflow:auto;
    padding: 0 0 20px 0;
}

#sidebar {
    width:188px;
    float:left;
	color:#575757;
	border:solid 1px #cdcdcd;
	padding: 0 0 15px 0;
}
#sidebar-header {
	background:url(../images/bg-sidesheader.png) top left repeat-x;
	line-height:29px;
	font-size:15px;
	font-weight:bold;
	width:178px;
	height:29px;
	padding:0 0 10px 10px;
}
#sidebar a {
    display:block;
    width:180px;
    line-height:24px;
    color:#575757;
}
#sidebar li a{
	padding:0 0 0 20px;
}
#sidebar li a:hover {
    font-weight:bold;
}
#sidebar li.active a {
	background:url(../images/sub-hover.png) center left no-repeat;
	font-weight:bold;
}

#sidebar li.active li a {
	background:none center left no-repeat;
	font-weight:normal;
	padding: 0 0 0 28px;
	line-height:18px;
}
#sidebar li.active li.active a, #sidebar li.active li a:hover {
	font-weight:bold;
}
#sidebar li.active ul {
    padding: 0 0 5px 0;
}

#content {
    width:500px;
    padding: 0 35px 0 0;
    float:left;
	margin:0 0 0 35px;
}

.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
    color:#fa1824;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:14px;
}
.text h1 {
    font-size:18px;
}
.text h2 {
    font-size:16px;
}
.text h3 {
    font-size:15px;
}

#rightbar {
	border:1px solid #cdcdcd;
    float:right;
    width:188px;
	color:#575757;
}
#rightbar .title {
    font-size:14px;
    font-weight:bold;
    display:block;
    padding: 0 0 10px 10px;
}
#rightbar span {
	background:url(../images/bg-sidesheader.png) top left repeat-x;
	line-height:29px;
	font-size:15px;
	font-weight:bold;
	width:178px;
	height:29px;
}
#rightbar p {
	padding:0 19px 16px 19px;
	background:url(../images/newsarrow.png) top left no-repeat;
}
#footer {
	background:url(../images/bg-footer.png) top center no-repeat;
	width:980px;
	height:180px;
	margin:0 auto;
	color:#737373;
	padding: 30px 0 0 0 ;
}
#footer-left {
	float:left;
	width:370px;
    clear:both;
    font-size:12px;
	text-align:right;
}
#footer-map {
	float:left;
	width:200px;
	height:120px;
	margin:0 0 0 18px;
}
#footer-adres {
    font-size:12px;
	float:right;
	width:370px;
}
#footer a {
    font-size:12px;
    color:#737373;
}
#footer a:hover {
    text-decoration:underline;
}

