body, html, * {
    padding: 0;
    border: 0;
}
body, html {
	margin: 0;
}
body, html {
    font-size: 12px;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}
a:active, a:visited, a:link {
	text-decoration: none;
	color: #3E7355;
}
ul, ol {
/*    list-style-type: none; */
	margin-left: 30px;
}
body {
	background: #fff url(../images/cristim/bg.gif) repeat;
}
#logo-top {
	background:#444444 url(../images/cristim/bg.gif) repeat;
	height:70px;
	width:880px;
	margin: 0 auto;
}
#wrapper, #secwrapper {
	width: 860px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}
#wrapper-bottom {
	background:transparent url(../images/cristim/content-bottom.png) no-repeat;
	width: 880px;
	height: 12px;
	margin: 0 auto;
}
.clearb {
	clear: both;
}
#logo-left {
	float: left;
	width: 300px;
}
#logo-right {
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	float: right;
	width: 500px;
	text-align: right;
}
#logo-right a:link, #logo-right a:active, #logo-right a:visited {
	color: #fff;
}
#logo-right a:hover {
	text-decoration: underline;
}
#menu-top {
	background:#fff url(../images/cristim/bg_menu.gif) repeat-x scroll 0 0;
	height:52px;
	margin:0 auto;
	text-align:center;
	width:100%;
}
.menu_line {
	margin: 0 auto;
	width: 882px;
	height: 52px;
	color: #fff;
}
.menu-sep {
	background:#fff url(../images/cristim/meniu.gif) repeat-x;
	width: 2px;
	height: 42px;
	margin-top: 8px;
	float: left;
}
.menuz {
	float: left;
	height: 42px;
	width: 106px;
	/*	width: 138px; */
	/*	padding: 0 28px; */
	padding: 0;
	margin-top: 16px;
	text-transform: uppercase;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
}
.menu_line a:link, .menu_line a:visited, .menu_line a:active {
	color: #fff;
	font-size: 10px;
}
#wrapper #header {

	width: 860px;
	height: 215px;
}
#content, #seccontent {
	width: 560px;
	float: left;
	/*margin-top: 10px; */
	padding: 10px 20px 10px 20px;
}

#sidebar, #secsidebar {
	float: right;
	width: 260px;
	margin-top: 0;
}
.selected {
	/*	width: 126px; */
	height: 39px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0;
	background: transparent url(../images/cristim/menu_tab.gif) no-repeat center;
	width: 110px;
	font-size: 10px;
	font-weight: bold;
}
.selected a:active, .selected a:visited, .selected a:link {
	margin-top: 8px;
	color: #3e7355;
	display: block;
	text-decoration: none;
	font-size: 10px;
}
.box .header {
	text-transform: uppercase;
	background: #fff url(../images/cristim/arrow.gif) no-repeat;
	margin: 10px 0 8px 10px;
	padding: 0;
	padding-left: 20px;
}
#content .pageContent h2 {
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pageContent {
	/*border-bottom: 1px dotted #aaa;*/
	/*	padding-bottom: 20px;
	margin-bottom: 20px;*/
}
#footer {
	width: 860px;
	color: #fff;
	margin: 0 auto;
	padding: 15px 0 15px 0;
}
#footer a:active, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	width: 300px;
	float: left;
	padding-left: 20px;
}
#footer-right {
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 20px;
}
#news .header {
	height: 9px;
	margin: 0;
	padding: 0;
	background: #dfdfdf url(../images/cristim/news-top.png) no-repeat;
}
#news .footer {
	height: 9px;
	margin: 0;
	padding: 0;
	background: #dfdfdf url(../images/cristim/news-bottom.png) no-repeat;
}
#news .content {
	margin: 0;
	padding: 1px 20px;
	background: #dfdfdf url(../images/cristim/news-content.png) repeat-y;
}
#news .content h3 {
	font-weight: bold;
}

.readmore {
	background: transparent url(../images/cristim/more.gif) no-repeat;
	padding-left: 15px;
	font-size: 10px;
	font-style: italic;
	float: right;
}
.readmore a:link, .readmore a:visited, .readmore a:active {
	color: #000;
}
.newsbox {
	width: 500px;
}
.newsboxlarge {
	width: 800px;
}
.newsboxexlarge {
	width: 900px;
}
.pageContent p {
	text-align: justify;
}
.newsbox p {
	text-align: justify;
}


.menuz ul li a:active, .menuz ul li a:visited, .menuz ul li a:link {
    color: #074c2d;
}
.menuz ul li:hover {
    background-color: #98d4b3;
	color: #FFF;
}
.menuz ul li {
    z-index: 9999;
    background-color: #FFF;
    color: #fff;
    height: 20px;
    padding: 10px 20px;
    margin: 0;
	text-align: left;
}
.menuz ul {
    position: absolute;
    display: none;
    z-index: 9999;
}
.menu:hover ul {
    display: block;
    z-index: 9999;
}
#topBar {
	margin-top: 5px;
	background-color: #eee;
	padding: 5px 20px;
	font-weight: bold;
	color: #3E7355;
}
#midBar {
	float: left;
	width: 140px;
	margin: 0px 10px 10px -10px;
}
#midbar ul {
	padding: 0;
	margin: 0;
}
#midBar li {
	padding: 0;
	margin: 0;
	padding: 7px 10px 7px 0px;
	border-bottom: 1px dotted #444;
}

.bx .header {
	height: 30px;
	margin: 0;
	padding: 0;
	background: #dfdfdf url(../images/cristim/head_mnu.gif) no-repeat;
}
.bx .footer {
	height: 9px;
	margin: 0;
	padding: 0;
	background: #dfdfdf url(../images/cristim/box-bottom.png) no-repeat;
}
.bx .content {
	margin: 0;
	padding: 1px 5px;
	background-color: #dfdfdf;
}
.bx .header span {
	padding: 8px 15px 15px 12px;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
}
ul.topmienu {
	list-style-type: none;
	margin-top: 0px;
	margin-left:8px;
}
ul.topmienu li {
	margin-left: 20px;
}
ul.topmienu li a:active, ul.topmienu li a:visited, ul.topmienu li a:link {
	padding-left: 10px;
	background: transparent url(../images/cristim/bullet.gif) no-repeat;
}
#crumb {
	padding: 10px 30px 0 30px;
}
.header span a:link, .header span a:active, .header span a:visited {
	color: #fff;
}
#seccontent, #secsidebar {
	border-top: 1px dotted #aaa;
}
#seccontent {
	width: 420px;
	padding-top: 0;
	margin-top: 0;
}
#secsidebar {
	margin-top: 0;
}