/* Small Studio Template 
   I'm sorry for non-english variables,
   but I think you'll manage */

body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	background: #E7E7E7;
}

a {
	text-decoration: none;
	color: #B60400;
}

a:hover {
	color: #808080;
    text-decoration: underline;
}

a img {
	border: 0;
}

strong {
    color: #000;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 2px 0px 0px 0px;
	border-bottom: 2px solid #eee;
}

.blue {
	color: #286ea0;
}

#bg { 
	width: 760px;
	margin: 0 auto;
	height: 580px;
	padding: 6px 10px 0px 10px;
	background: url(images/bg.gif) no-repeat;
}

#sadrzaj {
	padding: 9px 4px 0 2px;
	color: #303030;
	width: 736px;
	
}

#zaglavlje {
	clear: both;
	text-align: right;
	padding: 20px 15px 0 0;
	margin: 0px 0 3px 0;
	height: 40px;
	border-bottom: 2px solid #eee;
	background: #FFF url(images/fade.gif) repeat-x;
	color: #808080;
}
#zaglavlje a strong {
	color: #B60400;
}

#title {
	float: left;
	font-size: 28pt;
	font-weight: bold;
	padding: 0 0 0 10px;
    margin-top: -6pt;
}
#title a {
    padding: 0;
    margin: 0;
}
#title span {
    font-size: 8pt;
}

#navigacija {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#navigacija ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	border-right: 2px solid #ccc;
}	

#navigacija li {
	margin-bottom: 4px;
	padding: 0 5px 0 10px;
}

#navigacija li a {
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	height: 20px;
	text-decoration: none;
	color: #808080;
	display: block;
	padding: 6px 10px 0 10px;
	background: #fff;
	border-bottom: 1px dotted #ccc;
}	
	
#navigacija li a:hover {
	color: #286ea0;
}

.lijevo {
	margin: 9px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
}

.lijevo a {
	text-decoration: underline;
}

.lijevo p {
	margin: 0;	
}

#infobox {
	border: 1px solid #eee;
	background: #f4f4f4;
	padding: 3px;
	margin-top: 5px;
    font-style: italic;
}

.right_column {
	float: right;
	width: 273px;
	margin: 0 0 10px 0;
	padding: 5px 13px 20px 10px;
	border-left: 1px solid #DDD;
	color: #5D5D5D;
	line-height: 1.5em;
}

.right_column p {
	margin: 0px;
	font-size: 90%;
}

.right_column a {
	display: block;
	
	padding-bottom: 4px;
    padding-left: 10px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ccc;
	background: url(images/strelica2.gif) no-repeat center left;
}

#pic {
	margin:  0 0 5px 155px;
	padding: 0px 10px 5px 6px;
	line-height: 1.4em;
	background: url(images/pic2.jpg) no-repeat;
	height: 146px;
}

#pic h2 {
	margin: 0px;
	padding: 15px 0 2px 5px;
	font-size: 12pt;
	color: #3A6794;
}

#pic p {
	margin: 0;
	padding: 0 0 0 5px;
	color: #5488BC;
	width: 260px;
}

.middle_column,.middle_column_full {
	margin: 0 300px 20px 150px;
	padding: 5px 10px 5px 10px;
	line-height: 1.6em;
	text-align: left;
	color: #5D5D5D;
	border-left: 2px solid #eee;
}
.middle_column_full {
    width: 560px;
}

.middle_column a, .middle_column a:visited {
	text-decoration: underline;	
}

.middle_column p {
	padding: 0;
    padding-bottom: .25em;
	margin: 0;
}

#downbox {
	margin: 15px 10px 15px 10px;
	border: 1px solid #819CD7;
	background: #CDE1F9;
    text-align: center;
}

#downbox p {
	padding: 6px;
	margin: 0;
}

#downbox table {
    border-collapse: collapse;
    border-spacing: 10px;
    margin: 0 auto;
}
#downbox table th {
    border-bottom: solid 2px #666;
}
#downbox table td {
    vertical-align: top;
    text-align: center;
}
#downbox table td a {
    display: block;
}


#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding: 9px 10px 9px 0;
	margin: 10px 5px 10px 5px;
	border: 1px solid #ccc;
	
}

#footer a {
	text-decoration: underline;
	color: #3A6794;
}

#footer a:hover {
	color: #000;
}

#footer p {
    margin: 0;
    padding: 0;
    padding-bottom: .15em;
}

#footer div {
    text-align: center;
    padding-bottom: .5em;
}
#footer div a {
    font-weight: bold;
	color: #B60400;
}

address {
    margin: 0;
    padding: 0;
    white-space: pre;
}


/* forms */
form fieldset { border: 0; }
form {
  margin: 0 .25em;
  padding: 0;
}
div.form label, form label {
  display: block;
  float: left;
  width: 8em;
  margin-right: .25em;
  text-align: right;
  font-size: smaller;
  color: #666;
}
div.form label:after, form label:after {
  content: ": ";
}
div.form label.above, form label.above {
  text-align: left;
  float: none;
  width: auto;
  margin: 0 auto;
}
div.form label.above:after, form label.above:after {
  content: "";
}
div.form div div, form div div {
  margin: .15em 0;
}

input, textarea {
  border: solid 1px #666;
  padding: .1em;
  margin-right: .15em;
}
input[type=button], input[type=submit], button {
  background: #B60400;
  color: #fff;
  padding: 0 .5em;
}
button {
  margin-top: 1em;
}
button img {
  vertical-align: text-bottom;
  padding: 0 .25em;
  padding-top: .25em;
}
div#error, .error { color: #cd0000; }

/* faq */
#faq .question {
  color: #B60400;
}
#faq .question:hover {
  cursor: pointer;
}
#faq .answer {
  padding-bottom: 1em;
  color: #303030;
}

ul.news {
  margin: 0;
  padding: 0;
}
ul.news li {
  list-style-type: none;
}
ul.news li span {
  font-weight: bold;
}
ul.news li span:after {
  content: ' - ';
}


/* content */
.pquote {
    float: right;
    width: 8em;
    background: url(images/openquote.gif) top left no-repeat;
	color: #3A6794;
    font-size: small;
    line-height: 0.9;
    font-style: italic;
    padding: 0.5em;
    margin: 0;
}

.pquote p:first-letter {
    font-size: 1.5em;
    font-weight: bold;
}

.pquote span {
    display: block;
}
.pquote span:before {
    content: "- ";
}

.middle_column ul, .middle_column_full ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
}
.middle_column ul li:before, .middle_column_full ul li:before {
    content: "\2022 \0020";
	color: #3A6794;
}

#linkFreeTrial span {
    text-decoration: underline;
}

