* {
    margin: 0;
    padding: 0;
}

body {
    background-image:url(../gfx/bg_std.png);
    background-position:center top;
    background-repeat:no-repeat;
    width:100%;
    font-family: Arial, Helvetica;
}

div.outer {
    text-align: center;
    width: 100%;
}

.inner {
    text-align: left;
    margin: auto;
    width: 810px;
}


.top-box {
    
    height: 32px;
    text-align: right;
    color: #bbb;
    font-size: 10pt;
    margin-top: 70px;
}

.top {
    color: #bbb;
}

.logo-box {
    background: url(../gfx/logo4.png) no-repeat top left;
    height: 110px;
}

.menu-box {
    text-align: center;
    margin-top: 30px;
    width: 810px;
    
}

ul {
    padding: 15px;
    padding-left: 30px;
}

ul.menu {
	padding: 0;
	display: block;
	list-style: none;
    width: 810px;
	
}

li.menu {
	padding: 0;
	display: inline;
}

a.menuitem {
	background: url(../gfx/menu3.png) repeat-x bottom;
    display: block;
	padding: 13px 20px;
	color: #fff;
    border-bottom: 4px solid #fff;
	float: left;
	font-weight: normal;
}


a.menuitem:hover {
	color: #fff;
    border-bottom: 4px solid #68b92e;
	text-decoration: none;
}

a.lastmenuitem {
    background: url(../gfx/menu3.png) repeat-x bottom;
	display: block;
	padding: 13px 20px;
	color: #fff;
    border-bottom: 4px solid #fff;
	float: left;
	font-weight: normal;
}

a.lastmenuitem:hover {
	color: #fff;
    border-bottom: 4px solid #68b92e;
	text-decoration: none;
}

div.submenu {
    position: absolute;
    margin-top: 49px;
    left: 250px;
    z-index: 50;
    visibility: hidden;
    background: #fff;
    width: 110px;
    text-align: left;
    border: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.sub-type2 {
    margin: 5px;
}

#sub-bar {
    text-align: left;
    visibility: hidden;
    margin-left: 128px;
    padding-left: 0;
}

.sub-list {
    list-style: none;
    padding-left: 12px;
    background: #fff;
}

a.sub {
    color: #666;
}

aa.sub:hover {
    text-decoration: none;
    color: #68b92e;
}

.sub-list-dark {
    list-style: none;
    padding-left: 12px;
    background: #68b92e;
}

.menu-clear {
    clear:both;
}

.main-box {
    width: 810px;
    margin: auto;
    margin-top: 10px;
    font-size: 10pt;
    color: #999;
    text-align: left;
}

a {
    color: #015077;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    margin-bottom: 7px;
    color: #005a90;
    font-size: 14pt;
}

h2 {
    margin-top: 13px;
    margin-bottom: 7px;
    font-size: 12pt;
    color: #222;
}

.note {
    font-size: 9pt;
}

.description {
    font-size: 11pt;
    color: #888;
    text-align: right;
    padding-right: 10px;
    vertical-align: top;
}

.main-page {
    background: url(dlonie.jpg) top #222 no-repeat;
    padding: 10px;
    padding-top: 337px;
    color: #ccc;

}

img.pic {
    float: right;
    background: #333;
    border: 5px solid #333;
    border-bottom: 17px solid #333;
    margin: 15px;
    margin-top: 0;
}

img.pic2 {
    float: left;
    margin: 10px;
    margin-top: 0;
    margin-left: 0;
}

img.pic-right {
    float: right;
    margin: 10px;
    margin-top: 0;
    margin-right: 0;
}

.footer-outer {
    background: url(footer.png) bottom center no-repeat;
    height: 300px;
    color: #fff;
    font-size: 9pt;
    text-align: center;
    vertical-align: bottom;
}

.footer-inner {
    padding-top: 267px;
}

.ico {
    border: 0;
    position: relative;
    top: 6px;
}



