/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

table {border-collapse:separate;border-spacing:0;}

caption, th, td {text-align:left;font-weight:normal;}

table, td, th {vertical-align:middle;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}

blockquote, q {quotes:"" "";}

ul{list-style:none}

a img {border:none;}

.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}
a{
	color:#bc121f;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color:#bc121f;
	font-weight:bold;
	text-decoration: none;
}
h2 {
	color: #bc121f;
	font-size:1.4em;
	font-weight:bold;
}
h4{
	color: #bc121f;
	font-size:1em;
	font-weight:bold;
}
p{
	padding:.3em 0 .5em;
	font-size:1em;
}
#content ul{
	list-style:none;
}
#content li{
	background: url(../images/bullet-list.gif) left 10px no-repeat;
	padding:.3em 0 .3em 17px;
}
#content li a{
	color:#aaad00;
}
#content li span{
	color:#999999;
}


/* layout */
body {
	background: #efefef url(../images/bg.gif) left top repeat-x;
	text-align: center;
	font: .78em/1.5em Tahoma, sans-serif;
	color:#434343;
}
#container{
	width: 1004px;
	margin:0 auto;
	text-align:left;
}

#header{
	width:100%;
	height:124px;
}
#header h1{
	padding: 38px 0 0 40px;
}
#header h1 img{
	display:block;
}
ul#menu{
	height:38px;
	overflow:hidden;
}
ul#menu li{
	display:block;
	float:left;
	background: url(../images/bg-menu-divider.gif) right top no-repeat;
	padding-right:2px;
	font-size:12px;
}
ul#menu li a{
	display: block;
	color:#FFF;
	padding: 11px 51px 9px 51px;
	text-decoration:none;
	font-weight:normal;
}
ul#menu li a:hover{
	background: url(../images/bg-menu.gif) top left repeat-x;
}
ul#menu li.contact{
	background: transparent;
	padding-right:0;
}
ul#menu li.contact a{
	padding: 11px 53px 9px 52px;
}
ul#menu li.selected a{
	background: url(../images/bg-menu.gif) top left repeat-x;
	font-weight:bold;
}

#footer{
	background:#e5e5e5;
	color:#58585a;
	font-size:.9em;
	width:100%;
}
#footer div{
	background:#f0f0f0;
	margin:0 auto;
	padding:20px 0 20px !important;
	width:1004px;
	text-align:left;
}
#footer div p{
	padding-left:40px;
}



#homepage #content{
	background:#FFF url(../images/bg-line-homepage.gif) left bottom no-repeat;
	width:100%;
	padding-bottom:6px;
	border-top:7px solid #D4D700;
}

.leftCol{width:710px; float:left}
.rightCol{width:293px; float:right;border-left: 1px solid #F0F0F0}

.intro-box{
	background: url(../images/uvod-box-bg.gif) left bottom no-repeat;
	padding-bottom:20px;
}
.intro{
	padding: 20px 20px 20px 40px; 
	background: transparent;
}
p.link{
	background: url(../images/bullet.gif) left center no-repeat;
	padding: .5em 0 .5em 30px;
	margin-top: 10px;
}
.box-content{
	padding:15px 30px;
}
.box-info{
	background:#b5b800;
	padding:10px 30px 0 30px;
	margin-bottom:10px;
	color:#FFF;
	font-size:.9em;
}
.box-info p.link{
	background: url(../images/ico-info.gif) left center no-repeat;
	color:#FFF;
	padding: .5em 0 .5em 33px;
}
.box-info p.link a{
	color:#FFF;
}
.box-news{
	background: url(../images/cubes.gif) left 70px repeat-x;
	margin:0 40px;
	padding:10px 0;
}
.box-news .pair-news{
	background: url(../images/dots.gif) left bottom repeat-x;	
}
.box-news .left{
	float:left;
}
.box-news .right{
	float:right;
}
.banner{
    margin: 20px auto 0;
    text-align: center
}
.banner img{
    border: 0 !important;
    padding:0 !important
}

.news-item{
	width:296px;
	margin:20px 0 0;
	padding-bottom:20px;
}
.news-item .thumb{
	width:120px;
	float:left;
}
.news-item .news-content{
	width: 176px;
	float:right;	
}
.news-item p{
	font-size:.9em;
}
.news-item p span{
	color:#898989;
}
#content .news-item ul.files li{
	background: url(../images/bullet-list-small.gif) left .9em no-repeat;
	padding:.3em 0 .3em 11px;
	font-size:.9em;
}
.news-archiv-item{
	margin:0 0 15px;
	padding-bottom:10px;
	background: url(../images/dots.gif) left bottom repeat-x;	
}
.news-archiv-item .thumb{
	width:120px;
	float:left;
	padding-bottom:10px;
}
#content .thumb img{
	border: none;
	padding:0;
	}
