/*
 * (R)PHOBS - prvi hrvatski online booking sustav
 * CSS - Konix NET (C)2006., All rights reserved
 */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
}
body {
	font: 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFF url(../slike/bck.jpg) repeat-x top;
	color: #666;
}
table {
	font-size: 1em;
}
hr {
	display: none;
}
.clearFloat {
	clear: both;
}
h5 {
	font-size: 11px;
	font-weight: bold;
}
a {
	color: #51616C;
	text-decoration: none;
	border-bottom: 1px dashed #51616C;
}
a:hover {
	color: Blue;
	text-decoration: none;
	border-bottom: 1px dashed Blue;
}
#kontejner {
	background: url(../slike/bck_left.gif) repeat-y left;
	height: 100%;
}
#leftFix {
	background: #FFF url(../slike/bck_left.gif) repeat-y left;
	padding-left: 33px;
}
#mainSadrzaj {
	width: 750px;
}
/* Header */
#topNaslov {
	background: url(../slike/phobs_en.jpg) no-repeat 0px 0px;
	width: 362px;
	height: 119px;
	float: left;
}
#topNaslov span {
	display: none;
}
#topLinksKontejner {
	position: relative;
	background: #FFF url(../slike/kreditne_kartice_en.gif) no-repeat 100% 0px;
	width: 381px;
	height: 119px;
	float: left;
}
#topLinksKontejner span {
	display: none;
}
#topLinksKontejner #pcidss {
    position: absolute;
    background: #FFF url(../slike/pcidss2.jpg) no-repeat 100% 0px;
    width: 153px;
    height: 93px;
    top: -95px;
    right: 210px;
}
#topLinks {
	position: absolute;
	bottom: 10px;
	right: 5px;
}
#mainLinksKontejner {
	clear: both;
	background: #FFFFF0 url(../slike/header_banner.jpg) no-repeat 100% 0px;
	width: 100%;
	height: 192px;
}
/* Main links */
#mainLinks {
	list-style: none;
	height: 192px;
	width: 181px;
	background-color: #F6F6F6;
	color: #000;
}
#mainLinks a.mainLinkButton {
	display: block;
	width: 181px;
	height: 48px;
	border: none;
}
#mainLinks a.mainLinkButton b {
	visibility: hidden;
}
#linkPhobsCrs {
	background: url(../slike/button_crs_en.jpg) no-repeat 0px 0px;
}
#linkDistribution {
	background: url(../slike/button_distribution_en.jpg) no-repeat 0px 0px;
}
#linkMarketing {
	background: url(../slike/button_marketing.jpg) no-repeat 0px 0px;
}
#linkSupport {
	background: url(../slike/button_support_en.jpg) no-repeat 0px 0px;
}
#linkPhobsCrs:hover {
	background: url(../slike/button_crs_en.jpg) no-repeat -181px 0px;
}
#linkDistribution:hover {
	background: url(../slike/button_distribution_en.jpg) no-repeat -181px 0px;
}
#linkMarketing:hover {
	background: url(../slike/button_marketing.jpg) no-repeat -181px 0px;
}
#linkSupport:hover {
	background: url(../slike/button_support_en.jpg) no-repeat -181px 0px;
}
/*
 * Glavni sadrzaj
 */
#sadrzajKontejner {
	clear: both;
	position: relative;
}
#mainTekstKontejner {
	position: relative;
	padding-left: 181px;
	padding-bottom: 80px;
	background: url(../slike/bck_sadrzaj.gif) repeat-y 181px 0px;
	min-height: 200px;
	text-align: right;
}
* html #mainTekstKontejner {
	height: 200px;
}
#partnerLinks {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/* Footer */
#footerKontejner {
	position: relative;
	margin-left: 181px;
	background: #EEE url(../slike/bck_sadrzaj.gif) repeat;
}
#footer {
	padding: 5px;
	font-size: 0.8em;
	text-align: right;
	color: #999;
}
/* Kontakt */
#kontaktKontejner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 181px;
}
#kontakt {
	text-align: right;
	padding-top: 120px;
	padding-right: 20px;
	background: url(../slike/bck_world.gif) no-repeat 50% 20px;
	font-size: 0.9em;
}
#kontakt p {
	padding: 5px 0px;
}
#kontakt img {
    display: block;
    margin-top: 20px;
}
/* Show language */
#showLanguage {
	text-align: right;
	padding: 5px 0px;
	padding-right: 20px;
}
#showLanguage a.language {
	margin: 0px 2px;
	text-decoration: none;
	border: 1px solid #FFF;
}
#showLanguage a.language:hover {
	border: 1px solid #CCC;
}
/* Tekst */
#maintekst {
	padding-top: 10px;
	padding-left: 100px;
	text-align: justify;
}
#maintekst h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 5px;
	text-align: right;
	color: #333;
	font-size: 20px;
	font-weight: normal;
	border-right: 3px solid #333;
}
#maintekst p {
	padding-top: 5px;
	padding-bottom: 10px;
}
#maintekst p:first-letter {
	font-weight: bold;
	font-size: 1.2em;
}
#maintekst ul {
	list-style: square;
	margin-bottom: 1em;
	padding-left: 20px;
}
#maintekst dl {
	margin-bottom: 1.5em;
}
#maintekst dt {
	font-weight: bold;
}
#maintekst dd {
	padding-left: 25px;
}
/* Forma */
#demoForm {
	margin-top: 15px;
}
.myInput {
	font-size: 11px;
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0px;
}


.myButton {
	border: 1px solid #CCC;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	background: #FFF url(../slike/button_bck.gif) repeat-x top;
	letter-spacing: 1px;
	color: #036;
}
#error {
	padding: 5px 20px;
	border: 1px solid Red;
	background-color: #FFFFF0;
	color: Red;
}