/* OGOLNE */
* {margin: 0; padding: 0}
body {background: #2B5468 url(bg.jpg) repeat-X; text-align: center}
a {color: #005B86}
a:hover {text-decoration: none}
hr {margin: 10px; border: 1px solid #005B86}

/* TOP */
#top {background: url(bg_top.jpg) no-repeat; width: 800px; height: 200px; margin: 0 auto}

/* MENU */
#menu {width: 800px; height: 38px; margin: 0 auto; margin-bottom: 20px}
*html #menu {margin-bottom: 0}
#menu ul {margin: 0}
#menu ul li {float: left; margin: 0 1px; list-style: none}       
#menu ul li a {width: 187px; height: 38px; display: block; font: bold 16px/1.0 "Trebuchet MS"; color: #fff; background: url(button.gif) no-repeat; text-decoration: none; text-align: center; padding-top: 15px}
#menu ul li a:hover {background: url(button_h.gif) no-repeat}

/* CONTENT */
#content_top {position: relative; width: 800px; height: 33px; margin: 0 auto; background: url(bg_content_top.jpg) no-repeat}
#content_center {position: relative; width: 800px; margin: 0 auto; text-align: left; background: url(bg_content_center.jpg) repeat-y; min-height: 324px}
*html #content_center {height: 324px}
#content_center #text {position: relative; margin-left: 50px; width: 520px}
#content_center #text h1 {font: 20px/1.5 Verdana; color: #005B86; margin: 0 0 10px 10px; padding-bottom: 3px; border-bottom: 2px solid #005B86; margin-left: 10px}
#content_center #text h2 {font: 18px/1.5 Verdana; color: #005B86; margin: 10px 0 8px 10px}
#content_center #text h3 {font: 16px/1.5 Verdana; color: #005B86; margin: 10px 0 6px 10px}
#content_center #text ul, ol {margin: 0 25px}
#content_center #text p {font: 12px/1.5 Verdana; color: #444; padding-bottom: 4px; text-indent: 10px}
#content_center #text li {font: 11px/1.5 Verdana; color: #444}
#content_center #right {position: relative; background: url(bg_content_right.jpg) no-repeat; width: 175px; height: 324px; position: absolute; top: 0; right: 0}
#content_bottom {width: 800px; height: 33px; margin: 0 auto; background: url(bg_content_bottom.jpg) no-repeat}

/* NEWS */
.news {padding: 10px}
.news h2 {margin-bottom: 6px; font: 16px/1.5 Verdana}

/* FOOT */
#foot {width: 800px; margin: 0 auto; text-align: left; margin-bottom: 20px}
#foot p {font: 11px Verdana; margin-left: 60px}

