@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
/* Layout */
#wrapper {
	margin:0 auto 5em;
	width:950px;
}
/* Navigation layout */
#navLogo	{
	height: 5px;
	width:500px;
	float:left;
}
#navVanner {
	height:205px;
	width:120px;
	float:left;
	padding-left:30px;
	font-size:.9em;
}
#navProducts {
	height:205px;
	width:120px;
	float:left;
	padding-left:30px;
	font-size:.9em;
}
#navPortfolio {
	height:205px;
	width:120px;
	float:left;
	padding-left:30px;
	font-size:.9em;
}
/* Banner */
#banner {
	width:950px;
	margin:0 35px 10px 30px;
	z-index:1;
}
/* Content layout */
#contentCore	{
	width:600px;
	float:left;
	padding:0 35px 20px 30px;
	font-size:.9em;
}
#contentSidebar {
	width:250px;
	float:left;
	padding:41px 35px 20px 0;
}
/* News layout */
#newsLeft	{
	width:187px;
	float:left;
	padding:0 10px 10px 0;
	font-size:1em;
}
#newsCenter {
	width:186px;
	float:left;
	padding:0 10px 10px 10px;
	font-size:1em;
}
#newsRight {
	width:187px;
	float:left;
	padding:0 0 10px 10px;
	font-size:1em;
}
#contentFull {
	width:885px;
	margin:25px 35px 25px 30px;
}
#contentFull .referenciaLeft {
	width:285px;
	float:left;
}
#contentFull .referenciaCenter {
	width:285px;
	float:left;
	margin:0 15px 0 15px;
}
#contentFull .referenciaRight {
	width:285px;
	float:left;
}
/* Commons */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(/css/img/bg.gif) repeat-x scroll;
	color:#474E47;
}
h1, h2, h3, h4 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#bd2c16;
}
p {
	font-size:.9em;
	line-height:1.6em;
	text-align:justify;
	text-indent:2em;
	padding-bottom:.5em;
}
p.first {
	text-indent:0em;
}
p.beforeUl {
	text-indent:0;
	padding-bottom:0;
}
p.inbar {
	float:right;
	margin:5px 0 2px 15px;
	padding-left:5px;
	width:30%;
	height:auto;
	font-size:.7em;
	font-style:italic;
	text-align:left;
	line-height:1.3em;
	color:#678181;
	border-left:#bd2c16 1px solid;
	text-indent:0;
}
p.inbar em {
	color:#bd2c16;
	font-weight:bold;
}
p acronym {
	border-bottom:1px dotted #bd2c16;
}
table {
	border:#678181 2px solid;
	border-collapse:collapse;
	margin:10px 0px;
}
td, th {
	font-size:.8em;
	vertical-align:top;
	padding:6px;
}
td {
	border:#d3dddc 1px solid;
}
th {
	white-space:nowrap;
	border:#678181 2px solid;
	background-color:#678181;
	color:#fff;
	text-align:left;
}
tr:hover {
	background-color:#d3dddc;
}
#navVanner ul, #navProducts ul, #navPortfolio ul {
	list-style-type: none;
	margin-top:1em;
}
#navVanner li, #navProducts li, #navPortfolio li {
	display:inline;
	white-space:nowrap;
	font-weight:normal;
	font-size:.8em;
	line-height:1.5em;
	color:#bcc5c4;
}
#navVanner li.first, #navProducts li.first, #navPortfolio li.first {
	font-weight:bold;
	font-size:.9em;
	line-height:3em;
	color:#fff;
	padding-left:4px;
}
/* Logo */
#navLogo img {
	padding:3.45em 0 0 30px;;
	border:none;
}
#navLogo a:hover {
	background-color:transparent;
}
/* Navigation */
a {
	color:#bcc5c4;
	text-decoration:none;
}
#navVanner a, #navProducts a, #navPortfolio a {
	display:block;
	padding:0 4px;
}
a:hover {
	color:#fff;
	background-color:#bd2c16;
}
a.actual {
	color:#bd2c16;
	background-color:#fff;
}
a.actual:hover {
	color:#bd2c16;
	background-color:#fff;
}
a.login {
	text-indent:-10px;
}
a.login:hover {
	color:#fff;
	background-color:#bd2c16;
}
/* Languages */
#lang {
	color:#bcc5c4;
	text-align:right;
}
#lang a {
	font-size:.75em;
	color:#bd2c16;
	text-decoration:none;
}
#lang a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#lang .lastLang {
	margin-right:37px;
}
/* Content */
#contentCore h1, h2, h3, h4 {
	margin:.5em 0;
}
#contentCore h1 {
	font-size:1.3em;
	padding-bottom:3px;
	border-bottom:#D9DDD9 1px solid;
}
#contentCore h2 {
	font-size:1.1em;
}
#contentCore h2.news {
	font-size:1.0em;
	margin-bottom:.2em;
} 
#contentCore h3 {
	font-size:1.0em;
}
#contentSidebar h3 {
	font-size:1.0em;
	margin-bottom:.33em;
} 
#contentCore h4 {
	font-size:.9em;
}
#contentSidebar h4 {
	font-size:.9em;
	margin-bottom:.33em;
}
#contentSidebar div.ulUp {
	font-size:.8em;
	color:#678181;
	padding:.33em 0;
}
#contentCore a, #contentSidebar a {
	color:#bd2c16;
	text-decoration:none;
}
#contentCore a:hover, #contentSidebar a:hover {
	text-decoration:underline;
	background-color:transparent;
}
#contentCore h1 a, #contentCore h2 a, #contentCore h3 a, #contentCore h4 a {
	text-decoration:underline;
}
#contentCore h1 a:hover, #contentCore h2 a:hover, #contentCore h3 a:hover, #contentCore h4 a:hover {
	text-decoration:none;
}
#contentCore ul {
	font-size:.9em;
	list-style-image:url(img/ul_arrow.gif);
	margin: 1em 0 1em 3em;
}
#contentCore p.disclaimer {
	font-size:.75em;
	text-indent:0;
}
#contentCore p.quoted {
	margin:10px 0 20px 0;
	font-size:.9em;
	font-style:italic;
	text-align:left;
	color:#678181;
	text-indent:1.66em;
	background: transparent url(img/open_quote.gif) no-repeat 0 2px;
}
#contentSidebar p.quoted {
	font-size:.8em;
	font-style:italic;
	text-align:left;
	color:#678181;
	text-indent:1.66em;
	background: transparent url(img/open_quote.gif) no-repeat 0 8px; 
}
#contentCore .quotedEnd,
#contentSidebar .quotedEnd { 
	padding: 0 1.66em 0 0; 
	background: transparent url(img/close_quote.gif) no-repeat right top; 
}
/* Content full width*/
#contentFull h1, h2, h3, h4 {
	margin:.5em 0;
}
#contentFull h1 {
	font-size:1.3em;
	padding-bottom:4px;
	border-bottom:#D9DDD9 1px solid;
}
#contentFull h2 {
	font-size:1.1em;
	margin-top:25px;
}
#contentFull ul {
	width:180px;
	font-size:.8em;
	list-style-type:none;
	margin: 1em 0 1em 2.33em;
	float:left;
	white-space:nowrap;
}
#contentFull li {
	padding-left: 12px;
	background: url(img/ul_arrow.gif) left center no-repeat;
}
/* Content sidebar */
#contentSidebar p {
	font-size:0.75em;
	line-height:1.4em;
	color:#678181;
	text-align:left;
	font-style:normal;
	text-indent:1em;
	padding:.5em 0 0 0;
}
#contentSidebar p.first {
	text-indent:0;
}
#contentSidebar ul {
	font-size:.8em;
	list-style-image:url(img/ul_arrow.gif);
	margin: .5em 0 .5em 1.33em;
}
#contentSidebar li {
	display:list-item;
	white-space:normal;
	line-height:normal;
}
#contentSidebar a.logos_ga,
#contentSidebar a.logos_et,
#contentSidebar a.logos_zz,
#contentSidebar a.logos_az,
#contentSidebar a.logos_wl,
#contentSidebar a.logos_sm {
	display:block;
	width:200px;
	height:50px;
	text-indent:-9999px;
	margin-bottom:10px;
}
#contentSidebar a.logos_ga {
	background:url(img/logo_adwords.gif) no-repeat top;
}
#contentSidebar a.logos_et {
	background:url(img/logo_etarget.gif) no-repeat top;
}
#contentSidebar a.logos_zz {
	background:url(img/logo_zoznam.gif) no-repeat top;
}
#contentSidebar a.logos_az {
	background:url(img/logo_azet.gif) no-repeat top;
}
#contentSidebar a.logos_wl {
	background:url(img/logo_wlw.gif) no-repeat top;
}
#contentSidebar a.logos_sm {
	background:url(img/logo_sme.gif) no-repeat top;
}
#contentSidebar a.logos_ga:hover, 
#contentSidebar a.logos_et:hover, 
#contentSidebar a.logos_zz:hover, 
#contentSidebar a.logos_az:hover, 
#contentSidebar a.logos_wl:hover, 
#contentSidebar a.logos_sm:hover {
	background-position:bottom;
}
#contentSidebar dl#contact {
	margin-top:0;
	margin-bottom:1em;
	font-size:.8em;
	padding-top:1em;
	padding-bottom: 1.5em;
	padding-left:2.5em;
	padding-right:2.5em;
	background-image:url(img/kontakt2.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:435px;
}
img.crill {
	margin-bottom:28px;
}
dl#contact dt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
	color:#678181;
	border-bottom:#678181 dotted 1px;
	margin-top:.5em;
	margin-bottom:.25em;
	padding-top:12px;
	text-align:right;
}
dl#contact dd {
	margin-left:0em;
}
/* News */
.newsInfo {
	font-weight:bold;
	font-size:0.8em;
	font-style:italic;
	color:#678181;
}
p.newsCondensed {
	margin-top:.5em;
	text-indent:0em;
	text-align:left;
	font-size:.75em;
	line-height:1.4em;
}
/* Footer */
#footer {
	margin:0 35px 0 30px;
	clear:both;
	border-top:#bd2c16 2px solid;
	font-size:.7em;
	text-align:left;
}
#footer ul {
	list-style-type: none;
}
#footer ul.first {
	padding-top:.75em;
}
#footer li {
	display:inline;
	color:#bcc5c4;
}
#footer a {
	color:#678181;
	text-decoration:none;
}
#footer a:hover {
	color:#bd2c16;
	text-decoration:underline;
	background-color:transparent;
}
#footer div#copyright {
	margin-top:1em;
}
#footer #copyright a {
	color:#bd2c16;
	text-decoration:none;
}
#footer #copyright a:hover {
	text-decoration:underline;
	background-color:transparent;
}
/* Topmost */
.hore {
	margin-left:10px;
}
#topmost {
	text-align:center;
	float:right;
	padding-top:.75em;
}
#topmost a.hore {
	color:#bd2c16;
	text-decoration:none;
}
#topmost a.hore:hover {
	text-decoration:underline;
	background-color:transparent;
}
.topmost {
	background: url(/css/img/topmost.gif) no-repeat right top;
	padding-right: 10px;
}
.printto {
	background: url(/css/img/print_to.gif) no-repeat right top;
	padding-right: 12px;
}
.emailto {
	background: url(/css/img/email_to.gif) no-repeat right top;
	padding-right: 12px;
}
/* Forms */
form {
	margin-bottom: 20px;
}
fieldset {
	font-size:.9em;
	padding:40px 20px 20px 20px;
	border:1px solid #678181;
}
label {
	float:left;
	width:175px;
	margin-right:10px;
	padding-top:4px;
	text-align:right;
}
input, textarea {
	display:inline;
	padding:2px;
	background-color:#E9EBE9;
	border:#D9DDD9 1px solid;
}
input.meno, input.email {
	width:250px;
}
input.tel {
	width:175px;
}
textarea.note {
	width:250px;
	height:125px;
}
input.meno_error, input.email_error {
	border:#bd2c16 1px solid;
	width:250px;
}
input.tel_error {
	border:#bd2c16 1px solid;
	width:175px;
}
textarea.note_error {
	border:#bd2c16 1px solid;
	width:250px;
	height:125px;
}
input#poslat {
	border:none;
	background-color:#bd2c16;
	color:#fff;
	padding:4px;
	width:100px;
	cursor:pointer;
}
input#poslat:hover {
	background-color:#678181;
}
p > input, p > textarea, fieldset > p {
	text-indent:0;
}
p.submit_text {
	margin-left:153px;
	text-indent:0;
}
span.input_error {
	font-weight:bold;
	color:#bd2c16;
	padding-left:5px;
	vertical-align:top;
}
span.submit_ok {
	font-size:1.2em;
	font-weight:bold;
	color:#678181;
}
/* Allround */
code {
	font-size:10pt;
}
.clearBoth {
	clear:both;
}
.center {
	text-align:center;
}
.extLink {
	background: url(/css/img/ext_link.gif) no-repeat right top;
	padding-right: 10px;
	vertical-align:bottom;
}
.clear {
	float: left;
	width: 1px;
}
abbr {
	cursor:help;
}

