
/*
Document   : style
Created on : 2009.03.02, 20:41:05
Author     : Marijan V.
Description:
Main stlye sheet
*/
* {
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
}
/* html elementi */
body {
	text-align: center;
	font-size: 16px;
	font-family: 'Courier New',Courier,monospace;
}
h1 {
	background-color: #ffffff;
	color: #000000;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1.2em;
	font-weight:normal;
	text-transform: uppercase;
	margin-bottom: 4px;
}
h1 span {
	word-spacing: -0.5em;
}
h2 {
	background-color: #ffffff;
	color: #000000;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 0.7em;
	font-weight:normal;
	margin-bottom:10px;
}
h2 a {
	color: inherit;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:none;
}
h3 {
	color: #000000;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 0.7em;
	margin-bottom:10px;
	font-weight:normal;
}
p {
	color: #050000;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 0.7em;
}
img {
	border: 1px solid #000000;
	margin: 4px -1px 0 0;
}

/* klase */


/* ids */
#distance {
	width:1px;
	height:50%;
	margin-bottom:-352px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	height:703px;
	width:896px;
	text-align:left;
	background: url(../images/pozadina.gif) no-repeat bottom left;
}
#head {
	color: #050000;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 0.7em;
	height:30px;
}
#head form {
	float: right;
}
#head input {
	font-family: 'Courier New',Courier,monospace;
	font-size: 1.1em;
	border: 1px solid #000000;
	background: #ffffff;
	width:120px;
	padding: 2px;
}
#head .submit {
	cursor: pointer;
	background: #ffffff;
	border: 1px outset;
	border: none;
	width:50px;
}
#navigation {
	width: 100%;
	height: 154px;
}
#navigation ul {
	margin: 0 0 0 320px;
}
#navigation li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.1em;
}
#navigation a {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #ffffff;
	background: #000000;
}
#navigation a.active {
	color: #ffffff;
	background: #000000;
}
#left {
	width: 325px;
	overflow: auto;
	height: 490px;
	float: left;
	margin: 10px 0 0 55px;
	padding-right: 5px;
}
#right {
	width: 335px;
	height: 490px;
	float: right;
	overflow: auto;
	margin: 10px 50px 0 0;
	padding-right: 5px;
}
#right p {
	margin-bottom: 16px;
}
#label {
	clear:both;
	width:896px;
}
#label p {
	display:block;
	margin: 30px 0 0 0 ;
	float:right;
	background: #ffffff;
}
