﻿/* abg */

@import url('msgs.css');


* {
	margin: 0;
}

.aC { text-align: center; }
.aL { text-align: left; }
.aR { text-align: right; }
.aJ { text-align: justify; }

.vaT { vertical-align: top; }
.fwB { font-weight: bold; }

.fs6  { font-size: 6pt; }
.fs7  { font-size: 7pt; }
.fs8  { font-size: 8pt; }
.fs9  { font-size: 9pt; }
.fs10 { font-size: 10pt; }
.fs11 { font-size: 11pt; }
.fs12 { font-size: 12pt; }

.cR   { color: #d00; }
.cG   { color: #080; }
.cB   { color: #369; }
.cW   { color: #fff; }
.c60  { color: #f60; }
.c90  { color: #fb0; }
.c000 { color: #000; }


html, body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 90%;
	color: #353535;
	background-color: #fff;
	min-height: 100%;
}

html {
	background: transparent url('../images/layout/bgnd-bottom.jpg') no-repeat center bottom;
}

body {
	background: transparent url('../images/layout/bgnd-top.jpg') no-repeat center top;
}

a {
	color: #bb0000;
}

a:hover {
	text-decoration: none;
	color: #888;
}

hr {
	border: 1px solid #7f7f7f;
	margin: 1.5em 0;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

.cistic {
	clear: both;
	visibility: hidden;
	display: block;
	height: 0px;
	font-size: 1px;
}

img {
	border: none;
}

#top, #header, #footer, #content {
	width: 1006px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	background: transparent url('../images/layout/bgnd-head.png') no-repeat left top;
	height: 316px;
	margin-top: 0px;
}

#footer {
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding-right: 37px;
	margin-bottom: 40px;
}

#content {
	background: transparent url('../images/layout/bgnd-content.png') no-repeat left bottom;
	min-height: 420px;
	padding: 50px 0;
	margin-bottom: 20px;
}


/*================================================================*/
/*                 HEADER                                         */
/*================================================================*/


#top {
	height: 110px;
	background: transparent url('../images/layout/bgnd_top.png') no-repeat left top;
	position: relative;
}

/*
#logo  {
	float: right;
	position: relative;
	right: 45px;
	background: transparent url('../images/layout/logo.png') no-repeat left top;
	display: block;
	width: 142px;
	height: 69px;
	padding: 0;
	margin-top: 16px;
}
*/

#logo {
	width: 170px;
	height: 90px;
	display: block;
	position: absolute;
	top: 10px;
	right: 12px;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#logo span {
	display: none;
}

/*================================================================*/
/*                 MENU                                           */
/*================================================================*/

/*
.menuTop {
	float: left;
	list-style: none;
	font-size: 8pt;
	padding: 0px;
	margin: 70px 0px 0px 35px;
	padding-bottom: 5px;
}
*/

.menuTop {
	list-style: none;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 72px;
	left: 22px;
}



.menuTop li {
	float: left;
	margin-left: 5px;
	border-left: 1px solid #fff;
}

.menuTop a {
	padding: 0px 15px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.menuTop a:hover, .menuTop a.mSelected {
	color: #fc0;
}

/*
.menuTop a {
	padding: 4px 15px;
	text-decoration: none;
	color: #f3f3f3;
	font-weight: bold;
	background: #b00 url('../images/bgr_top_menu.gif') repeat-x left top;
	border: 1px solid #777;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.menuTop a:hover, .menuTop a.mSelected {
	color: #fd0;
}
*/


.menuMain {
	background: transparent url('../images/layout/bgnd-menu.png') no-repeat left top;
	float: left;
	width: 300px;
	height: 290px;
	padding: 6px 0 0 20px;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
	position: relative;
	top: 16px;
	left: 17px;
}

.menuMain li {
	padding: 0;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #fff;
}

.menuMain a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 5px;
	display: block;
}

.menuMain a:hover, .menuMain a:hover.mSelected {
	color: #fc0;
}

.menuMain a.mSelected {
	font-weight: bold;
	color: #fc0;
}

li.mFirst {
	border: none;
}

#slideshow {
	width: 640px;
	height: 390px;
	float: right;
	position: relative;
	top: 16px;
	right: 18px;
	overflow: hidden;
}


/*================================================================*/
/*                 CONTENT                                        */
/*================================================================*/


h1 {
	font-size: 14pt;
	font-family: 'Arial CE', Arial, Verdana, Tahoma;
	font-weight: bold;
}

h1, h2, p, #content ul {
	margin-bottom: 1em;
}

h1 span {
	display: none;
}

.hpH1 {
	text-align: center;
}

#hpLOGO {
	width: 175px;
	height: 90px;
	display: block;
	background: #fff url('../images/hpLOGO.gif') no-repeat left top;
	margin: 0px auto;
}




.right>p {
	margin-right: 18px;
}

h2 {
	margin: 2em 0 1em 0;
	color: #353535;
	font-size: 1.1em;
}

.right h2 {
	margin-top: 0;
}

.left {
	float: left;
	margin-left: 37px;
	width: 280px;
	overflow: hidden;
}

.right {
	float: right;
	width: 640px;
	margin-right: 18px;
	overflow: hidden;
}

.item {
	float: left;
	background: transparent url('../images/layout/bgnd-item-small.png') no-repeat left top;
	width: 202px;
	height: 237px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 13px;
	position: relative;
}

