body {
	font-size: 12px;
	margin: 0;
}

#logo {
	background: url('../images/headerlogo.png') center no-repeat;
	height: 206px;
	width: 100%;
	margin: 0 auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	color: #626A69;	
	font-family: 'Lucida Grande', Arial, sans-serif;
	line-height: 1.6;
}

/* Header and Navigation */

#header {
	height: 80px;
	position: relative;
}
/*
h1.logo a {
	width: 435px;
	display: block;
	background: url('../images/logo.png') no-repeat;
	position: absolute;
	height: 42px;
	bottom: 15px;
	left: 0;
}
*/
#fontSize img:hover {
	cursor: pointer;
}

#search {
    position: absolute;
    top: 15px;
    right: 0;
    background: url('../images/grad4.gif') repeat-x bottom #F8F8F7;
    padding: 4px 8px;
    border: 1px solid #E7E8E6;
    border-bottom: 1px solid #CCCCCC;
}


#menu {
	width: 950px;
	margin: 0px auto;
	overflow: hidden;
	background: url('../images/navbg.gif') repeat-x top #2C79B3;
	line-height: 160%;
	box-shadow: 1px 1px 5px #aaaaaa;
	font-family: 'Lucida Grande', Arial, sans-serif;


}

#menubg {
	width: 100%;
	height: 30px;
	background: url('../images/meni.png');
}

#main-menu {
	float: left;
	margin: 0;
	padding: 0;
}

#main-menu > li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #75AAD2;
	list-style-type: none;
	font-weight: bold;
	background: none;
}

#main-menu > li a {
	display: inline-block;
	padding: 0 20px;
	color: #C3DBED;
	text-decoration: none;
	line-height: 250%;
}

#main-menu > li:hover {
	color: #ffffff;
	background: url('../images/grad2-1.gif') repeat-x top #2B6484
}

#main-menu > li a:hover {
	text-decoration: none;
	color: #ffffff;
}

.dropdown-content {
	display: none;
	position: absolute;
	background: url('../images/navbg.gif') repeat-x bottom #5192C3;
	border: 1px solid #2B6484;
	padding: 0;
	overflow:hidden;
	z-index: 99;
	width: 16.4em;
}

.dropdown-content li {
	list-style-type: none;
	font-size: 12px;
	color: #ffffff;
	border-bottom: 1px solid #2972A8;
	padding: 0 13px 0 0 !important;
}

.dropdown-content li a {
	display: block;
	min-width: 160px;
	line-height: normal !important;
	padding: 7px 15px !important;
	color: #ffffff !important;
	font-weight: normal !important;
}

.dropdown-content li:hover {
	color: #ffffff;
	background: url('../images/grad2-1.gif') repeat-x top #2B6484;
}

.dropdown:hover .dropdown-content {
	display: block;
}


.current-page {
	/*background: url('../images/grad2-2.gif') repeat-x top #91AE4E !important;*/
	background-color: #C6363C !important;
}

.current-page a {
	color: #ffffff !important;
}


/* End of header and navigation */


/* The body - The content wrapper */

#container-wrapper {
	padding: 0;
    margin: 25px 0;
    background: url('../images/grad1.gif') repeat-x bottom #FFFFFF;
    overflow: hidden;
}

#container-1 {
    border-top: 1px solid #E7E8E6;
    border-bottom: 1px solid #E7E8E6;
    background: url('../images/main-bg1.gif') repeat-y left;
    overflow: hidden;
}

#container-2 {
    border-bottom: 1px solid #E7E8E6;
    background: url('../images/main-bg2.gif') repeat-y right;
    overflow: hidden;
}

/* Top image rotator */
#top {
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
	margin: 10px 15px;
}

#rotaion {
    position: relative;
    list-style: none;
    list-style-image: none;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    border: none;
    background: none;
}

#rotation li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}


#rotation li img {
	display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    background: none;
    width: 100%;
}
#rotation, #rotation-loading {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	background: #fff url('../images/loading.gif') no-repeat center;
}	


/* Left sidebar */

#left-content {
	float: left;
    overflow: hidden;
    width: 20%;
    color: #626A69;
}

/* Left menu */
.leftmenu, .leftmenu_even {
	margin: 0;
    padding: 0 10px 10px;
}