/* Login box */
#prihlasenie {
	top:185px;
	position:absolute;
	display:none;
	z-index:3;
	width:414px;
	height:331px;
}
#prihlasenieBG {
	top:185px;
	position:absolute;
	display:none;
	behavior:url(/css/iepngfix.htc);
	z-index:2;
	width:414px;
	height:331px;
}
#prihlasenie form {
	width:414px;
	margin:10px auto 0 auto;
}
#prihlasenie #closeLogin {
	text-align:right;
	font-size:11px;
	color:#bcc5c4;
	width: 389px;
	padding-top:10px;
}
#prihlasenie #enterLogin {
	width:350px;
	margin:65px auto 10px auto;
	text-indent:0;
	font-size:11px;
	line-height:normal;
}
#prihlasenie #securedLogin {
	width: 350px;
	margin:60px auto 0px auto;
	padding:0;
	text-indent:0;
	font-size:11px;
	line-height:normal;
	color:#fff;
}
input#login, input#heslo {
	width:150px;
	clear:right;
}
#prihlasenie label {
	font-size:12px;
	width:175px;
}
div.formSpace {
	margin:10px 0;
}
#prihlasenie #closeLogin a:hover {
	color:#bd2c16;
	background-color:transparent;
}
#prihlasenie input#submit {
	background-color:#678181;
	border:none;
	color:#fff;
	padding:4px;
	width:100px;
	cursor:pointer;
}
#prihlasenie input#submit:hover {
	background-color:#bd2c16;
}

/* link by email form */
#mailin {
	width:885px;
	margin:0 auto;
	padding:40px 0;
	clear:both;
	border-top:2px solid #BD2C16;
	font-size:.9em;
	display:none;
}
#mailin p.vyhlasenie {
	float:right;
}

/* pracovne ponuky */
#contentCore h2.kariera {
	margin-top:20px;
}
#contentCore h2.kariera a {
	text-decoration:none;
}
#contentCore dl.karieraList {
	border-bottom:1px solid #D9DDD9;
	padding-bottom:25px;
	margin-bottom:50px;
}
#contentCore dl.karieraList dt {
	text-align:right;
	width:200px;
	font-weight:bold;
	position:relative;
	top:18px;
}
#contentCore dl.karieraList dd {
	padding-left:220px;
}