body{
	background:url('img/background_pattern.png') repeat-x;
	font-family: arial;
	font-size:12px;
}

h1{
	position:relative;
	margin:0px;
	padding:0px;	
}

h1 span{
	position:absolute;
	left:0px;
	top:0px;
	width:1250px; 
	height:202px;
	background:url('img/top_image.png') no-repeat;
	display:block;
	clear:left;
}

h2{
	font-size:25px;
	font-weight:bold;
	color:#f58f20;
	margin:0px 0px 15px 0px;
	padding:0px;
}


h3{
	font-size:23px;
	font-weight:bold;
	color:#f58f20;
	margin:0px 0px 15px 0px;
	padding:10px 0px;
	line-height:23px;
}

a{
	text-decoration:none;
}

p{
	margin:10px 0px 10px 0px;
}

#mainContainer{
	width:1250px; 
	margin:0px auto;
}

#header{
	width:1250px; 
	height:202px; 
	margin:0px auto; 
}

#heading{
	width:1250px; 
	height:202px;
	position: static;	
}

#content{
	width:955px;
	margin:0px auto;
	position:relative;
	padding-left:10px;
}


#leftPanel{
	width:590px;
	float:left
}

#rightPanel{
	width:362px;
	float:left;
}

#bigPanel{
	width:952px;
	float:left;
}

.article table.bordered{
	border-collapse: collapse;
	width:500px;
}

.article table.bordered td{
	border:1px solid black;
	text-align:center;
	padding:2px;
}

.article img{
	float:left;
	margin:6px 15px 6px 0px;
	width:197px;
	height:195px;
}

.article p{
	line-height:15px;
	text-align: justify;
}

.article p.perex{
	float:left;
	width:300px;
}

img.mainArticle{
	margin-left:10px;
}

.article a , .archive a {
	float:right;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	margin:0px 8px 0px 0px;
}

.article a:hover, .article a:focus , .smallArticle a:focus, .smallArticle a:hover{
	text-decoration:underline;
}

.archive{
	padding:5px !important;
}

.archive h3{
	margin-bottom:0px;
	font-size:18px;
	
}

.archive h3 a{
	color:#f58f20;
	float:none;
}

.archive p{
	padding-bottom:20px;
	border-bottom:1px solid #e5e5e5;
	line-height:15px;
	padding-top:0px;
	text-align: justify;
	margin-top:0px;
}

.archive a#linker{
	margin-top:20px;
}

.archive a#linker:hover,.archive a#linker:focus{
	text-decoration:underline;
}

#vizual{margin-top:7px; display:block}

.archiveFull{
	position:relative;
	padding-top:0px;
	margin-top:30px;
	padding-bottom:10px;
}

.archiveFull h3{
	background:url("img/icon_document.png") no-repeat left center;
	padding:10px 0px 0px 30px;
	display:block;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	width:250px;
}

.archiveFull div.line{
	border-top:1px solid #e5e5e5;
	height:1px;
	width:100%;
}


.archiveDate{
	position:absolute;
	right:0px;
	width:200px;
	top:0px;
	text-align:right
}


.smallArticle{
	padding-bottom:10px
}

.smallArticle p{
	float:left;
	width:230px;
	line-height:15px;
	text-align: justify;
	margin:10px 20px 0px 25px;
}

.smallArticle a{
	clear:right;
	display:block;
	text-align:right;
	color: #000000;
	font-weight:bold;
	margin-top:15px;	
}

.smallArticle .part{
	float:left;
	position:relative;
	display:inline;
	height:300px;
}

.part h4{
	height:35px;
}

.published p{
	float:none;
}

a#blog{
	position:relative;
	float:left;
	margin:0px 0px 10px 10px;
	width:120px;
	height:102px;
	display:block;
}

a#blog span{
	position:absolute;
	top:0px;
	left:0px;
	background: url("img/link_blog.png") no-repeat;
	width:120px;
	height:102px;
	display:block;
	clear:left;
}

a#youtube{
	position:relative;
	float:left;
	margin:0px 0px 10px 25px;
	width:92px;
	height:39px;
	display:block;
}

a#youtube span{
	position:absolute;
	top:0px;
	left:0px;
	background: url("img/link_youtube.png") no-repeat;
	width:92px;
	height:139px;
	display:block;
	clear:left;
}

a#facebook{
	position:relative;
	float:left;
	margin-left:20px;
	width:104px;
	height:39px;
	display:block;
}

a#facebook span{
	position:absolute;
	top:0px;
	left:0px;
	background: url("img/link_facebook.png") no-repeat;
	width:104px;
	height:39px;
	display:block;
	clear:left;
}

.video{
	height:300px;
}

a#buttonVideo{
	position:relative;
	float:left;
	display:block;
	width:100px;
	height:27px;
	margin:25px 0px 0px 8px;
}

a#buttonVideo span{
	background:url("img/video_button.png") no-repeat 0px -28px;
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:27px;
	display:block;
	clear:left;
}

a#buttonVideo:hover span{
	background:url("img/video_button.png") no-repeat 0px 0px;

}

a#buttonFoto{
	position:relative;
	float:left;
	display:block;
	width:100px;
	height:32px;
	margin:20px 5px 0px 3px;
}

a#buttonFoto span{
	background:url("img/foto_button.png") no-repeat 0px -33px;
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:32px;
	display:block;
	clear:left;
}