.leftmenu h3 {
	font-size: 100%;
    margin: 0 -10px 5px;
    padding: 5px 10px;
    background: url('../images/grad3.gif') repeat-x bottom #A8A8A8;
    border-bottom: 1px solid #E7E8E6;
    color: #FFFFFF;
}

.leftmenu_even h3 {
	font-size: 100%;
    margin: 0 -10px 5px;
    padding: 5px 10px;
	background: url('../images/navbg.gif') repeat-x bottom #2C79B3;
	border-bottom: 1px solid #E7E8E6;
    color: #FFFFFF;
}

.lmenu {
	padding: 0;
	margin: 0;
}

.lmenu li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.lmenu li a {
	display: block;
    outline: none;
    padding: 6px 4px;
    color: #626A69;
    border-bottom: 1px solid #E7E8E6;
    background: url('../images/arrow.png') no-repeat 100% center;
    text-decoration: none;
}

.lmenu li a:hover {
	color: #2C79B3;
    background: url('../images/arrow2.png') no-repeat 100% center;
    text-decoration: underline;
}

.current-left a{
	color: #2C79B3 !important;
	font-weight: bold !important;
}

/* Right sidebar */

#right-content {
    float: left;
    overflow: hidden;
    width: 20%;
    color: #626A69;
}

/* Left and right */
.banner {
	width: 90%;
	margin: 0px auto;	
}

.leftbanner img {
	width: 170px;
}

/* Main content */

#main-content {
	float: left;
	overflow: hidden;
    width: 60%;
}

#current-content {
	padding: 10px 15px;
}

#current-content a {
	color: #2C79B3;
	text-decoration: none;
}

#current-content a:hover {
	text-decoration: underline;
}


/* The posts */

.contentheading {
    font-size: 25px;
    line-height: normal;
    color: #2C79B3;
}

.hometable-header {
	text-align: center;
	color: #2C79B3;
}

table.contentpaneopen {
	width: 100%;
	border: none;
    border-collapse: collapse;
    border-spacing: 0;
    
}

table.blog .contentheading {
    font-size: 18px;
    line-height: normal;
    text-align: justify;
}

table.blog .contentpaneopen {
	text-align: justify;
	width: 540px;
}

.public .contentheading {
	font-size: 18px;
}

.createdate {
	color: #858783;
}

.readon {
    display: block;
    float: left;
    text-align: center;
    clear: both;
    padding: 0 5px;
    /*background: url('../images/grad2-2.gif') repeat-x center #	;*/
    background-color: #C6363C;
    color: #FFFFFF !important; 
    text-decoration: none !important;
    margin-top: 5px;
}

.readon:hover {
	background: url('../images/grad2-1.gif') repeat-x center #2C79B3;
    color: #FFFFFF;
    text-decoration: none;
}

.article-separator {
    clear: both;
    display: block;
    height: 30px;
    background: url('../images/dot.gif') repeat-x center;
}

.column-separator {
	padding-left: 25px;
}

.tabela-zone tbody{
	vertical-align: top;
}

.article-column {
	width: 250px;
}

.article-column	.contentpaneopen {
	width: 250px !important;
}

/* Breadcrumbs */
#bread {
	margin: 10px 0 15px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

#bread a {
	color: #2C79B3;
    text-decoration: none;
}
#bread a:hover {
	text-decoration: underline;
}

/* Pagination */
tr.sectiontableentry td {
	padding: 8px 5px;
}

tr.sectiontableentry td {
	padding: 4px;
	background: url('../images/dot.gif') repeat-x bottom;
}

#paging {
	text-align: center;
}

.selectnumposts {
    border: 1px solid #CCCCCC;
    padding: 3px;
    color: #515756;
    background: #FFFFFF;
}

/* Contact form */
.inputbox {
    border: 1px solid #CCCCCC;
    padding: 3px;
    color: #515756;
    background: #FFFFFF;
}

.contact-button {
    padding: 2px 8px;
    border: 1px outset #A8A8A8;
    background: url('../images/grad4.gif') repeat-x;
    font-size: 92%;
    color: #515756;
    font-weight: bold;
}

.error-message {
	color: red;
}

/* Footer */
footer {
	color: #626A69;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    border-top: 1px solid #E7E8E6;
}