.news-archiv-item .news-content{
	width: 515px;
	float:right;	
}
.news-archiv-item h3{
	margin:0;
	padding:0;
}
.news-archiv-item p{
	font-size:.9em;
}
.news-archiv-item p span{
	color:#898989;
}
.news-archiv-item p img{
	margin-top: 20px;
	display: block;
}

.box-news p.link{
	font-size:.9em;
}
.box-stories{
	border-bottom: 6px solid #e8e8e8;
	padding-bottom:15px;
}
.box-stories li{
	font-size:.9em;
}
.box-questions{
	color:#0097b8;
	font-size:.9em;
}
.box-questions a{
	color:#0097b8;
}
.bubble{
	background: url(../images/bg-question-bubble.gif) center top repeat-y;
}
.bubble-content{
	padding: 0 20px;
}
.bubble-top{
	background: url(../images/bg-question-bubble-t.gif) left top no-repeat;
	height:16px;
}
.bubble-bottom{
	background: url(../images/bg-question-bubble-b.gif) left top no-repeat;
	height:33px;
}
.box-questions p.link{
	background: url(../images/ico-info-blue.gif) left center no-repeat;
	padding: .5em 0 .5em 35px;
	margin:0 0 30px 20px;
}
p.send-question{
	margin:5px 0 20px 0;
}
p.send-question a{
	background: url(../images/bg-button-send.gif) left center repeat-y;
	border:1px solid #ccedf4;
	padding:.5em 0;
	display:block;
	width:117px;
	text-align:center;	
}

.box-gradient{
	background: url(../images/bg-box.gif) left top repeat-x;
}
.box-thanks{
	background: url(../images/bg-box.gif) left top repeat-x;
	border-top: 6px solid #e8e8e8;
	padding:10px 40px 0;
}
.box-thanks img{
	float:left;
	margin:0 30px 20px 0;
}

#content-holder{
	background: #FFF url(../images/bg-subpage.gif) left top repeat-y;
}
#submenu{
	width: 278px;
	float:left;
}
#submenu ul{
	margin-top:40px;
	margin-bottom:40px;
}
#submenu li a{
	display:block;
	border-bottom: 1px solid #e4e4e4;
	padding:8px 10px 8px 40px;
	color:#444444;
	text-decoration:none;
	font-weight:normal;
	background:#f5f5f5;
}
#submenu li a:hover{
	background:#FFF;
}
#submenu li.selected a{
	background:#FFF;
	font-weight:bold;
}
#content-holder{
	border-top:7px solid #d3d600;
}
#content{
	width:726px;
	float:right;
}
#content #text{
	padding:27px 47px 30px 40px;
}
p.crumbs{
	background: url(../images/cubes.gif) left bottom repeat-x;
	padding:0 0 20px;
	margin-bottom:20px;
	font-size:.9em;
}
#content #text p{
	padding: .5em 0 1em;
	line-height:1.6em;
}
#content #text a{
	font-weight:normal;
}
#content #text h4{
	font-size:1.1em;
	padding:1em 0 .5em;
}
#content .partner-logo {
	float: left;
	width: 150px;
	padding-bottom: 10px;
}
#content .partner-description {
	float: right;
	width: 465px;
	padding-bottom: 10px;
}
#content .partner-description h3 {
	margin: 0 0 0 0;
}
#content .partner-description p {
	margin: 0;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	margin:0 0 20px 0;
}
#content th {
	font-weight: bold;
	border-bottom: 1px solid #E5E5E5;
}
#content td {
	border-bottom: 1px solid #F0F0F0;
}
#content th, #content td {
	padding: .2em .5em .2em 0
}
#content .rightImage{float:right;margin: .7em 0 10px 20px;}
#content .leftImage{float:left;margin: .7em 20px 10px 0;}
#content img{border: 1px solid #d5d5d5;padding:4px}


}
th.seznam-jmeno {
	width: 210px;
}
th.seznam-pracoviste {
	width: 210px;
}
th.seznam-odbornost {
	width: 120px;
}
th.telefon {
	width: 100px;
}



.study-item{
	border-bottom: 1px solid #D0D0D0;
	padding-bottom:.5em;
	margin-bottom:.5em;
}
.study-item h4{
	font-weight:1.1em;
	padding:.5em 0 .1em 0 !important;
	color:#434343;
	font-weight:normal;
}
.study-item h4 span{
	color:#C8131F;
	font-weight:bold;
}
.study-item p{
	padding: .5em 0 .5em 28px !important;
	margin:.1em 0;
}


