/* CSS Document */
/* v2p2.com */
/* Design (c) Adam Kudrna, 2007 */
/* Written 13/10/2007 */



/*-------------------------------------------- GENERAL ELEMENTS --------------------------------------------*/

body {
	font: 11pt times, serif;
	color: black;
}

hr, h2 img, form, .hidden, .not_printable, #menu, .admin_edit, .admin_koncert_edit {
	display: none !important;
}

h1 {
	font: normal 500% impact, verdana, sans-serif;
	line-height: 100%;
	margin-top: .3em;
	margin-bottom: 0;
}
h1 a {
	color: #F4001E !important;
}
h2 {
	font: bold 120% verdana, sans-serif;
}

ul {
	list-style-type: disc;
}

table {
	width: 100%;
	border-style: none;
}
th {
	font-weight: bold;
	text-align: left;
}

/* LINKS */
a, a:link, a:visited {
	text-decoration: underline;
	color: #374A67;
}
a img {
	text-decoration: none;
	border-style: none;
}

div.clearer {
	clear: both;
	font-size: 0;
	line-height: 0;
}



/*-------------------------------------------- LAYOUT --------------------------------------------*/

#top {
	border-bottom: .5mm solid black;
	margin-bottom: 2em;
}
#footer {
	border-top: .5mm solid black;
	margin-top: 2em;
	padding: .5em 0;
}



/*-------------------------------------------- CONTENT-DEPENDENT ELEMENTS --------------------------------------------*/

/* NOVINKY */
a.sidebar_deska {
	float: left;
	margin-right: 2em;
}

/* SKUPINY */
img.foto_skupiny {
	float: left;
	margin: 1em 1em 2em 0;
}

/* DESKY */
a.album_left, a.album_right {
	float: left;
	margin: 1em 2em 1em 0;
}
a.album_left img, a.album_right img, a.album_left em, a.album_right em {
	display: block;
}
p.podnadpis {
	margin-top: -1em;
}
img.album_detail {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

