html, body {
 height: 100%; 
}

body {
	color:#5b5784;
	background: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%; /* 1em = 10px */
	line-height: 1.6em;
	letter-spacing:0.2px;
}

h1 {
	color: #33518B;
	font-size: 1.8em; /* 18px */
	margin-bottom: .5em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: .5em;
}

h3 {
	margin-top: 15px;
	font-size: 1.2em;
	color: #ab1b0d;
	font-weight: 400;
}

h3.alt {
	margin-top: 0px;
	font-size: 1.4em;
	color: #ab1b0d;
	font-weight: 400;
	letter-spacing: 5px;
	margin-bottom: -8px;
}

p {
font-size:1.15em;
color:#5b5784;
font-weight:400;
}

p.card {
	color: #ab1b0d;
	margin-top: 16px;
}

p.alt {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #ab1b0d;
}

a{
color:#990000;
text-decoration:none;
}

a:hover{
color:#bd5959;
}


/*structure*/

#header{
width:964px;
height:207px;
margin:0 auto;
text-align:center;
}

#header-logo{
position:relative;
width:100px;
height:100px;
top:107px;
left:73px;
}

#header-title{
position:relative;
width:462px;
height:207px;
top:-100px;
left:246px;
}

#header-title h1{
position:relative;
top:47px;
left:10px;
font-size:42px;  
color:#ff915f;
letter-spacing: 67px;
font-weight:400;
padding:0px 10px 0px 10px;
}

#header-title h1 a{  
color:#ff915f;
}

#header-title p{
position:relative;
top:57px;
left:13px;
width:431px;
font-size:1.04em;  
color:#990000;
font-weight:bold;
border-top:1px dotted #ff915f;
letter-spacing:-0.1px;
padding-top:2px;
}

#header-title h2{
position:relative;
top:87px;
left:1px;
font-size:1.6em;  
color:#423d71;
letter-spacing:15px;
font-weight:bold;
text-transform:uppercase;
}

#footer{
width:964px;
margin:0 auto;
height:24px;
background:url('../images/footer_bg.jpg') no-repeat;
clear:both;
}

#container {
  width:964px;
  margin:0 auto;
}

#center {
position: relative;
float: left;
width:462px;     		 /* MC width */
min-height:600px;
padding-bottom: 15px;
}

#left {
position: relative;
float: left;
width: 246px;          /* LC width */
text-align:center;
}

#center ul.list-content{
list-style:circle;
margin-left:20px;
font-size:1.3em;
}

#right {
  position: relative;
  float: left;
  width: 256px;          /* RC width */
  text-align:center;
  padding-bottom: 10px;
}

.d2{
font-size:1.2em;
color:#5b5784;
font-weight:400;
margin-top:-2px;
margin-bottom:5px;
}

#center .d2{
text-align:justify;
}

#right .d2, #left .d2{
text-align:center;
letter-spacing:0.1px;
padding-left:20px;
padding-right:20px;
padding-bottom: 18px;
}


#mainMenu p a{
position:relative;
font-size:1.2em;
top:20px;
}

#mainMenu p{
margin-bottom:18px;
}


#center .title1, #right .title1{
margin-top:10px;
font-size:1.2em;
color:#423d71;
font-weight:400;
text-align:center;
letter-spacing:1.0px;
}

#right .title1{
margin-top:-3px;
margin-bottom:18px;
}

#mainMenu li{
margin-top:27px;
font-size:1.6em;
letter-spacing:2px;
font-weight:bold;
}

#mainMenu ul{
margin-bottom:25px;
}

#footer {
margin-top:10px;
  clear: both;
}


.photo-content{
padding:3px 2px 2px 3px;
background: #cccbcb;
}

.photo-content-random{
padding:3px 2px 2px 3px;
background: #cccbcb;
}

.photo-content-gallery{
padding:3px 2px 2px 3px;
background: #cccbcb;
margin-top:0;
margin-bottom:0;
}

#fotoListTable{
text-align:center;
}

.photo-title {
margin-top:3px;
font-family: arial;
font-size:1.1em;
color:#706d90;
text-align:center;
font-weight:400;
margin-bottom:10px;
}

#sysmenu li{
position:relative;
top:5px;
left:10px;
font-family: arial;
display:inline;
font-size:1.4em;
color:#3f86b6;
letter-spacing: 5px;
font-weight:bold;
padding-left:45px;
padding-right:47px;
}


.menu_on{
color:#bd5959;
}

.arhiv_dogodkov{
position:relative;
left:350px;
}

#center table{
border:none;
}





/*
Perhaps not a good idea to include a global definition for links. Try to
define links inside a parent element, like #content-area, #sidebar, etc. 

a:link, a:visited, a:hover, a:active {
	color: #9D0A0E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
*/

input, input#forma,textarea {
	font-family: arial, verdana, helvetica, sans-serif;
	color:#5b5784;
	width: 150px;
	height: 1.3em;
	border: 1px solid #5b5784;
	margin-bottom:5px;
}

label{
	font-family: arial, verdana, helvetica, sans-serif;
	color:#5b5784;
	font-size:12px;
}

input.radio {
	width: auto;
	height: auto;
	border: none;
	margin-left: -3px;
}

input.checkbox {
	width: auto;
	height: auto;
	border: none;
	margin: 0;
}

