/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }

body                                   {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 10px;
	text-align: center;
	}


a img                                  { border: none; }
a, a img, 
a:link, a:visited, 
a:hover, a:active                      { outline: none; color: #000; text-decoration: none; }

/*--------------------------------------
   HIDE
-------------------------------------- */
#logo, #flash, #leftCol, #print, #product-tour,
#footer, #izdvojeno,#basic-contact,
.detaljnije { display: none; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#wrapper                               {
	text-align: left;
	}
	
#header {
	display: table;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #000;
	}	

#print-logo {
	display: inline;
	float: left;
	}
	
#basic-contact-print { 
	display: inline;
	float: right;
	}
	
#basic-contact-print span { margin-right: 15px; display: inline; }	

#mainContent { padding-top: 20px; }	

h1 {
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 25px;
	}
	
h2 {
	font-size: 14pt;
	font-weight: normal;
	margin: 25px 0 20px 0;
	}	
	
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 0 15px 0;
	}		
	
h4,
h5,
h6 {
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0 10px 0;
	}		
	
p, ul, ol { margin: 10px 0; }	

ul, ol { padding-left: 10px; }
ul li { list-style: outside circle; margin-left: 30px;  }
ol li { list-style: outside circle; margin-left: 30px;  }

img { display: inline; margin: 5px; }
blockquote { margin: 10px 0 20px 20px; }

/*--------------------------------------
   KONAKT // FORMA
-------------------------------------- */
#kontakt-forma {}
#kontakt-forma fieldset { border: none; }
#kontakt-forma legend { display: none; }

#inputs label,
#textarea label { 
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
	}
	
#inputs input {
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #ffcb09;
	border: 1px solid #000;
	background: #ccc;
	width: 195px;
	margin: 0 0 0 5px;
	} 	

#inputs p {
	background: transparent url(../images/layout/input-bg.gif) no-repeat 90px 0;
	height: 25px;
	padding-top: 2px;
	margin: 1px 0;
	}
	
#textarea p {
	background: transparent url(../images/layout/textarea.gif) no-repeat 90px 0;
	height: 165px;
	padding-top: 2px;
	margin: 1px 0;
	}	
	
#textarea textarea {
	margin: 4px 0 0 5px;
	width: 195px;
	height: 150px;
	border: 1px solid #000;
	background: #ccc;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	color: #ffcb09;
	overflow: auto !important;
	overflow: hidden;
	}	
	
#radio { padding: 15px 0 0 0; }
#radio input { margin-right: 2px; }	
#radio label { margin-right: 15px; }	

#submit input {
	background: #fff;
	color: #000;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #000;
	margin-left: 231px;
	width: 50px;
	}
	
#odgovori {
	text-align: center;
	padding: 5px;
	border: 1px solid #ffcb09;
	margin-bottom: 140px !important;
	margin-bottom: 127px;
	}
	
p.trigger { display: block; visibility: visible; }