a#buttonFoto:hover span{
	background:url("img/foto_button.png") no-repeat 0px 0px;

}

a#buttonKampan{
	position:relative;
	float:left;
	display:block;
	width:120px;
	height:40px;
	margin-top:15px;
}

a#buttonKampan span{
	background:url("img/kampan_button.png") no-repeat 0px -42px;
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:40px;
	display:block;
	clear:left;
}

a#buttonKampan:hover span{
	background:url("img/kampan_button.png") no-repeat 0px 0px;

}

#footer{
	width:100%;
	text-align:center;
	color: #353535;
	float:left;
	margin-top:20px;
	padding-bottom:20px;
}


#searchBox{
	width:316px;
	background:url("img/search_right.jpg") right center #808080 no-repeat;
	height:37px;
	float:right;
	margin-top:4px;
	line-height:37px;
}

#searchBox span{
	font-weight:bold;
	color: white;
	font-size:12px;
	margin-left:15px;
	float:left;
}

#searchBox form{
	margin:0px;
	padding:0px;
	float:right;

}

#searchBox input{
	margin:0px;
	padding:0px;
}


fieldset.search {
	border: none;
	width: 150px;
	margin: 2px 0px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: black;
	font-size: 1.2em;
	line-height:25px;
	font-size:12px;
	padding: 8px 5px 0px 5px;
	width:116px;
	height:25px;
	background:url("img/search_input.png") no-repeat;
}

.clearer{
	clear:both;
}

#tableDary{
	margin:10px 0px 20px 10px;
	width:95%;
}

#tableDary td, #tableDary th{
	border:0px;
	padding:5px;
}

#tableDary th{
	text-align:right;
	font-weight: normal;
}

.tableDaryDark{
	background-color: #efefef;
}

#tableDaryFinal{
	background-color: #f58f20;
	color:white;
	font-weight:bold;
}

.paging{
	padding-bottom:10px;
}

.paging a{
	color:#f58f20;
	font-size:14px;	
	float:right;
	margin: 0px 10px;
}

.paging a:hover{
	text-decoration:underline;
}

.paging .disabled{
	display:none;
}

.paging .current{
	font-weight:bold;
	color:#f58f20;
}

.pagingPosition{
	float:right;
	margin: 0px 10px;	
}

.contentMode h3{
	padding-top:0px;
}

.articleBorder{
	margin-bottom:20px;
}

.smallHeading{
	color:#909191;
	font-size:14px;
	margin-bottom:0px;
}

.smallHeadingOrange{
	color:#f58f20;
	font-size:14px;
	margin-bottom:0px;
	margin-top:25px;
}

.cv{
	margin-left:15px;
}

.cv th,.cv td{
	text-align:left;
	padding:0px 0px 10px 0px;
}

.cv th{
	padding-right:30px;
}

#contactAlign{
	padding-left:0px;
}

#contactAlign h2{
	margin-left:20px;
}

.no_border td{
	font-size: 14px;
	font-weight:bold;
	color:#888888;
	padding:0px 0px 5px 10px;
}

.no_border input
{
	background: #ffffff url(img/input.png) no-repeat;
	background-position: center center;
	width: 180px;
	font-size: 12px;
	color: #666666;
	border:0px;
	padding:0px 5px 0px 5px;
	padding-top:7px;
	padding-bottom:-7px;
	height:29px;
	line-height:29px;
}
.no_border textarea
{
	font-family:Arial, Helvetica, sans-serif;
	background: #ffffff url(img/text-area.png) no-repeat;
	height: 131px;
	width: 454px;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	border:0px;
	overflow: hidden;
	padding:5px;
	
}

#send_message_button{
	width:53px;
	height:29px;
	background:none;
	position:relative;
	top:-43px;
}

.pasticka
{
	display:none;
}

ul.calendar{
	padding:0px;
}

ul.calendar li{
	list-style-type: none;	
	line-height:18px;
	margin-left: 15px;
}

ul.calendar li a{
	background:url("img/calendar_ico.png") no-repeat left center;
	padding:10px 0px 10px 25px;
	display:block;
	border-bottom:1px solid #e5e5e5;
	color: #000000;
	text-decoration:none;
	float: none;
}

#actions a{
	display:block;
	color:black;
	margin-top:20px;
}

h3.clanek{
	width:200px;
	height:45px;
	position:relative;
	display:block;
	margin:0px 0px 0px 15px;
	padding:0px;
}

h3.clanek span{
	width:200px;
	height:45px;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	background-image:url("img/heading_clanek.png");
	clear:left;
}

h3.rozhovor{
	width:200px;
	height:45px;
	position:relative;
	display:block;
	margin:0px 0px 0px 15px;
	padding:0px;
}

h3.rozhovor span{
	width:200px;
	height:45px;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	background-image:url("img/heading_rozhovor.png");
	clear:left;
}

h3.reakce{
	width:200px;
	height:45px;
	position:relative;
	display:block;
	margin:0px 0px 0px 15px;
	padding:0px;
}

h3.reakce span{
	width:200px;
	height:45px;
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	background-image:url("img/heading_reakce.png");
	clear:left;
}

.smallArticle h4{
	margin:10px 0px 10px 25px;
	padding:0px;
	width:250px;
}

.contentMode p a{
	float: none;
}

#galleryDescription{
    margin:10px;
	clear:both;
}

.contactInfo{
	margin:0px 10px 10px 10px;
}
