/* Prehledna tabulka:

	Typografie
	Layout Hlavicky
	Layout Stredu
	Layout Zapati
	
*/

/* Typografie
--------------------------------------------------------------------------------------- */

#myheader, #my_middle, #my_middle_subsection {
	color: black;
	font-size: 1.6em;
}

.strong, #my_middle_subsection {
	font-weight: bold;
}

#my_footer {
	color: white;
}

.text_box_1, .text_box_2, #footer_disclaimer, .caption, #my_middle_subsection {
	text-align: right;
/* Zde je nekolik oblasti, ktere vyuzivaji stejnou vlastnost. Je jednoznacne 
videt, ze by v tom byl bordel, kdyby jsme psali kazdy zvlast */	
}


/* Layout Hlavicky
--------------------------------------------------------------------------------------- */

#my_header {
	height: 100px;
}


/* 	Layout Stredu
--------------------------------------------------------------------------------------- */

#my_middle {
	width: 500px;
	padding: 20px;
}

#my_middle_subsection {
	margin: 20px;
	border: 1px solid #CCC;
}


/* Layout zapati
--------------------------------------------------------------------------------------- */

#my_footer {
	background: black;
}