body {

	color: #000000;
	border:0px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #efefef;
	background-image: url(../images/ozadje.jpg);
	background-repeat: repeat-x;	
	_behavior: url("ie/csshover3.htc"); /* For IE6 only, it enables hover on non anchor tags */
}


@font-face {
font-family: 'Resagnicto';
src: url('Resagnicto.ttf') format("truetypefont");
}
/* for IE */
@font-face {
font-family: 'Resagnicto';
src: url(Resagnicto.ttf);
}
body {
font-family: 'Resagnicto', helvetica; /*degrades to a standard web font if unavailable */
font-size:12px;
}



h1, h2, h3, h4, h5 {
	font-family: 'Resagnicto', helvetica; /*degrades to a standard web font if unavailable */
	color: #000000;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0 0 2px 0;
	padding: 0;
}


h1 {
	font-family: 'Resagnicto', helvetica; /*degrades to a standard web font if unavailable */
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin: 4px 0 2px 0;
	text-decoration: none;
}


h2 {
	font-family: 'Resagnicto', helvetica; /*degrades to a standard web font if unavailable */
	font-size: 20px;
	color: #FFFFFF;
	margin: 4px 0 2px 0;
	text-decoration: none;
}


h3 {
	font-family: 'Resagnicto', helvetica; /*degrades to a standard web font if unavailable */
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
h4 {
	font-family: 'Resagnicto', helvetica; /*degrades to a standard web font if unavailable */
	font-size: 12px;
	color: #00000;
	text-decoration: none;
}

h5 {
	font-family: 'Resagnicto', helvetica; /*degrades to a standard web font if unavailable */
	font-size: 11px;
	color: #fffff;
	text-decoration: none;
}


#interior {
	width: 980px;
	height: 800px;
	margin: 0px auto;
	background-image: url(../images/ozadje_interior.png);
	background-repeat: no-repeat;
	background-position: top;
}

#naslovnica {
	width: 960px;
	height: 360px;
	background-image: url(../images/ozadje_naslovnica.jpg);
	background-repeat: no-repeat;	
	margin: 10px auto 0px auto;
}


#menu {
list-style: none;
z-index: 2;
width: auto;
height: 30px;
}

#menu li a {
	display: inherit;
	color: #000000;
	width: auto;
	height: 30px;
	background-color: #FFFFFF;
	line-height: 30px;
	/*border-bottom: 1px solid #CD1C2E;*/
   	margin-left: 5px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	text-decoration: none;
	font-weight: normal;
}

#menu li a:hover {
	background-color: #CCC;
	color: #900;
	height: 30px;
}



.vsebina_zgoraj {
	width: 960px;
	height: 20px;
	margin: 0px auto;
	background-image: url(../images/ozadje_zgoraj.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.vsebina_sredina {
	width: 960px;
	margin: 0px auto;
	background-image: url(../images/ozadje_sredina.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

.vsebina_spodaj {
	width: 960px;
	height: 20px;
	margin: 0px auto;
	background-image: url(../images/ozadje_spodaj.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


#footer11 {
	position:fixed;
	left:0px;
/*	bottom:0px;*/

	width:100%;
}

/* IE 7 */
/** html #footer11 {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}*/

.footerpisava {
	font-family: "Arial", Gadget, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: right;
}

.footersredina {
	width: 920px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top;
}


.izdelava_spletnih_strani {
	font-family: "Izdelava spletnih strani";
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: bold;
}

izdelava_spletnih_strani {
	font-family: "Izdelava spletnih strani";
	font-family: "Arial", Gadget, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: bold;
}


img {
	border: none;
	
}



.container {
	font-family:Arial, Helvetica, sans-serif;
	width:610px;
	margin:5px auto;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 20px;
}


/* SLIDING EFFECTS */


.slide {
	position:relative;
	/* Set the width and the height according to the size of your pictures */
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	/*margin: 5px auto;*/
	margin-right:5px;
}
	/* Paragraphs and Heading 2 styling, change according to your needs */
	.slide p, .slide h2 {
		color:#222222;
		padding:5px;
	}
	.slide p {
		font-size:12px;
		line-height:14px;
	}
	.slide h2 {
		font-size:18px;
		line-height:18px;
	}

	/* 9. Sliding 50% Up */
	
	.moveup50 img {
		position:absolute;
		left:0;
		top:0;
		
		-webkit-transition: top 0.4s ease-in-out;
		-moz-transition: top 0.4s ease-in-out;
		-o-transition: top 0.4s ease-in-out;
		transition: top 0.4s ease-in-out;
	}
	.moveup50 img.top:hover {
		top:-50px;
		padding-bottom:0px;
	}
	.half {margin-top:152px;}


