/************************
 * cses-bg.info CSS File
 ************************/
 
body, div {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

a {
	font-size: 8pt;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #093;
	text-decoration: none;
}

input, textarea, select {
	border: 1px solid #093;
	background-color: transparent;
	margin-bottom: 2px;
	margin-top: 2px;
}

select {
	font-size: 8pt;
}

option {
	background-color: #fff;
	font-size: 8pt;
	margin: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 0px;
}

input#search {
	background-image: url(img/lupa.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	width: 90px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
}

#main {
	width: 730px;
	margin: 10px auto;
}

#header {
	width: 100%;
	height: 138px;
}

#logo {
	float: left;
	width: 180px;
	height: 106px;
	margin-right: 20px;
}


#mtitle {
	float: right;
	width: 520px;
	height: 106px;
}

#stats {
	float: left;
	width: 170px;
	height: 22px;
	line-height: 22px;
	padding-right: 10px;
	margin-right: 20px;
	margin-top: 3px;
	background-color: #093;
	text-align: right;
}

#stats a {
	color: #fff;
}

#stitle {
	float: right;
	width: 520px;
	height: 24px;
	font-size: 12pt;
	font-family: "Courier New", Courier, monospace;
	background-image: url(img/separator.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#data {
	width: 100%;
	height: 284px;
}

#navbar {
	float: left;
	width: 180px;
	height: 260px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 6px;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar li a {
	padding-right: 18px;
	line-height: 18px;
	background-image: url(img/menu_noover.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: none;
}

#navbar li a:hover {
	background-image: url(img/menu_over.gif);
	background-repeat: no-repeat;
	background-position: center right;
	text-decoration: underline;
}

#show {
	float: right;
	width: 520px;
	height: 280px;
	overflow: auto;
}

#copyright {
	float: right;
	width: 520px;
	height: 20px;
	margin-top: 5px;
	color: #fff;
	background-color: #093;
}

#copyright h3 {
	font-weight: normal;
	margin: 0;
	font-size: 10pt;
	padding-top: 2px;
	padding-left: 10px;
}

/* index */
#res {
	float: right;
	width: 170px;
	height: 16px;
	background-image: url(img/export.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#rres {
	background-color: #fff;
	width: auto;
	height: 210px;
	overflow: auto;
	padding-left: 4px;
	border-left: 1px solid #093;
	border-right: 1px solid #093;
	border-bottom: 1px solid #093;
	text-align: left;
}


#res h1 {
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

/* za contacts :) */
#info {
	float: left;
	width: 330px;
	height: 244px;
	overflow: auto;
}


/* za news */
.news {
	width: 500px;
	background-image: url(img/separator.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: 4px;
	padding-bottom: 4px;
	background-color: #cfc;
}

.authors {
	color: #f00;
}

/* za contacts :) */
#cteam {
	float: right;
	width: 170px;
	height: 262px;
	padding-top: 4px;
	padding-right: 5px;
	margin-top: 10px;
	border: 1px solid #093;
	margin-left: 10px;
	text-align: right;
}

.strue {
	background-color: #0187D0; 
	color: #fff;
}