/*
Original design [in] business template downloaded from the oswd.org site
The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now
Modified... jasmin, nini
*/


html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #3D3535;
	background-color: #CCDDCC;
	margin: 20px;
	padding: 0px;
	line-height: 135%;
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	text-align: left; 
	width: 90%;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 3px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
	background-color: #DDEEFF; 
	padding: 10px;
	padding-top: 15px;
	padding-left: 20px;
	margin-top:3px;
	margin-left:3px;
	height: 60px;
}

.header h1 {
	font-size: 250%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-top: 12px;
	padding-bottom: 7px;
	color: #336699;
}


.podnas {
	font-size: 120%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 142px;
	padding-top: 10px;
}


/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #DDEEFF url(img/corner.gif) no-repeat right top;
	color: #3D3535;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #DDFFFF url(img/corner.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-right: 220px;
	padding: 20px;
}

.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #336699;
}

/*this is the right hand bar, news bar, links bar w/e*/
.desni_menu {
	margin-top: 40px;
	width: 210px;
	float: right;
}

.desni_menu h1 {
	background-color: #336699;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 110%;
	font-weight: normal;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:95%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 95%;
	list-style-imagee: url(images/b.gif);
	list-style-position: 10px;
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*the footer, with copyright*/
.footer {
	clear:both;
	background-color: #D6D8CF;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #336699;
}

a:hover {
	color: #A53512;
	text-decoration: none;
	background-color: #D6D8CF;
}
.style1 {color: #336699}
.desno {text-align: right}
.lijevo {text-align: left}
.datum {font-size: 70%; color: #336699; padding: 0px 0px 0px 0px;}

