/* 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_error {
	color: #dd0000;
}

.t_green {
	color: #547d2b;
}

.t_lightgreen {
	color: #a4de24;
}

/* barvicky pozadi */
.b_black {
	background-color: #000;
}

.b_darkgrey {
	background-color: #151516;
}

.b_grey {
	background-color: #c5c9cb;
}

.b_silver {
	background-color: #bfbfba;
}

.b_white {
	background-color: #fff;
}

.b_red {
	background-color: #ae102a;
}

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

.b_lightgreen {
	background-color: #a4de24;
}

.b_lightergreen {
	background-color: #e8f7c5;
}

.b_gold {
	background-color: #b0901f;
}

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

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

.serif {
	font-family: "Garamond", "Times New Roman", serif;
	font-size: 12px;
}

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

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

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

a {
	text-decoration: underline;	
	
	/*color: #547d2b;*/
	color: #ae102a;
}

a:hover {
	text-decoration: none;	
}

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

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

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

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}


/****************** navigace **********************/

.title-block {
	display: block;
	
	width: 273px;
	height: 18px;
	
	overflow: hidden;

	padding-top: 37px;
	margin-left: -1px;
	
	background-color: #999;
	background-position: 1px 0px;
	background-repeat: no-repeat;
	
	font-family: 'ArialBlack', 'Arial', 'Helvetica', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 2px;
	
	color: #fff;
}

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

.article {

}

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

.article .content {

}

.article .gallery {

}

/******************** mapa ****************************/
.over_frame {
	position: absolute; 
	
	width: 667px; 
	height: 391px;
}

.over_frame img {
	display: block;
}

.photo_text_frame_controls *, .photo_text_frame_small *, .photo_text_frame_double *, .photo_text_frame_triple * {
	position: relative;
	
	color: #fff;
}

.photo_text_frame_controls, .photo_text_frame_small, .photo_text_frame_double, .photo_text_frame_triple {
	position: absolute; 
	
	width: 375px; 
	/*width: 395px;*/
	
	margin: 280px 0px 0px 272px;
	padding: 10px;
	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/www.grundresort.cz/images/layout/40.png');
	
	color: #fff;	
}

.photo_text_frame_controls[class], .photo_text_frame_small[class], .photo_text_frame_double[class], .photo_text_frame_triple[class] {
	background-image: url('../images/layout/40.png');
	#background-image: url('../images/layout/10.png');
}

.photo_text_frame_controls {
	width: 252px; 
	/*_width: 272px;*/
	height: 35px;
	/*_height: 55px;*/
	
	margin: 336px 0px 0px 395px;
}

.photo_text_frame_small {
	height: 35px;
	/*_height: 55px;*/
}

.photo_text_frame_double {
	height: 91px;
	/*_height: 111px;*/
}

.photo_text_frame_triple {
	height: 147px;
	/*_height: 167px;*/
	
	margin-top: 224px
}
