﻿
/*

Made by Aless

January 2011

GD Toj to! // www.toj-to.si

*/

body, html {
	margin-top: -7px;
	padding: 0;
	color: #000000;
	/*background: #d8ecfd;*/
}

html {
	background: #fcd890;
	background-image:url(Images/Design/back.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

#space {
	height: 35px;
}

#container {

	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,3);
	-khtml-box-shadow: 0px 0px 15px rgba(0,0,0,3);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,3);
	box-shadow: 0px 0px 15px rgba(0,0,0,3);

	margin: 0 auto auto;
	width: 900px !important;
	/*margin-top: 10px;*/
	background-color: #fffccf !important;
}

#shadow {  
	/*background-image:url(Images/Design/gradient_shadow1.png);*/
	width: 900px;
	margin: 0 auto auto;
} 

.box {  
	width: 900px;
	background-color:transparent;  
	padding-left: 10px;
	padding-right: 10px;
	margin:0px auto; 
}

#navigation {
	background-color: #fffccf;
	padding: 5px 5px 5px 10px;
	height: 51px;
	border-top: 2px #fccc6b solid;
	border-right: 2px #fccc6b solid;
}

#navigation ul {
	margin: 9px 0 0 -50px;
	padding: opx;
}

#navigation ul li {
	display: inline;
	height: 50px;
	float: left;
	list-style: none;
	position: relative;
}

#navigation li a {
	font-size: 15pt;
	text-align: center;
	color: #744190;
	text-decoration: none;
	padding: 14px 0.5em 13px 0.5em;
	border-left: 1px #fccc6b solid;
	font-family: Calibri;
	font-weight: normal;
}

#navigation li a:hover {
	background-color: #ffe3aa;
	/*color: #000000 !important;*/
}

#navigation li ul {
	margin: 0px;
	margin-top: -15px;
	padding: 0px;
	display: none;
	position: absolute;
	left: 0px;
	top: 50px;
	background-color: #fffccf;
}

#navigation li:hover ul {
	display: block;
	background-color: #ffffff;
	width: 200px;
	z-index: 100;
}

#navigation li li {
	list-style: none;
	display: list-item;
	width: auto;
	height: 30px;
}

#navigation li li a {
	display: list-item;
	color: #744190 !important;
	font-size: 13pt !important;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	width: 188px !important;
	font-family: Calibri;
	/*font-weight: normal;*/
}

#navigation li li a:hover, #navigation li li:hover a {
	/*color: #ffffff !important;*/
	background-color: #ffe3aa;
	width: 100%;
}

/* ### drugi nivo ### */

.morebtn {
	background-image: url('Images/Design/more_icon.png') !important;
	background-repeat: no-repeat;
	background-position: 95% center;
}

#navigation li li ul, #navigation li:hover li ul {
	margin: 0px;
	margin-top: -15px;
	padding: 0px;
	display: none;
	position: absolute;
	left: 200px;
	top: 15px;
	background-color: #fffccf;
}

#navigation li li:hover ul {
	display: block;
	background-color: #ffffff;
	width: 200px;
	z-index: 100;
}

#navigation li li li {
	list-style: none;
	display: list-item;
	width: auto;
	height: 30px;
}

#navigation li li li a, #navigation li li:hover li a {
	display: list-item;
	color: #744190 !important;
	font-size: 13pt !important;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 5px 10px;
	width: 188px !important;
	font-family: Calibri;
	background-color: #fff;
	/*font-weight: normal;*/
}

#navigation li li li a:hover {
	/*color: #ffffff !important;*/
	background-color: #ffe3aa;
	width: 100%;
}

/*  ##################### */


#headline {
	margin: 10px auto auto;
	background-color: #9352b5;
	/*background-image: url('Images/Design/head-back.gif');
	background-repeat: repeat-x;
	/*background-position: right bottom;*/
	position: absolute;
	left: 0px;
	top: 97px;
	background-color: #9352b5;
	width: 100%;
	/*padding: 2px 5px 0px 835px;*/
	height: 178px;
	z-index: -100;
}
#header {
	margin-top: -10px;
	margin-left: -25px;
	background-image: url('Images/Design/Banner.gif') !important;
	background-repeat: no-repeat;
	height: 202px;
	width: 950px;
	/*background-color: #8ac632;*/
}

