body {
margin:0px;
padding:0px;
scrollbar-3dlight-color:#EBEFF8;   
scrollbar-arrow-color:#122263;   
scrollbar-base-color:#EBEFF8;   
scrollbar-darkshadow-color: #EBEFF8;   
scrollbar-face-color:#EBEFF8;   
scrollbar-highlight-color:#EBEFF8;   
scrollbar-shadow-color:#122263;   
scrollbar-track-color:#EBEFF8;
}

p, li {
padding: 0px;
font: 11px verdana,arial,helvetica,sans-serif;
color: #3f3f3f;
text-align: justify;
line-height: 130%;
}

hr {
	line-height:4px;
	width: 100%;
}

ul {
	margin-top:0px;
	list-style-image: url(./../images/dot.gif);
}

ul ul {
	margin-top: 0px;
	list-style-image: url();
	list-style-type: circle;
}

.no-indent {
	text-align: left;
	margin-left: 0;
	padding-left: 13px;
}

#topBarWhite {
	width: 100%;
	background-color: #ffffff;
	height: 25px;
	z-index: 4;
	position: absolute;
}

#logo {
	position: absolute;
	width: 200px;
	height: 100px;
	left: 10px;
	top: 37px;
	padding: 0px;
	z-index: 3;
}

#topBar{
	position: absolute;
	width: 100%;
	height: 150px;
	background-color: #d3d3d3;
	z-index:2;
}

#topImages{
	position: absolute;
	left: 240px;
	top: 25px;
	height: 150px;
	z-index:3;
}

#leftBar{
	position: absolute;
	width: 210px;
	height: 100%;
	background-color: #fff;
	z-index:1;
}


#subMenu {
	position: absolute;
	left: 20px;
	top: 200px;
	padding: 10px;
	text-align: right;
	z-index: 5;
	width: 180px;
}

html>body #subMenu{
	top: 190px;
}

#adres {
	position: absolute;
	left: 20px;
	bottom: 50px;
	z-index: 5;
	width: 180px;
}

#adres p {
	text-align: right;
}

#menu {
	position: absolute;
	left: 230px;
	top: 155px;
	padding: 10px;
	text-align: right;
	z-index: 5;
}

html>body #menu{
	top: 140px;
}

#content {
	position: absolute;
	top: 200px;
	left: 230px;
	width: 475px;
	height: 500px;
	overflow: auto;
	z-index: 6;
	padding: 0 20px 0 10px;
}

.txt_menu {
    font: 16px arial;
	font-weight: bold;
	color: #9a9a9a;
	line-height:0px;
	text-align: right;
	font-variant: small-caps 
}

.txt_h1 {
    font: 14px arial;
	font-weight: bold;
    color: #666666;
	line-height:20px;
	text-align: left;
}
.txt_h2 {
    font: 12px arial;
	font-weight: bold;
    color: #9a9a9a;
	text-align: left;

}

.txt_subMenu {
    font: 12px arial;
	font-weight: bold;
    color: #242778;
	line-height:20px;
	text-align: right;
	font-variant: small-caps 
}

.txt_h1 {
    font: 14px arial;
	font-weight: bold;
    color: #666666;
	line-height:20px;
	text-align: left;
}

a.link_menu:link {
	color: #9a9a9a;
    text-decoration: none
}
a.link_menu:visited {
    color: #9a9a9a;
    text-decoration: none
}
a.link_menu:active {
    color: #9a9a9a;
    text-decoration: none
}
a.link_menu:hover {
    color: #242778;
    text-decoration: none
}

a:link {
    color: #242778;
	font-weight: bold;
    text-decoration: none
}
a:visited {
    color: #242778;
	font-weight: bold;
    text-decoration: none
}
a:active {
    color: #242778;
	font-weight: bold;
    text-decoration: none
}
a:hover {
    color: #242778;
	font-weight: bold;
    text-decoration: underline
}
