@charset "windows-1250";

/*  Reset for some default browser CSS - General */

body, div, h1, h2, h3, p, ul, ol, li, img, header, section, aside, footer, button {
	margin: 0; padding: 0; border: 0;
}

/*  Reset for some default browser CSS - General */


/* basics */
html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	background: #DDD;
	background-image: url(_slike/background.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100%;
}


a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/* basics */


/* Hx Px tags */

h1.fontface {font: 20px/10px 'Negotiate', "Trebuchet MS", Arial, sans-serif;letter-spacing: 16; padding: 20px 0; font-weight: bold; color: rgb(0,0,0); }
h2.fontface {font: 14px/10px 'Negotiate', "Trebuchet MS", Arial, sans-serif;letter-spacing: 5; padding: 20px 0; font-weight: bold; color: rgb(0,0,0);}
h6.fontface {font: 16px/10px 'YanoneKaffeesatzLight', "Trebuchet MS", Arial, sans-serif;letter-spacing: 5; padding: 20px 0; font-weight: bold; color: rgb(0,0,0); text-shadow: 3px 3px 7px rgba(0,0,0,1);}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Garamond, Georgia, Times, "Times New Roman", serif;
	padding: 0px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Garamond, Georgia, Times, "Times New Roman", serif;
	padding: 20px 0;
}

h2 a {
	color: #fff;
}

h2.fontface a {
	color: #000;
}

h2 a:hover {
	color: #000;
}

h2.fontface a:hover {
	color: #000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Garamond, Georgia, Times, "Times New Roman", serif;
	padding: 0px 0;
}

h3 a {
	color: #F90;
}

h3 a:hover {
	color: #000;
}

p {
	font-size: 14px;
	font-family: "Trebuchet MS", Garamond, Georgia, Times, "Times New Roman", serif;
	padding-bottom: 0px;
}

/* Hx Px tags */

/* standard body */

body {
	margin: 0 auto;
	margin-top: 200px;
	padding-top: 20px;
	width: 960px;
	height: 460px;
	font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	background: #000;
	-webkit-box-shadow: 3px 3px 7px #222;
	-moz-box-shadow: 3px 3px 7px #222;
	text-align: center;
	-moz-border-radius: 25px;
	border-radius: 25px;
/*	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000; */
}

/* standard body */


/* header */

#div_1 {
	text-align: center;
	width: 900px;
	margin-left:30px;
	height: auto; /* for IE */
	min-height: inherit; /* for not-IE */
	background: #FFF;
}

header, footer, section, aside, nav, article {
	display: block;
}

header {
	text-align: center;
	margin-top: 15px;
	width: 900px;
	padding-top: 30px;
	padding-bottom: 10px;
	height: auto; /* for IE */
	min-height: inherit; /* for not-IE */
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000;
}

#div_header {
	width: 800px;
	height: auto;
	margin-left: 50px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: #FFF;
}

#div_header_logo {
	width: 800px;
	text-align:center;
	margin-top:0px;
	background: #fff ;
/*	background: -webkit-gradient(radial, 400 40, 0, 400 40, 300, from(#333), to(#FFF));
/*	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow: 3px 3px 7px #000;
	-moz-box-shadow:  3px 3px 7px #000; */
}


#div_header_name {
	width: 800px;
	text-align:center;
	margin-top:0px;
	margin-left:7px;
	text-shadow: 3px 3px 10px rgba(85,85,85,1);
}

#div_vstop {
	width: 800px;
	text-align:center;
	margin-top:0px;
	-webkit-text-fill-color: rgba(000,000,000,1) ;
	text-shadow: 3px 3px 10px rgba(85,85,85,1);
}

#div_header_canvas1 {
	width: 800px;
	text-align:center;
	margin-top:0px;
}

#div_header_canvas2 {
	width: 800px;
	text-align:center;
	margin-top:20px;
}

section {
	text-align: center;
	width: 800px;
	height: auto;
	padding: 0px 0 0px 80;
}

#slike {
	width: 800px;
	margin: 0px 0 0px 0;
	padding: 5px 0 0px 0;
	background-color: #000;
	text-align: center;
	-webkit-box-shadow: 3px 3px 7px #000;
	-moz-box-shadow:  3px 3px 7px #000;
}

#quote {
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
}


/* header */


/* nav ***************************************************/

nav {
	background: #EEE;
	margin: 0px auto;
	width: 800px;
	height: auto; /* for IE */
	min-height: inherit; /* for not-IE */
	display: block;
	float: center;
	text-align:center;
}

nav .menu {
	font-size: 14px;
	font-weight: normal;
	margin-left: 0px;
}

nav .menu ul {
	list-style: none;
	margin: 0px;
}

nav .menu li {
	float: left;
	position: relative;
	text-align: left;
}

nav .menu a {
	display: block;
	text-decoration: none;
	color: #EEE;
	padding: 0px 25px;
	line-height: 25px;
}

nav .menu a:hover {
	color: #bd8f8e;
}
/* nav ***************************************************/


/* nav 1-level dropdowns *********************************/

nav .menu li ul { 
	display: none;
}

nav .menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #EEE;
	margin-left: 0px;
	margin-right: 0px;
	white-space: nowrap;
}

nav .menu ul li a:hover { 
	background: #EEE; 
}

nav .menu li:hover ul {
	display: block;
	position: absolute;
}

nav .menu li:hover li {
	float: none;
}

nav .menu li:hover a { 
	background: #DDD;
}

nav .menu li:hover li a:hover { 
	background: #EEE
}

/* nav 1-level dropdowns *********************************/




/* footer */

footer {
	float: left;
	background: #000;
	width: 800px;
	color: #fff;
	margin-left: 80px;
	margin-bottom: 10px;
	margin-top: 0px;
	-webkit-box-shadow: 3px 3px 7px #000;
	-moz-box-shadow: 3px 3px 7px #000;
}

footer p {
	text-align: center;
	font-size: 11px;
	padding-left: 10px;
	color: #FFF;
}

footer a {
	color: #FFF;
	text-decoration: none;
}

footer a:hover {
	color: #FFF;
	text-decoration: none;
}


/* footer */