a img { border: 0; }
.strong { font-weight: bold; }
.clear { clear: both; }
.clear_hidden { clear: both; height: 1px; overflow: hidden; }
.right { text-align: right; }
.center { text-align: center; }

.error {
	margin: 20px 30px;
	padding: 10px 20px 10px 70px;
	min-height: 48px;
	font-weight: bold;
	background: red url('../img/ico_warning48.png') no-repeat 10px 10px;
	color: white;
	border: 5px solid #FF4500; /* orangered */
}

/* formulare */
label {
	font-weight: bold;
}
input[type="text"], textarea {
	border: 1px solid #00679e; 
	padding: 1px;
	background: white;
}
input[type="submit"], button, input[type='button'] {
	padding: 1px 10px;
	background: #3c86c1 url('../img/layout/bg_prechod_modra.png') repeat-x top left ;
	border: 1px solid #00679e; 

	font-weight: bold;
	color: black;
}
button img {
	margin: 0 !important;
	padding: 0 !important;
}
blockquote, cite {
	font-style: italic;
}

/* UVODNI OBRAZEK */
a.uvodniobrazek {
	display: block;
	float: left;

	padding: 5px;
	background: #EEE;
	margin: 5px 10px 10px 5px;
}
a.uvodniobrazek img {
	border: 1px solid white;
	margin: 0 !important;
}
a.uvodniobrazek:hover {
	background: #aaa;
}

/* PRILOHY a GALERIE */
ul.prilohy, ul.galerie {
	padding: 5px 0 !important;
	margin: 0  !important;
	font-size: 89%;
	clear: both;
}
ul.prilohy li, ul.galerie li {
	text-align: center;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
ul.prilohy a {
	padding: 0;
	text-decoration: none;
	display: block;
	width: 90px;
	height: 65px;
	margin: 3px;
	padding: 4px 0 0 0;
	overflow: hidden;
}
ul.prilohy a img {
	margin: 0 !important;
}
ul.galerie a {
	text-decoration: none;
	display: block;
	width: 162px;
	height: 109px;
	margin: 3px;
	padding: 5px;
	overflow: hidden;
	background: #eee;
}
ul.galerie a:hover {
	background: #aaa;
}
ul.galerie a img {
	border: 1px solid white; 
	margin: 0 !important;;
}

/* tabulka diskuse */
table.diskuse {
	margin: 1em auto;
	width: 95%;
}
table.diskuse .nadpis {
	background: #60a7d5;
}
table.diskuse .text td {
	padding: 10px 10px 30px 10px !important;
	border-bottom: 1px solid #60a7d5;
}

 /* SEZNAM CLANKU */
.clanek img {
	display: block;
	float: right;

	padding: 1px;
	background: white;
	margin: 5px 10px 10px 5px;
	border: 5px solid #eee;
}

.clanek {
	clear: both;
	margin: 1em 0;
}
.clanek h4 {
	font-size: 110%;
}
.clanek.bezPopisu {
	margin: 0;
	padding: 0px 0px;
}
.clanek.bezPopisu h4 {
	margin: 0 !important;
	line-height: 160%;
}

.clanek p {
	margin: 0.5em 0 0 0;
}