#header a {
	display: block;
	width: 100%;
	height: 181px;
}

#main {
	float: left;
	width: 602px !important;
	min-height: 520px; /*vrednost lahko zmanjšaš le če je SideFrame manjši in te vrednosti*/
	background-color: #ffffff;
	padding: 15px 10px 10px 10px;
}

.cont_head {
	height: 40px;
	background-color: #662c87;
	color: #fdf6a9;
	text-align: center;
	font-family: Calibri;
	font-size: 25px;
	font-weight: bold;
	
	/*-moz-box-shadow: 0px 0px 8px rgba(0,0,0,1);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,1);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px rgba(0,0,0,1);*/

	
	/*border-top: 0px black solid;*/
	-moz-border-radius-topleft: 10px; /*radius of 10px*/
	-khtml-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	
	-moz-border-radius-bottomright: 10px; /*radius of 10px*/
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;

}

.cont_pic {
	width: 200px;
	text-align: center;
}

.cont_pic img {
	margin: 5px;
	border: 2px #662c87 solid;
}

.cont_txt {
	margin: 5px 5px 5px 5px;
	/*text-align: left;*/
	vertical-align: top;
	font-family: Calibri;
	font-size: 13px;
}

.cont_txt a:link {
	color: #e7af40;
}

#sidebar {
	float: right;
	width: 268px;
	background-color: #fffccf;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: small;
}

#SideFrame {
	width: 260px;
	height: 530px; /*če popraviš to vrstico moraš popraviti še vrstico v main (min-height)*/
}

#footer {
	clear: both;
	background-image: url('Images/Design/bottom2.gif');
	background-repeat: repeat-x;
	background-color: #fef8a4;
	height: 42px;
	text-align: center;
	color: white;
	font-size: small;
}

#footer p {
	color: #fff;
	padding: 15px;
	font-family: Calibri;
}

#copy {
	width: 900px;
	margin: 0 auto auto;
	background-color: transparent;
}
#updated {
	float: left;
	width: 40%;
	font-size: 11px;
	font-family: calibri;
	vertical-align: central;
}
#copyR {
	float: right;
	width: 40%;
	text-align: right;
	font-size: 11px;
	font-family: "MV Boli";
}
#main ul {
	font-family: calibri;
}
#main ul li {
	list-style: square;
}

/**********************************************************************/

.now {
	background-color: #662c87 !important;
	color: #ffffff !important;
}
.link {
	color: #848484 !important;/*#640695;*/
	font-family:Calibri;
	font-size: 11pt;
	text-decoration:none;
}
.link a:hover {
	color: black !important;
}
.link a:visited {
	color: #848484;/*#640695;*/
	font-family:Calibri;
	text-decoration:none;
}
.rumeno {
	color: #fd9b01;
	font-weight: bold;
}
.updated {
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-family: calibri;
	background-color: #ededee;
	color: #595959;
}
.alignLeft {
	text-align: left;
}


/* #########################    ZASEDBA   ####################*/

.zasedbaLink, :visited {
	/*border-bottom: 1px #fd9b01 solid;*/
	color: #fd9b01;
	text-decoration: underline;
	font-weight: bold;
	font-family: Calibri;
}
.zasedbaNaziv {
	font-style: italic;
	color: #848484;
	margin-top: 5px;
	font-family: Calibri;
}
.zasedbaMotoNaziv {
	font-size: 10pt;
	font-weight:bold;
	font-style:italic;
	color: #daa1f8;
	font-family: Calibri;
}
.zasedbaMoto {
	font-size: 10pt;
	font-style: italic;
	color: #b4b2b5;
}
.gray {
	color: #929292;
}
