/* all reset */
html, body {
	width: 100%;
	margin: 0;
	padding: 0;}

img {	border: none;}

p, ul, ol, li, form, input, button, img {
	margin: 0;
	padding: 0;}

input, button {	border: none;}

table {	border-collapse:collapse;}

body {height: 100%
	color: #333;
	font: 13px "georgia", "times new roman", serif;
	text-align: center;
	background: #ddd;}

ul, ol {
    margin: 0 30px;
    line-height: 19px;}

a {
    color: #b96d00;
    text-decoration: underline;}

h1, h2, h3, h4, h5 {
	line-height: normal;
    font-weight: normal;
	margin: 0;
	padding: 0;}

h1 { font-size: 50px; }
h2 { font-size: 34px; }
h3 { font-size: 32px; }
h4 { font-size: 26px; }
h5 { font-size: 20px; }

/* Header */
#main {
	position: relative;
	width: 950px;
	margin: 40px auto 0;
	padding: 5px 5px 30px;
	text-align: left;
	background: #fff;}

#header {
	padding: 0px;
        position: absolute;
        width: 950px;
        left: 5px;
        color: #fff;
	background: transparent;
        z-index: 2;}

#header h1 {
	top: 25px;
	left: 16px;
	font-size: 34px;
	font-weight: normal;}

#header h2 {
	padding: 0px;
	top: 115px;
	left: 714px;
	font-size: 24px;
	font-weight: normal;
	background: transparent;}

/* Logo */
#logo {
	position: relative;
	width: 950px;
	border-bottom: 2px solid #fff;
	z-index: 1;}
    
/* Menu kolor paska */
#menu {
	margin: 0 0 2px;
	background: #990404  repeat-x;}

#menu ul {
	margin: 0;
	padding: 0 5px;
	line-height: normal;}

#menu li {
	display: block;
	float: left;}

#menu li a {
    display: block;
	padding: 0 14px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;}

/* Content */
.content {
	padding: 25px 10px 0 10px;}
#body {
    float: left;
    width: 640px;
	line-height: 19px;}

/* Sidebar */
#sidebar {float: right;	width: 240px;}
#module_menu {margin: 0; padding:  0 0 0 20px;	list-style: none;}
#module_menu li {padding: 3px 0;}
#module_menu li a {text-decoration: none;}
#module_menu li a:hover, #module_menu li.active a {text-decoration: underline;}

/* Footer */
#footer {
	width: 930px;
    margin: 0 auto 20px;
	padding: 0px 10px 5px;
	font-size: 12px;
	text-align: center;
    background: #fff repeat-x 0 0;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;}

#footer_side {float: right;    width: 240px;}
#footer ul {margin: 0;	list-style-type: none;}
#footer li {display: inline;	padding: 0 5px;}
#footer p {margin: 0;    font-size: 9px;}
#footer p a {font-size: 9px;}