@import "text.css";
@import "base.css";
@import "php_inc/css/form.css";

ul li {
	list-style: image;
	list-style-image: url('grafika/arrow.gif');
}

div#container {
	background: url('grafika/middle-subpage-columns.gif') repeat-y;
}


div#top {
	background: url('grafika/quality.png')  no-repeat 500px 40px ;
	}

div#top a {
	border: 0px;
}

div#w1 {
	background: url('grafika/top-subpage-columns.gif') no-repeat;
}

div#w2 {
	background: url('grafika/bottom-subpage-columns.jpg') no-repeat bottom left;	
	padding-left: 13px;
	padding-bottom: 80px;
}

body.index div#w2 {
	background: url('grafika/index.jpg') no-repeat 0px 210px;
	padding-bottom: 40px;
	height: 570px;
}

body.nosidebar div#container { background: url('grafika/middle-subpage.gif') repeat-y; }
body.nosidebar div#w1 { background-image: url('grafika/top-subpage.gif'); }
body.nosidebar div#w2 { background-image: url('grafika/bottom-subpage.jpg'); }

div#top ul {
	margin: 0px;
	padding: 35px 52px 0px 0px;
	float: right;
}

div#top ul li {
	list-style: none;
	float: left;
	padding: 3px 8px;
	border-right: 1px solid #dfdfdf;
}

div#top ul li,
div#top ul li select,
div#top ul li a {
	font-size: 9px;
	font-family: Tahoma;
	color: #b9b9b9;	
}

div#top ul li a.active,
div#top ul li a:hover {
	color: #a0c704;
}

div#top ul li select {
	vertical-align: middle;
	margin-left: 10px;	
}

div#top ul li.last {
	border: 0px;
	padding-right: 0px;
	position: relative;
	top: -2px;
}

div#footer {
	padding: 10px 48px 10px 50px;
	background: white;
}

a#venti {
	float: right;
}

div#footer,
div#footer a {
	font: 10px Tahoma;
	color: #c1c1c1;
	border: 0px;
}

div#footer a {
	margin: 0px 3px;
}

div#footer a.active,
div#footer a:hover {
	color: #a0c704;
}

div#content {
	padding-top: 25px;
}

div#sidebar {	
	float: left;
	width: 207px;
	margin: 0px 42px 0px 41px;
	padding-bottom: 160px;
}

div#main {	
	float: left;
	width: 604px;	
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #e1e1e1;
}

#sidebar ul li a {
	display: block;
	padding: 4px 10px 4px 22px;
	color: #006f42;
	font-weight: bold;
	background: url('grafika/menu.gif') no-repeat;
	font-family: Tahoma;
	border: 0px;
}

#sidebar ul li.level1 a:hover,
#sidebar ul li.level1 a.active {
	color: white;
	background-image: url('grafika/menu-active.gif');
	background-color: #c10010;
}

#sidebar ul li.level1.active {
	border-bottom-color: #c10010;
}

#sidebar ul li.level2 {
	border: 0px;
}

#sidebar ul li.level2 a {
	background: #badc40 url('grafika/menu-2.gif') no-repeat 0px 1px;
	font-weight: normal;
	padding: 5px 10px 5px 33px;
}

#sidebar ul li.level2 a:hover,
#sidebar ul li.level2 a.active {
	color: white;
	text-decoration: underline;
}

#sidebar h2 {
	font: bold 14px Verdana;
	color: #e7002a;
	margin: 0px 0px 7px 10px;
	padding: 0px;
}

div#flash {
	float: left;
	/*position: relative;	
	top: -63px;*/
	
	overflow: hidden;
	position: absolute;
	margin-top: -63px;
	left: 40px;
	width: 310px;
}

div#index {
	margin: 10px 80px 0px 370px;	
	height: 320px;
	position: relative;
}

div#index,
div#index a {
	border: 0px;
}

div#index .lb {
	position: absolute;
/*	top: 205px;*/
	top: 180px;
	color: white;
	font-weight: bold;
	width: 300px;
}

div#index .lb,
div#index .lb * {
	font-size: 12px;
}

div#index .rb {
	position: absolute;
	top: 185px;
	left: 340px;
	color: white;
}

div#index .rb p a {
	position: relative;
}

div#index .rb,
div#index .rb * {
	font-size: 10px;
	color: white;
}

div#index .lb img.h {
	margin: 5px 0 8px 3px;
}

div#index .rb img.h {
	position: relative;
	left: -15px;	
	margin-bottom: 10px;
}

div#index .rb p {
	line-height: 13px;
}

div#index .rb a:hover {
	border-color: #fff;
}


div#index img.i {
	clear: right;
	float: right;
	position: relative;
	top: -3px;	
	left: 0px;
}

div#index .main p {
	line-height: 150%;
	padding-top: 10px;

}

h2#path {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2#path a {
	text-transform: lowercase;
}

h3#pageName {
	color: #e7002a;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 18px;
}

table {
	border-collapse: collapse;
	border: 1px solid #86db00;
	border: 0px;
}

table td {
	padding: 4px 4px 4px 10px;
	vertical-align: top;	
	border-collapse: collapse;
	border: 1px solid #86db00;
}

table tr.first td,
table tr:first-child td {
	background: #86db00;
	position: relative;
	zoom: 1;
	top: 1px;
}

table tr td span.fix {
	display: block;
	position: absolute;
	
	top: -1px;
	left: -2px;
	background: #86db00;
	width: 1px;
}

