.sponsors a img {border: none;}


div.sekce-vypis { margin-top: 6px; }
div.sekce-vypis .sekce { margin-bottom: 20px; }
div.sekce-vypis .sekce h4 { margin-bottom: 4px; margin-top: 0px; }
div.sekce-vypis .sekce p { margin: 0px; }

div.dokumenty { width: 100%; padding: 0; margin:0; padding-top: 20px; }
div.dokumenty ul { margin:0; padding-left:0px; list-style: none; } 
div.dokumenty ul li { line-height: 20px; padding-left: 22px; background: url('/_design/images/save.png') center left no-repeat; }
div.dokumenty a { text-decoration: underline; }
div.dokumenty a:hover { text-decoration: none; }
div.dokumenty span.nazev { }
div.dokumenty span.velikost { font-size: 10px; }

div.fotografie { width: 100%; padding: 0; margin:0; padding-top: 20px; }
div.fotka { border: 2px solid #ddd; padding: 0px; float: left; margin-right: 5px; margin-bottom: 5px; }
div.fotka .obrazek { padding: 0px; border: 4px solid white; text-align: center; background: white; } 
div.fotka .obrazek img { border: none; border: 0px solid #e04800; }
div.fotka .caption { padding: 0px 3px 0px 3px; font-size: 10px; text-align: center; color: black; border-top: 2px solid #ddd;}
div.fotka a { text-decoration: none; }
div.fotka a div { background-color: transparent; }
div.fotka a:hover { text-decoration: none;}
div.fotka a:hover .caption { background-color: #e5ecff; }

/* CLANEK - SEZNAM */
div.clanky-seznam { margin-top: 20px; }

/* CLANEK - NAHLED */
div.clanky-nahled { margin-bottom: 20px; }
div.clanky-nahled h3 { margin-bottom: 4px; margin-top: 0px; }
div.clanky-nahled h3 a { text-decoration: none; }
div.clanky-nahled .anotace { }
div.clanky-nahled .anotace p { margin: 0px; }
div.clanky-nahled .obrazek { float:left; display: inline; margin-top: 0.5em; margin-right: 10px; border: 2px solid #ddd; background: white; padding: 4px; }
div.clanky-nahled .obrazek img { margin: 0px; }
div.clanky-nahled .autor { }

/* CLANEK - DETAIL */
div.clanek-detail { max-width: 100%; }
div.clanek-detail .anotace { margin-bottom: 6px; }
/*div.clanek-detail .anotace p { margin: 0px; }*/
div.clanek-detail .obrazek { float:left; display: inline; margin-top: 0.5em; margin-right: 10px; border: 2px solid #ddd; background: white; padding: 4px; }
div.clanek-detail .obrazek img { margin: 0px; }
div.clanek-detail .informace { margin-top: 10px; font-size: 95%; }
div.clanek-detail .informace .autor { }
div.clanek-detail .informace .datum { }

/* PANEL */
	#dhtmlgoodies_xpPane{
		float:left;
		width:400px;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel{
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;	
	}
	#dhtmlgoodies_xpPane .panelContent{
		font-size:12px;
		/* background-image:url('/images/bg_pane_right.gif'); */
		background-position:top right;
		background-repeat:repeat-y;
		border-left:2px solid #fff46e;
		border-right:2px solid #fff46e;
		border-bottom:3px solid #fff46e;	
		padding-left:2px;
		padding-right:2px;	
		padding-bottom:3px;	
		overflow:hidden;
		position:relative;
		clear:both;
	}
	#dhtmlgoodies_xpPane .panelContent div{
		position:relative;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar{
		background-image:url('/images/bg_panel_top_left.gif');
		background-repeat:no-repeat;
		background-position:top left;
		background-color:#fff46e;
		height:25px!important;
		padding-right:5px;
		padding-left:5px;
		cursor:pointer;
		overflow:hidden;
	
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span{
		line-height:25px!important;
		vertical-align:middle;
		font-family:arial;
		font-size:12px;
		color:#000000;
		font-weight:bold;
		float:left;
		padding-left:5px;
	}
	#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img{
		float:right;
		cursor:pointer;
	}
	#otherContent{	/* Normal text content */
		float:left;	/* Firefox - to avoid blank white space above panel */
		padding-left:10px;	/* A little space at the left */
	}	
