/* @charset "utf-8"; */
/******************************************************************************************************
* main.css : 10. junij 2006
* -----------------------------------------------------------------------------------------------------
* Copyright 2004-06 Rok Predan
* Revision: 1.1
*
* Comment: Definicija stilov osnovnih elementov in klasov ki so globalnega pomena za sajt.
******************************************************************************************************/
body {
	text-align: left;
	font-size: 100.1%;
    line-height: 140%;
	font-family: "Trebuchet MS", Georgia, Serif;
	color: #000000;
    background-color: #fafafa;
	margin: 0 auto 0 auto;
}
p {
	font-size: 90%;
	font-family: "Trebuchet MS", Georgia, Serif;
}
p.clearLeft {
	clear: left;
}
.fotoPodpis {
	font-size: 80%;
	color: #aaaaaa;
}
p.flash {
	display: inline;
	float: right;
}
h1 {
	font-size: 140%;
	line-height: 160%;
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, Serif;
}
h2 {
	font-size: 120%;
	line-height: 160%;
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, Serif;
}
h2.block {
	clear: both;
}
h3 {
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia, Serif;
}
img {
	border: none;
}

/* Uprabimo v vsebinskem delu, ko je fotka na levi besedilo pa teče deno od fotografije. */
img.textleft {
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
th {
    font-weight: normal;
}
tr {
	vertical-align: top;
}
a {
	text-decoration: underline;
	color: #680d12;
}

a:visited {
	text-decoration: underline;
	color: #680d12;
}

a:hover {
	text-decoration: none;
	color: #de582c;
}

a:active {
	text-decoration: none;
	color: #de582c;
}

ul.slika {
	clear: left;
}

ul.slika li {
	list-style: disc;
	list-style-image: url(../img/bulet6.gif);
	list-style-position: outside;
	margin-left: 5px;
}

ul.txt {
	
}
ul.txt li {
	list-style: disc;
	list-style-image: url(../img/bulet6black.gif);
	list-style-position: outside;
	margin-left: 5px;
}

div.levo {
	width: 35%;
	float: left;
	clear: left;
}
div.desno {
	width: 65%;
	float: right;
}
div.top {
	clear: both;
	margin-top: 300px;
}

div.hr {
	clear: both;
	width: 90%;
	height: 25px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/*---------------------------------------------------------------------------------*/

.slogan
{
	font-size: 120%;
	line-height: 180%;
	font-weight: bold;
}





.paddinglr10
{
    padding: 0 10 0 10;
}
.paddinglr5
{
    padding: 0 5 0 5
}
tr.tblmasterContent
{
    vertical-align: top;
}
.top
{
    vertical-align: top;
}
.inline
{
	display: inline;
}
