﻿/*

novi dizajn u plavim nijansama...
	
boje:

	
*/
/* tagovi bez klase, početak */

body {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1, h2, h3 {
	padding-bottom: 0.5em;
	font-weight: normal;
}
h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
p, td, li {
	font-size: 1.2em;
	line-height: 1.5em;
}
p { padding-bottom: 1em; }
a {
	color: #666666;
	text-decoration: underline;
	outline: 0 none;
}
a:hover { text-decoration: none; }
strong { font-weight: bold; }
small { font-size: 1.1em; }
/* tagovi bez klase, kraj */
/* klase! */
#frame  {
	margin: 0 auto;
	padding: 9px 9px 0;
	width: 940px;
	background-color: #ffffff;
	border: 1px solid #999999;
	border-top: 0px;
}
#sideBar {
	float: left;
	width: 180px;
	padding-right: 20px;
}
#navigation li {
	line-height: 1em;
	text-align: right;
}
#navigation a {
	display: block;
	padding: 3px 5px;
	color: #333333;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #eeeeee;
	color: #000000;
}
.nivo01 {
	margin-top: 2px;
	background-color: #cccccc;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}
#contact {
	margin: 10px 0;
	padding: 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 1.1em;
}

#mainBar {
	float: left;
	width: 740px;
}
#footer {
	clear: both;
	padding: 5px 0;
	border-top: 1px solid #999999;
}

#mainBar ul, #mainBar ol {
	margin-left: 25px;
	padding-bottom: 1em; }
#mainBar ul {	list-style-type: disc; }
#mainBar ol { list-style-type: decimal; }
#mainBar img {
	padding: 5px;
	border: 1px solid #999999;
}

.clear { clear: both; }

.column { float: left; }
.third2x { width: 67%; }
.half { width: 50%; }
.third { width: 33%; }
.quarter { width: 25%; }
.fifth { width: 20%; }
.column p { padding-right: 20px; }

.small { font-size: 1.1em; }
.typewriter  p{
	font-family: "Courier new", times, serif;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}

.infoBox {
	border: 1px solid #999999;
	padding: 5px 5px 0;
}
.infoBox h1 {
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	background-color: #cccccc;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

.gallery a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}