input.button {
	width: auto;
	height: auto;
	line-height: 100%;
	padding: 2px 5px 2px 5px;
	margin: 0;
}

textarea {
	height: 8em;
	font-size: 1.3em;
}

select{
color:#5b5784;
}


/* use to clear floats */
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px
}

/*------------------ forms -------------------- */

#securityInput, #securityCode {
	float: left;
}

dd.note {
	clear: left;
}

dt#submit {
	padding-top: 15px;
}

#submit{
margin-top:10px;
padding:2px 4px;
height:auto;
background:#e0e0e0;
color:#5b5784;
border:1px solid #5b5784;
}


/* eml */
#emlForm {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#emlForm em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

#emlForm dl {
	margin: 10px 0;
	padding: 0;
}

#emlForm dt {
	margin: 7px 0 0 0;
	padding: 0;
}

#emlForm dt.checkbox {
	margin: 2px;
	padding: 0;
}

#emlForm dd {
	margin: 0;
	padding: 0;
}

#emlForm dt em, #emlForm .note em {
	color: #c00;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
}

#emlForm  input.text {
	width: 250px
}

#emlForm hr {
	border: none 0;
	border-top: 1px solid #CCCCCC;
	height: 1px;
}

/*---------------- end forms----------------- */

/* zaÄ�ek - parametri za prikaz koledarja */

table{
	border: 1px solid #faf9f6;
	margin-top:7px;
	margin-left:6px;
}

#calPosition {
	margin-left:42px;
	margin-right:0px;
	margin-top:0px;
	width:171px;
}

#okvir_koledarja{
width:171px;
min-height:151px;
background:#f8f8ef;
}

#koledar-dogodkov {
	margin-bottom: 30px;
}


table#calendar th {
	background-color: #f2f0e9;
	font-weight: normal;
}


a.colDay {
	color: #333333;
	text-decoration: underline;
}

a.colDay:hover {
	color: #333333;
	text-decoration: none;
}

.koledar_mesec {
	color: #7F7E79;
	list-style-type: disc;
	margin-left: 0px;
	margin-right: 0px;
}
	
.colPosition {
	color: #1B1B1B;
	font-size: 100%;
	list-style-type: disc;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
	
.colPosition2 {
	color: #1B1B1B;
	font-size: 100%;
	list-style-type: disc;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.koledar {
	color: #333333;
	list-style-type: disc;
	margin-left: 0px;
	margin-right: 0px;
    background-color: #f2f0e9;
	border-left:1px solid #faf9f6;
	font-weight:400;
	font-size:11px;
}



.kol_default{
	color: #192736;
	font-size: 10px;
	background: #e0e0e0;
	text-decoration: none;
	border:1px solid #faf9f6;
	font-weight:bold;
	padding-top:1px;
}




a.kol_default {
	font-size: 10px;
	text-decoration: none;
	border:1px solid #e0e0e0;
	display:block;
	color: #192736;
	height:19px;
}

#right td.kol_event2{

	padding-top:1px;
	background: #ffdaca;
	
}

#right td.kol_event2 a{

	color: #333;
	
}

a.kol_default:hover {
border:1px solid #ff0000;
height:19px;
}
	
.kol_today {
	border:1px solid #ffffff;
	background: #ffffff;
	padding-top:1px;
}	

a.kol_today {
	background: #ffffff;
	border:1px solid #ffffff;
	font-weight:400;
}

.kol_event1, a.kol_event1:link, a.kol_event1:visited, a.kol_event1:active, a.kol_event1:hover {
	color: #333333;
	background-color: #e0e0e0;
	font-weight: bold;
	border: 1px solid #ffffff;
}

.kol_event2, a.kol_event2:link, a.kol_event2:visited, a.kol_event2:active, a.kol_event2:hover {
	color: #343E49;
	background-color: #e0e0e0;
	font-weight: bold;
}

.kol_event3, a.kol_event3:link, a.kol_event3:visited, a.kol_event3:active, a.kol_event3:hover {
	color: #7783a1;
	background-color: #e0e0e0;
	font-weight: bold;
}	

.calendar-first-events {
	margin-bottom: 1.5em;
	margin-left: 0px;
	font-size: 90%;
}

.calendar-first-events .date {
	background-color: #dcd8c8;
}

.calendar-first-events .continent {
	background-color: #d7dee7;
	font-style: italic;
}

#colDay {
	color: #333333;
	font-size: 110%;
	text-decoration: none;
	
}

#colDay:hover {
	color: #333333;
	font-size: 110%;
	text-decoration: underline;
	
}

.colDay:hover {
	color: #333333;
	font-size: 110%;
	text-decoration: none;
}
	
.tekst_koledar_prireditev {
	color: #706d90;
	font-size: 11px;
	font-family:arial;
}

.calendar_first_events,.calendar_first_events a {
margin-bottom:15px;
color: #706d90;
}

#koledarEntry {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 4em;
}	

/* konec - parametri za prikaz koledarja */

.sys-menu {
	margin-top: -10px;
}

.language-menu {
	margin-bottom: 50px;
}

.sys-menu li {
	display: inline;
	width: auto;
	margin-right: 7px;
}

.siteMapL1 {
	margin-bottom: 3px;
}

