/* CSS Document */
body		{ margin: 0px; padding: 0px; }
object		{ border: none; }

body,
div,
td,
p			{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

h1			{
	padding: 0px;
	margin: 5px 10px 0px 5px;
	font-size: 18px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #555555;
}
strong,
b			{ color: #333333; }

img			{ border: none; }

a.menu {
	color: #FFF;
	text-decoration: none;
}
a.menun:link {
	text-decoration: none;
	color: #FFF;
}

a.menu:visited {
	text-decoration: none;
	color: #FFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFF;
}
a.menu:active {
	text-decoration: none;
	color: #FFF;
}

a.item {
	color: #000;
	text-decoration: none;
}
a.item:link {
	text-decoration: none;
}
a.item:visited {
	text-decoration: none;
}
a.item:hover {
	text-decoration: none;
	background-color: #CCC;
}
a.item:active {
	text-decoration: none;
}



.linkA		{
	text-decoration: none;
	color: #FFF;
	background-color: #EC0008;
}
.firma-duza {
	line-height: 14px;
	padding-top: 6px;
	padding-bottom: 8px;
	background-color: #f3f3f3;
	padding-left: 10px;
}
.linkB {
	text-decoration: none;
	color: #ccc;
	background-color: #FFF;
}

.searcher {
	height: 30px;
	width: 80%;
	padding-top: 5px;
	padding-left: 10px;
}


.inputA,
.selectA		{
	width: 200px;
	margin: 2px 0px 2px 0px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}
.menu1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 16px;
	padding-left: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 11px;
	background-color: #EC0008;
}
.menu2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 180px;
	font-size: 11px;
}

#kontainer {
	margin: auto;
	width: 700px;
}
#upmenu {
	width: 700px;
	text-align: right;
	height: 70px;
}
#logo {
	width: 700px;
	text-align: center;
}
#searcher {
	width: 700px;
}
#kontent {
	width: 700px;
	padding-top: 20px;
	padding-bottom: 10px;
}





/* Elements */
html, body, ul, li, dt, dd, h1, h2, h3, h4, h5, h6{ 
	margin: 0;
	padding: 0;
}


dd{
	margin-bottom: 1em;
}

dt{
	clear: both;
	font-weight: bold;
}

dt code{
	font-weight: bold;
}

h4{
	margin: 1em 0;
}

img{
	border: 0;
}

input{
	vertical-align: middle;
	width: 632px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

input, textarea{
	border: 1px solid #a1a1a1;
}

input[type=text]:focus, textarea:focus{
	background: #f1f1f1;
}

label{
	cursor: pointer;
}

p, ul, ol, dl{
	margin: 0 0 1em;
}

pre{
	width: 100%;
	overflow: auto;
}


/* Container*/
#container{
	position: relative;
	min-width: 600px;
	max-width: 1000px;
	min-height: 828px;
	background: #FFF;
	border: 1px solid #000;
	border-width: 0 1px;
	margin: 0 auto;
	padding: 3em;
}

/* Search result suggestions */
#search-result-suggestions{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	background: #FFF;
	border: 1px solid #484256;
	display: none;
}

#search-result-suggestions h4{
	margin: 0.25em 0;
	padding: 0.25em 1em;
}

#search-results ul{
	list-style: none;
	margin: 0px;
}

#search-results a{
	display: block;
	padding: 0.25em 1em;
}

#search-results a.selected{
	color: #000;
	background-color: #CCC;
}

#search-results p{
	margin-bottom: 0.5em;
}
.look {
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 50px;
	height: 28px;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #FFFFFF;

}

