@charset "utf-8";
/* CSS Document */


body {
text-align : center;
margin-top : 10px;
margin-bottom : 10px;
color : #666666;
background-color : #e0e0e0;
}
A:link {
color : #DDEEFF;
text-decoration : none;
}
A:visited {
color : #DDEEFF;
text-decoration : none;
}
A:hover {
color : #DDEEFF;
text-decoration : none;
}
#page_wrapper {
margin-left : auto;
margin-right : auto;
width : 98%;
text-align : left;
background : #ffffff;
border : thin solid #ffffff;
}
#header_wrapper {
background : #4e7dd1 url('../img/menu_bg.gif') repeat-x bottom left;
margin : 0;
padding : 0;
}
#header {
height : 100px;
padding : 15px;
margin : 0;
background-image: url(img/header_bg.gif);
background-repeat: no-repeat;
background-position: right top;
}
#header h1 {
	margin : 0;
	font-family : "Palatino Linotype";
	font-size : 34px;
	color : #ffffff;
	letter-spacing : 0px;
	line-height : 34px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#header h2 {
	margin : 0;
	font-family : verdana, arial, sans-serif;
	font-size : 14px;
	color : #b1c6eb;
	letter-spacing : 1px;
	line-height : 36px;
}
#left_side {
margin-top : 10px;
float : left;
width : 160px;
background : #f1f6fe url('../img/side_bg.gif') repeat-x bottom left;
}
#right_side {
margin-top : 10px;
float : right;
width : 160px;
background : #f1f6fe url('../img/side_bg.gif') repeat-x bottom left;
}
#content {
margin-top : 20px;
margin-bottom : 0;
margin-left : 180px;
margin-right : 180px;
}
#footer {
height : 50px;
background-color : #4e7dd1;
clear : both;
text-align : center;
padding-top : 12px;
color : #b6cef9;
font-family : verdana, arial, sans-serif;
font-size : 11px;
line-height : 18px;
}
#footer A:link {
color : #ffffff;
text-decoration : none;
}
#footer A:hover {
color : #ffffff;
text-decoration : none;
}
#left_side p, #right_side p {
margin : 10px;
margin-top : 15px;
margin-bottom : 15px;
font-family : verdana, arial, sans-serif;
font-size : 11px;
line-height : 16px;
color : #333333;
}
#left_side h3, #right_side h3 {
	margin-top : 5px;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
	padding : 4px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	line-height : 14px;
	color : #ffffff;
	border : 1px solid #0f3974;
	background-color : #2153aa;
}
#left_side h4, #right_side h4 {
margin-top : 0;
margin-bottom : 0;
margin-left : 10px;
font-family : verdana, arial, sans-serif;
font-size : 12px;
font-weight : bold;
line-height : 12px;
color : #2153aa;
}
#content p {
margin-top : 15px;
margin-bottom : 15px;
font-family : verdana, arial, sans-serif;
font-size : 12px;
line-height : 18px;
color : #333333;
}
#content h3 {
margin-top : 5px;
margin-bottom : 10px;
font-family : verdana, arial, sans-serif;
font-size : 18px;
font-weight : bold;
line-height : 18px;
color : #2153aa;
}
#content h4 {
	margin-top : 0;
	margin-bottom : 0;
	font-family : verdana, arial, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height : 16px;
	color : #2153aa;
}
#navlist {
margin-top : 1px;
margin-bottom : 0;
text-align : center;
padding : 5px 0;
margin-left : 0;
border-bottom : 1px solid #0f3974;
font : bold 14px Verdana, sans-serif;
}
#navlist li {
list-style : none;
margin : 0;
display : inline;
}
#navlist li a {
color : #f1f6fe;
padding : 5px 15px;
margin-left : 3px;
border : 1px solid #0f3974;
border-bottom : none;
background : #2153aa url('../img/tab_bg.gif') repeat-x bottom left;
text-decoration : none;
}
#navlist li a:link {
color : #f1f6fe;
}
#navlist li a:visited {
color : #f1f6fe;
}
#navlist li a:hover {
color : #ffffff;
background : #3364bb;
border-color : #0f3974;
}
#navlist li a#current {
color : #000;
background : #ffffff;
border-bottom : 1px solid #ffffff;
}
.float_left {
float : left;
margin-right : 10px;
}
.float_right {
float : right;
margin-left : 10px;
}
.featurebox_center {
background-color : #fffff6;
margin : 0;
padding : 10px;
border : 1px solid #dfe8f7;
font-family : verdana, arial, sans-serif;
font-size : 11px;
line-height : 18px;
color : #333333;
}
.featurebox_side {
	background-color : #fffff6;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : auto;
	border : 1px solid #dfe8f7;
	font-family : verdana, arial, sans-serif;
	font-size : 11px;
	line-height : normal;
	color : #333333;
	margin-top : 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 0;
	text-decoration: none;
}
.featurebox_side A:link {
	color : #333333;
	text-decoration : none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.featurebox_side A:visited {
	color : #333333;
	text-decoration : none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.featurebox_side A:hover {
	color : #2153aa;
	text-decoration : none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.table {
	font-size : 11px;
	line-height : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : 300;
	text-align: justify;
	
}
.table A:link {
	color : #333333;
	text-decoration : none;
	font-size: 11px;
}
.table A:visited {
	color : #333333;
	text-decoration : none;
	font-size: 11px;
}
.table A:hover {
	color : #2153aa;
	text-decoration : none;
	font-weight : normal;
	font-size: 11px;
}
.table_new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 30;
	text-align: left;
}
.table_new A:link {
	color : #333333;
	text-decoration : none;
	font-size: 11px;
}
.table_new A:visited {
	color : #333333;
	text-decoration : none;
	font-size: 11px;
}	
.table_new A:hover {
	color : #2153aa;
	text-decoration : none;
	font-weight : normal;
	font-size: 11px;
}
.novo {
	font-size : 11px;
	line-height : 16px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : 300;
	text-align: justify;
	
	float: none;
	;
}
.nazvanie {
	font-size : 22px;
	font-family : CyrillicOld;
}
.podpisi {
font-size : 10px;
line-height : 13px;
}
.sini {
	color : #2153aa;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
.sini A:link {
	color : #2153aa;
	text-decoration : none;
}
.sini A:visited {
	color : #2153aa;
	text-decoration : none;
}
