@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg/bg.png);
	background-color: #2D2D2D;
}

a:link { text-decoration: none; color: #777;}
a:visited { text-decoration: none; color: #777; }
a:active { text-decoration: none; color: #d2d2d2; }
a:hover { text-decoration: none; color: #d2d2d2; }


#content {
	height: 700px;
	width: 960px;
	position: relative;
	background-image: url(bg/content_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	z-index: 1;
}

#logo {
	background-image: url(bg/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	height: 100px;
	width: 250px;
	left: 40px;
	top: 10px;
	z-index: 2;
}

#menu {
	position: absolute;
	z-index: 2;
	height: 100px;
	width: 500px;
	top: 10px;
	right: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

#textbox {
	position: absolute;
	height: 550px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	top: 120px;
	left: 29px;
	border: 1px solid #2D2D2D;
	z-index: 3;
}

#text_content {
	z-index: 3;
	position: absolute;
	height: 520px;
	width: 900px;
	left: 30px;
	top: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2B2B2B;
	text-align:justify;
	text-decoration:none;
	background-image: url(bg/text_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}

#galerija_text {
	z-index: 3;
	position: absolute;
	height: 504px;
	width: 860px;
	left: 30px;
	top: 120px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 20px;
}

#text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 360px;
	width: 600px;
	position: absolute;
	text-align:justify;
	margin-top: 100px;
	margin-left: 195px;
	z-index: 3;
	padding: 10px;
}

#copy_box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 2;
	height: 30px;
	width: 750px;
	font-size: 14px;
	font-style: italic;
	color: #777;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}


/*  image_slider   */

ul, li {
    margin: 0; padding: 0; border: 0;
}

#container {
	width: 900px;
	position: relative;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
}

div#slideshow {
	width: 900px;
	height: 550px;
	background: url(web/images/border.png);
	overflow: scroll;
	position: relative;
	z-index: 5;
}
    div#slideshow ul#nav {
        display: none;
        list-style: none;
        position: relative; top: 210px; z-index: 15;
    }
        div#slideshow ul#nav li#prev {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
        }
        div#slideshow ul#nav li#next {
	float: right;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
        }
        div#slideshow ul#nav li a {
            display: block; width: 80px; height: 80px; text-indent: -9999px;
        }
            div#slideshow ul#nav li#prev a {
	background-image: url(btn_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
            }
            div#slideshow ul#nav li#next a {
	background-image: url(btn_next.png);
	background-repeat: no-repeat;
	background-position: center center;
            }

    div#slideshow ul#slides {
        list-style: none;
    }
        div#slideshow ul#slides li {
            margin: 0 0 20px 0;
        }

a {outline: none; }

/* end_image_slider */



/* Rollover Code */


    .fadeFirst {
	position:relative;
	display:block;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/naslovna-1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    }
    .hoverFirst {
	position: absolute;
	top: 0px;
	left: 0;
	display: none;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/naslovna-2.png);
	background-repeat: no-repeat;
    }

    
    .fadeSecond{
	position:relative;
	display:block;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/onama-1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    }
    .hoverSecond{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/onama-2.png);
	background-repeat: no-repeat;
    }


    .fadeThird{
	position:relative;
	display:block;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/galerija-1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    }
    .hoverThird{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/galerija-2.png);
	background-repeat: no-repeat;
    }

   
    .fadeFourth {
	position:relative;
	display:block;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/kontakt-1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
    }
    .hoverFourth {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	height: 100px;
	width: 90px;
	background-image: url(menu_new/kontakt-2.png);
	background-repeat: no-repeat;
    }

    div#horizontal-rollover-wrapper{
	float: left;
	width: 400px;
	padding: 0;
	font-family: Arial;
	z-index: 2;
}
    div.homepage-rollover-first{
	width: 90px;
	height: 100%;
	float: left;
}
    div.homepage-rollover-first a{ font-size: 1em; font-weight: bold; color: #718214; text-decoration: none; }
    div.homepage-rollover-first p{ margin: 0; padding: 0; padding-top: 4px; z-index: 1000;}

    div.homepage-rollover{
	width: 90px;
	height: 100%;
	margin-left: 5px;
	float: left;
}
    div.homepage-rollover a{ font-size: 1em; font-weight: bold; color: #718214; text-decoration: none; }
    div.homepage-rollover p{ margin: 0; padding: 0; padding-top: 4px; z-index: 1000;}
    

    div.homepage-read-more-wrapper { width: 944px; clear: both; }
    div.homepage-read-more-wrapper a{ margin-top: 9px; font-size: 1em; font-weight: bold; }
    div.homepage-read-more-wrapper a.rollover-read-more-first{ float: left; width: 154px; text-align: right; }
    div.homepage-read-more-wrapper a.rollover-read-more{ float: left; margin-left: 4px; width: 154px;  text-align: right; }
    div.homepage-read-more-wrapper a.rollover-read-more-last{ float: left; width: 305px; text-align: right; }

.naslov_galerija {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #2E2E2E;
	text-decoration: none;
}


/* end galerija pic */


.text_field-kontakt {
	background-color: #D2D2D2;
	border: thin solid #2D2D2D;
	height:23px;
}
.text_field-kontakt2 {
	background-color: #D2D2D2;
	border: thin solid #2D2D2D;
	height:100px;
}
