/* barvicky textu */
.t_white {
	color: #fff;
}

.t_black {
	color: #000;
}

.t_darkgrey {
	color: #333;
}

.t_grey {
	color: #999;
}

.t_lightgrey {
	color: #ccc;
}

.t_red {
	color: #ae102a;
}

.t_green {
	color: #547d2b;
}

/* barvicky pozadi */
.b_grey {
	background-color: #c5c9cb;
}

.b_darkgrey {
	background-color: #151516;
}

.b_silver {
	background-color: #bfbfba;
}

.b_red {
	background-color: #ae102a;
}

.b_green {
	background-color: #547d2b;
}

.b_gold {
	background-color: #b0901f;
}

/* fonty */

.sans {
	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
}

.serif {
	font-family: "Times New Roman", serif;
}

/* zakladni elementiky */
h2 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.4em;
	
	color: #000;
}

h3 {
	margin: 16px 0px 8px 0px;
	
	font-size: 1.3em;
	
	color: #000;
}

h3.clickable:hover {
	text-decoration: underline;	
}

h4 {
	margin: 12px 0px 6px 0px;
	
	font-size: 1.0em;
	
	color: #000;
}

a {
	text-decoration: none;	
	
	color: #c20d00;
}

a:hover {
	text-decoration: underline;	
}

a:focus, a:active {
	outline: none;
}

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

ul.expanded li {
	padding-bottom: 6px;
}

ul.expanded2 li {
	padding-bottom: 9px;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

/****************** clanky **********************/

.article {

}

.article .photo {
	float: left;
	
	width: 55px;
	height: 55px;
}

.article .content {

}

.article .gallery {

}