@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
}
body{ background-color:#95b5cf; background-image:url(../slike/bgbody/bg.jpg); background-repeat:repeat-x; }
a:link {
			text-decoration:none;
			font-weight: bold;
			color: #6d2525;
		}
a:visited {
			text-decoration:none;
			font-weight:bold;
			font-size:10px;
			color: #6d2525;
		}
a:hover {
			text-decoration:none;
			font-weight:bold;
			color: #6d2525;
		}
a:active {
			text-decoration:none;
			font-weight:bold;
			color: #6d2525;
		}
a:focus {
			text-decoration:none;
			font-weight:bold;
			color: #6d2525;
		}

html, textarea, body, p, a, td, h1,h2,h3,h4,h5,h6{
	font-family: Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
	font-size: 11px;
	color: #8d373f; text-align:justify;
		               
}
#fixiert {
	background-image:url(slike/BANNER/baner1.png); background-repeat:no-repeat;
 	background-position:center 0px;
 	width:1024px; height:260px;
	background-attachment:fixed;
    /*background-attachment:fixed;
    position: absolute;
    top:0px; right: 20px;
    */
}

div.fixdown {
    	position: fixed; z-index:2; 
    	width:760px; bottom:0px; 
 }

#a1 {      width:870px;
	margin:0px auto 2px auto;
	border-collapse: collapse;
	padding:0px;   height:25px;
      z-index:1; background-color:#; }
#a2 {    margin:0px auto 2px auto; width:1024px; height:200px;
      z-index:2;  background-image:url(../slike/banner/banner1.jpg); background-repeat:no-repeat;
 	background-position:center 0px;}

#centar {
	width:870px; min-height:400px;
	margin:10px auto 20px auto;
	padding:60px;
	z-index:1; background-image:url(../slike/bg_content.png); /*   background-color:#ebf1fd;	 */
             }

/* harmonika */
.toggler {
	cursor:hand; cursor:pointer;
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
#accordion h1,h2,h3,h4,h5{ cursor:hand; cursor:pointer; }
.element {
}
.element p {
	margin: 0;
	padding: 4px;
}
.float-right {
	padding:10px 20px;
	float:right;
}
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
/* mouse wheel   */
#wheel {
	margin: 1em;
}
#cow1, #cow2, #color {
	cursor: n-resize;
}