div#gmap {
	width: 639px;
	height: 400px;
}
#content #text #gmap h4{
	padding: 0 0 4px;
	word-wrap: normal;
	font-size: 13px;
}
#content #text #gmap .gmnoprint p{
	padding: 5px 0 2px;
	font-size: 11px;
}
#content #text #gmap .gmnoprint p.persons{
	display: none;
	fontsize: 0;
}
#workplaces{
	margin-top:15px;
}
#workplaces h4{
	margin: 0 !important;
	padding: .3em 0 .3em !important;
}
#workplaces p{
	margin:0 !important;
	padding:0 !important;	
}
#workplaces div.workplace{
	border-bottom:1px solid #d0d0d0;
	padding:0 0 10px;
	margin-bottom: 10px;
}
#workplaces .workplace p{
	padding: 0 0 7px !important;
}

.ui-tabs-hide {
	display: none;
}

#legend{
	margin: 10px 0 50px;
}
#legend h4{
	font-size:.9em !important;
	padding:0 !important;
}
#legend ul{
	margin-top:10px;
}
#legend ul li{
	padding:.7em 50px .7em 40px;
	margin:0;
	display:inline;
}
#legend ul li.primary{
	background: url("../images/gm-primary-list.gif") left center no-repeat;
}
#legend ul li.secondary{
	background: url("../images/gm-secondary-list.gif") left center no-repeat;
}

#content ul.tabs{
	
}
#content ul.tabs li{
	background:none;
	border:none;
	float:left;
	display:block;
	margin:0;
	padding:0;
	background-image: none !important;
}
#content ul.tabs li a{
	display:block;
	background: #FFF;
	border:1px solid #d4d4d4;
	border-bottom:none;
	color:#000;
	padding:.3em 15px .2em 15px;
	margin-right:10px;
}
#content ul.tabs li.selected a{
	background: #d4d4d4;
	border:1px solid #d4d4d4;
	border-bottom:none;
	color:#000;
	font-weight:bold !important;
	text-decoration:none;
}

#content .ul-clr{
	height:5px;
	background:#d4d4d4;
	clear:both;
	padding:0;
	border: none;
}


.faq{
	border-bottom:1px solid #E5E5E5;
	padding:1.2em 0 .5em;
}

#contact-form{
	width: 340px;
}
#contact-form label{
	width:70px;
	float:left;
	font-weight:bold;
}
#contact-form p{
	clear:both;
}
#contact-form input, #contact-form textarea{
	width:250px;
	float:right;
	font-size:13px;
}
#contact-form p.submitBtn{
	text-align:right;
}
#contact-form p.submitBtn input{
	width:auto;
	cursor:pointer;
}

table th.seznam-jmeno{width: 165px}
table th.seznam-telefon{width: 170px}


/* GALLERY NAVIGATION BAR */

.galImg, .middleImg {border: 3px solid #bebebe; cursor: pointer; display: block; overflow: hidden;} 
a.middleImg { }

a.galImg {display: block; overflow: hidden; line-height: 0; }

.gallery-bar {
	font-weight: bold;
	width: auto;
	margin: auto;
	text-align: center;
}
.gallery-bar a {
	background-color: #9A9C00;
	color: #FFF;
	padding: 0.5em 1em;
	cursor: pointer;
}
.gallery-bar a:hover {
	color: #FFF;
	text-decoration:none;
}
.gallery-controls {
	left: 0px;
	position: absolute;
	bottom: 15px;
	width: 100%;
	margin: auto;
	text-align:center;
}

.gallery-left {
	width: 100px;
	padding: 0.5em 1em;
}
.gallery-right {
	width: 100px;
	margin-left: 10px;
	padding: 0.5em 1em;
}
.gallery-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
a.gallery-close{
	background-color: #BD1220 !important;
}

#expert-check input{
	cursor: pointer;
	background: #890D03;
	color: #FFF;
	border: 0;
	padding: 3px 15px;
	margin-right: 10px;
}
#expert-check input.no{
	background: #E5E5E5;
	color: #58585A;
}

#content .pagination{margin-bottom: 20px}
#content .pagination ul li{background: none; display: block; float: left; padding: 0}
#content .pagination ul li a{display: block; color: #575757; padding: 1px 6px; margin-right: 2px; margin-top: 5px}
#content .pagination ul li.active a{background: #C7CA01; font-weight: bold; color: #FFF; text-decoration: none}



