@charset "utf-8";
*{
	padding: 0; margin: 0;
}


body {
	margin:0;
	background-image: url(../img/bgr.jpg);
	padding: 0;
	border: 0;
	height: 100%;
	max-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
img {border: none;}

#LEVO{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 200px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
	color: white;
}
#DESNO{
	top: 0;
	left: 200px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	position: absolute;
}
#footer {
	width: 100%;
	text-align: center;
	height:18px;
	background-color:#09F;
	position: fixed;
	bottom: 0px;
	left: 0px;
}

#footer #C {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #CCC;
	padding-top: 2px;
	float:left;
	padding-left: 10px;

}
#footer #N {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #CCC;
	padding-top: 2px;
	float:right;
	padding-left: 10px;
}
.zagrada {
	font-style: normal;
}


#lownav {
   list-style: none;
   margin: 0; padding: 0;
}
#lownav li {
	float: left;
	margin-right: 3px;
}
#lownav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #CCC;
	display: block;
	width: auto;
	text-align: center;
}
#lownav li a:hover {
	color: #004471;
}

#naslov0 h1 {
	padding-top: 30px;
	padding-left: 15px;
}



#naslov1 h3 {
	padding-top: 38px;
	padding-left: 15px;
}
#naslov2 h3 {
	padding-top: 38px;
	padding-left: 15px;
}
#naslov3 h3 {
	padding-top: 38px;
	padding-left: 15px;
}
#naslov4 h3 {
	padding-top: 38px;
	padding-left: 15px;
}
.sadrzaj{
	margin: 20px;
}
.sadrzaj #naslov0x {
	width: 100%;
	position: relative;
	left: auto;
	float: left;
	height: 100%;
	display: block;
}


.sadrzaj #naslov0 {
	width: 100%;
	position: relative;
	left: auto;
	float: left;
	height: 65px;
	display: block;
}
.sadrzaj #naslov0x h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.sadrzaj #naslov1 {
	width: 100%;
	position: relative;
	left: auto;
	border-bottom: #3A3A3A solid 1px;
	float: left;
	background-image: url(../img/H-Home.jpg);
	height: 65px;
	display: block;
	background-repeat: no-repeat;
}
.sadrzaj #naslov2 {
	width: 100%;
	position: relative;
	left: auto;
	border-bottom: #3A3A3A solid 1px;
	float: left;
	background-image: url(../img/H-Work.jpg);
	height: 65px;
	display: block;
	background-repeat: no-repeat;
}
.sadrzaj #naslov3 {
	width: 100%;
	position: relative;
	left: auto;
	border-bottom: #3A3A3A solid 1px;
	float: left;
	background-image: url(../img/H-About.jpg);
	height: 65px;
	display: block;
	background-repeat: no-repeat;
}
.sadrzaj #naslov4 {
	width: 100%;
	position: relative;
	left: auto;
	border-bottom: #3A3A3A solid 1px;
	float: left;
	background-image: url(../img/H-Hello!.jpg);
	height: 65px;
	display: block;
	background-repeat: no-repeat;
}
.block h2 a {
	padding-top: 10px;
	padding-bottom: 2px;
	display: block;
	color: #09F;
}
.block h2 a:hover {
	text-decoration: underline;

}
.block h4 a {
	text-decoration: underline;
}



* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
* html #DESNO{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#nav {
	width: 163px;
}
#nav img  {
	padding-top: 60px;
	padding-bottom: 45px;
	border-bottom: #3A3A3A solid 1px;
}
a {
	color: #B3B3B3;
	text-decoration: none;
}

a:hover {
	color: #09F;
}


	
	/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
	width:160px;
	height:auto;
	background:url(bg.png) repeat-x;
	list-style:none;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
	float:left;
	border-bottom: #3A3A3A solid 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	}



	
	/* Link - common attributes */
	ul#menu li a {
	display:block;
	height:40px;
	position:relative;
	background-attachment: scroll;
	background-image: url(../img/NavTzelo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
	background-attachment: scroll;
	background-image: url(../img/NavTzelo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
	width:160px;
	background-position: left top;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
	background-position:0px -40px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.work {
	width:160px;
	background-position:-160px 0px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.work span {
	background-position:-160px -40px;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.about {
	width:160px;
	background-position:-320px 0px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.about span {
	background-position:-320px -40px;
	}
/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.hello {
	width:160px;
	background-position:-480px 0px;
	}
/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.hello span {
	background-position:-480px -40px;
	}
ul#menu li a.Xhome {
	width:160px;
	background-position: left bottom;
	cursor: default;
	}
	

	ul#menu li a.Xwork {
	width:160px;
	background-position:-160px bottom;
	cursor: default;
	}
	

	ul#menu li a.Xabout {
	width:160px;
	background-position:-320px bottom;
	cursor: default;
	}

	ul#menu li a.Xhello {
	width:160px;
	background-position:-480px bottom;
	cursor: default;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #B3B3B3;
	font-weight: normal;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #09F;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #B3B3B3;
	font-style: normal;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #09F;
	text-transform: uppercase;
	font-style: normal;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #9F0;
	font-weight: normal;
}

.container {
	padding: 10px 5%;
}
ul.big{
	width: auto;
	padding: 0;
	margin: 10px 0 50px;
	list-style: none;
}
ul.big li {
	float: left;
	width: 360px;
	padding: 0;
	margin: 5px 0;
	display: inline;
}
ul.work {
	width: 100%;
	padding: 0;
	margin: 10px 0 50px;
	list-style: none;
}
ul.work li {
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0;
	display: inline;
}

.block {
	height: 235px;
	font-size: 1em;
	margin-right: 10px;
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000;
	background-image: url(../img/bgr%20block.jpg);
	background-repeat: repeat;
}

.block h2 {
	font-size: large;
}
.block img {
	width: 95%;
	padding: 8px;
	margin: 0 auto;
	background:#fff;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px; /* IE's opacity*/
}
#Headline {
	height: auto;
	width: 95%;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	
}

.N01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-style: italic;
	color: #666;
	padding-bottom: 15px;
	padding-top: 15px;
}

.N02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-style: italic;
	color: #09F;
	padding-bottom: 15px;
	padding-top: 15px;
}
.N03 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-style: italic;
	color: #9F0;
	padding-bottom: 15px;
	padding-top: 15px;
}




.S01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #666;
	text-align: left;
}



.S02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #09F;
}
