@charset "utf-8";

/* search */

.btn-slide {
	width: 144px;
	height: 31px;
	padding: 3px 24px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right -26px;
}
.active {
	background-position: right 6px;
}

/* nástěnka */
.board {
	margin: 7px;
	padding: 0;
	background-image: url(../images/board_under.gif);
	background-repeat: repeat-y;
	border-color:#FFF;
	border-style: solid;
	border-width: 1px;
	color: #FFF;
}
.board h3 {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left -26px;
	padding: 7px 30px;
	margin: 0;
	cursor: pointer;
	font-size: 14pt; 
	font-style: normal; 
	font-weight: normal;
}
.board h3:hover {
	color:#132970;
}
.board h3.active {
	background-position: left 6px;
}
.board p {
	background-image: url(../images/board_under.gif);
	background-repeat: repeat-y;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFF;
	color: #FFF;
	margin: 0;
	padding: 10px 15px 20px;
}
.noshow {
	display: none;
}

/* bubliny */
.main #icon ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}
.main #icon li {
	padding: 0;
	margin: 0 6px;
	float: left;
	position: static; /*aby fungovali bubliny, musí být relative*/
	text-align: center;
	list-style: none;
	z-index: 1;
}
.main #icon a {
	padding: 0;
	display: block;
	color: #132970;
	width: 24px;
	text-decoration: none;
	font-size: 10pt;
	z-index: 1;
}
.main #icon li em {
	font-weight: normal;
	width: 151px;
	height: 27px;
	position: absolute;
	top: -60px;
	left: -64px;
	text-align: center;
	padding: 2px 0 2px;
	font-style: normal;
	z-index: 2;
	display: none;
	background-image: url(../images/hover.png);
	background-repeat: no-repeat;
}

/* vyskakovací okno */
#dialog  p{
	font-size: 11pt;
	color: #132970;
	margin: 0;
}

/* slide */
.accordion h3 {
	font-size: 12pt;
	font-weight: normal;
	padding: 2px 15px !important;
	margin: 0 10px !important;
	border-bottom: solid 1px #fff;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #0067B1;
}
.accordion h3.active {
	border-bottom: none;
}
.accordion p {
	padding: 2px 15px 10px 15px !important;
	margin: 0 10px !important;
	border-bottom: solid 1px #0067B1;
}
.accordion h3 #white {
	color: FFF;
}
.accordion a {
	text-decoration: underline;
}

/* změna obrázků */
.main #proj #vizual h2 {
	margin: 0 0 .2em;
}
.main #proj #vizual h2 em {
	color: #999999;
}
.main #proj #vizual #largeImg {
	width: 543px;
	height: 318px;
	text-align: center;
}
.thumbs {
	height: 340px;
	margin: 8px 0 0 0;
}
/*
[if IE]>
.thumbs {
	margin: 50px 0 0 0;
}
<![endif]
*/
.thumbs img {
	border: solid 1px #fff;
	width: 96px;
	height: 56px;
	margin: 2px;
}
.thumbs img:hover {
	border-color: #132970;
}

/* slide hlavičky */
#slider { 
	margin:0; 
	padding:0; 
	list-style:none; 
}
#slider ul, #slider li { 
	margin:0; 
	padding:0; 
	list-style:none; 
}
#slider li {
	width:545px; 
	height:252px; 
	overflow:hidden; 
}

