/* Turisticka zajednicaVarazdinske zupanije - Dizajn */

body{
	margin: 10px 0 10px 0;
	padding: 0;
	background: #FFFFFF;
	width: 100%;
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: url('gwsm_images/pozadina_web.jpg') top left repeat-x;
}

#mrvice{
	width: 960px;
	height: 20px;
	line-height: 20px;
	padding: 0px 25px 0px 25px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#mrvice #jezici{
	float:right;
	margin-right:50px;
}

#mrvice a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#mrvice a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#stranica{
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}

#web{
	margin: 0;
	padding: 0;
	width: 960px;
	clear: both;
}

#footer{
	width: 960px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px 0px 5px;
	margin: 0px auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#footer a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#footer a:hover{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/* Turisticka zajednicaVarazdinske zupanije - Tekstovi */

.naslov{
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000033;
}

.naslov_bijeli{
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.tekst{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.tekst a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.tekst a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.tekst a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

.tekst a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.tekst _bijeli{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

.datum{
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: right;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-bottom: #000000 dotted 1px;
}

/************************clearfix****************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* * * * * * * * * * * * * * * * * *  CONTACT FORM : FOR SENDING MESSAGES   * * * * * * * * * * * * * * * * * * * * */
.contact_form .ptxt{
      margin: 0px;
      padding: 5px 1px 8px 3px;
      padding-left: 176px; /*width of left column containing the label elements*/
}
.contact_form .umsg{
	text-align:center;
	padding-left:8px;
	color:#BF1717;
}
.contact_form label{
      font-weight: normal;
      float: left;
      margin-left: -140px; /*width of left column*/
      width: 155px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
      margin-top:3px;
}
.contact_form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
      width: 180px;
}
.contact_form textarea{
      width: 220px;
      height: 120px;
}
.contact_form input, .contact_form textarea, .contact_form select{
	padding:1px;
	color:#FFF;
	background-color:#000;
	border:1px gray solid; 
}
.contact_form div input{
      padding:1px;
      color:#FFF;
      background-color:#000;
      border:1px gray solid;
      width:120px;
}
.contact_form div input:focus, .contact_form input:focus, .contact_form textarea:focus{
      border:1px #FF6600 solid;
}