.last {
	margin-right: 0;
}

.item h2 {
	background: transparent url('../images/layout/bgnd-item-head.png') no-repeat left top;
	color: #000;
	font-size: 9pt;
	min-height: 35px;
	margin: 0;
	position: absolute;
}

.item h2 a {
	color: #000;
	text-decoration: none;
	width: 173px;
	height: auto;
	display: block;
	padding: 10px 15px;
}

.item h2 a:hover {
	color: #bb0000;
}

.item div {
	margin-top: 35px;
}

.item div a, .itemBig div {
	display: table-cell;
	width: 202px;
	height: 202px;
	text-align: center; /* qui e non su precedente, iCab3 */
	vertical-align: middle;
}

.itemBig div {
	width: 462px;
	height: 473px;
}

.item div img, .itemBig div img {
	vertical-align: middle;
	margin: 0;
}
/*\*//*/
* html .item div a, * html .itemBig div {
	display: block;
}
* html .item div span, * html .itemBig div span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
* html .item div a, * html .itemBig div {
	font-size: 1px;
}
/* non serve solito shift background-position: 11px 11px per IE/Mac, forse perche' su inline-block? */

.clear {
	clear: both;
	margin: 0;
	padding: 1em 0;
}

dl {
	margin-bottom: 2em;
}

dt {
	color: #b00;
	font-weight: bold;
	font-size: 8pt;
}

dd {
	color: #222;
	margin-bottom: 0.5em;
	font-size: 8pt;
}

.breadcrumbs {
	float: left;
	color: #888;
	font-size: 0.9em;
	height: 27px;
	text-transform: uppercase;
}

.breadcrumbs span {
	padding: 0 10px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #888;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	color: #888;
}

.itemBig {
	background: transparent url('../images/layout/bgnd-item-big.png') no-repeat left top;
	width: 462px;
	height: 473px;
	float: left;
}

.itemGallery {
	float: right;
	width: 152px;
	height: 500px;
	margin-right: 8px;
}

.itemGallery .scrollable {
	background: transparent url('../images/layout/scroll-bgnd.png') repeat-y left top;
	position: relative;
	overflow: hidden;
	width: 152px;
	height: 452px;
}

.itemGallery .scrollable .items {
	height: 20000em;
	position: absolute;
	text-align: center;
}

.scrollable a {
	display: block;
	/*
	background: none;
	background-color: #fff;
	width: 91px;
	height: 91px;
	margin: 5px 30px 22px 30px;
	*/
	margin: 5px 15px 22px 15px;
	cursor: pointer;
}

.itemGallery .scrollable img {
	/*
	width: 91px;
	height: 91px;
	*/
}
/*
.itemGallery .scrollable .active {
	border: 1px solid #000;
	z-index: 9999;
	position: relative;
}
*/
.itemGallery a.browse {
	width: 152px;
	height: 24px;
	display: block;
	cursor: pointer;
}

.itemGallery a.up {
	background: transparent url('../images/layout/scroll-up.png') no-repeat 0 -48px;
}

.itemGallery a:hover.up, .itemGallery a:active.up {
	background-position: 0 -24px;
}

.itemGallery a.down {
	background: transparent url('../images/layout/scroll-down.png') no-repeat 0 -52px;
}

.itemGallery a.down:hover, .itemGallery a.down:active {
	background-position: 0 -26px;
}

.itemGallery a.disabled, .itemGallery a:hover.disabled {
	background-position: 0 0;
	cursor: default;
}


/*================================================================*/
/*                 Partneri                                       */
/*================================================================*/

ul#partnersList {
}

ul#partnersList li {
	list-style-image: url('../images/odrazka.gif');
	padding-top: 5px;
	padding-bottom: 5px;
}


/*================================================================*/
/*                 Kontakty                                       */
/*================================================================*/

#Adresa {
	width: 270px;
	float: left;
}

#Mapa {
	width: 320px;
	margin-left: 10px;
	float: left;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

#Mapa a {
	font-size: 7pt;
	color: #ccc;
	text-decoration: none;
}

/*================================================================*/
/*                 FAQ                                            */
/*================================================================*/

textarea {
	width: 270px;
	height: 150px;
}

input#ABGsubmit {
	margin-top: 0.5em;
}

.faqPol {
	margin: 0px;
	padding: 0px;
	padding: 10px 10px 0px 0px;
	color: #353535;
	}

.faqPolOtz {
	color: #000;
	padding: 0px 0px 0px 15px;
	background: transparent url('../images/odrazka.gif') no-repeat left 3px;
	}

.faqPolOtz a {
	text-decoration: none;
	color: #353535;
	}

.faqPolOtz a:hover {
	text-decoration: underline;
	color: #666;
	}

.faqPolOdp {
	padding: 10px 0px 10px 15px;
	color: #b00;
	}

.faqPolOdpX {
	padding: 10px 0px 10px 15px;
	color: #b00;
	display: none;
	}




h2.txtH, h3.txtH, h4.txtH, h5.txtH {
	/*display: inline;*/
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	}

h3.odkaz {
	color: #b00;
	text-decoration: underline;
	cursor: pointer;
	}	

h3.odkaz:hover {
	color: #333;
	text-decoration: underline;
	}
