body {
	text-align : center; 
	padding : 0px; 
	background-color : black; 
	margin-top : 0px; 
	margin-bottom : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : white;
}

#page {
	height : 100%;
	width : 954px; 
	margin-left : auto; 
	margin-right : auto;
	text-align : left;
}

#leva_hlavicka {
	height : 188px;
	border-bottom : solid 4px red;
}

#levy_sloupec {
	float : left; 
	width : 160px; 
	background-color : #F2CB28; 
	height : 100%;
	font-size : 12px;
	font-weight : bold;
	color : black;
}

#levy_sloupec LI {
	padding-top : 5px;
}

#levy_sloupec A {
	text-decoration : none;
	color : black;
}

#levy_sloupec A:hover {
	text-decoration : underline;
}

#prava_hlavicka {
	height : 188px;
  border-bottom : solid 4px red;
	background-image : url(./Images/Hlavicka.jpg);
	background-color : #000000;
	color : black;
	font-size : 11px;
	font-weight : bold;
}


#pravy_sloupec {
	float : left; 
	width : 786px;  
	background-color : #000000;
  background-image : url(./Images/Pozadi.jpg); 
	height : 100%;
	border-left : solid 4px red;
	border-right : solid 4px blue;
}


#pravy_sloupec A{
	color : white;
	text-decoration : none;
}

#pravy_sloupec A:hover{
	text-decoration : underline;
}

#paticka {
	text-align : center;
	font-size : 11px;
	margin-top : 20px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 20px;
	padding-top : 5px;
	line-height : 170%;
	width : 95%;
}

H1 {font-size : 14px;}
H2 {font-size : 14px;}

#obsah_stranky {
	padding : 10px;
	font-size : 13px;
}

#obsah_stranky LI{
	padding-top: 7px;
}

#obsah_stranky H1 {
	font-size : 18;
	margin-top : 5px;
}


#detail {
	font-size : 11px;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	margin-top : 10px;
}

#detail A{
	color: black; text-decoration: none;
}

#detail A:hover{
	text-decoration: underline;
}

.fotografie_link {
	color : #F2CB28;
}

.detail_link {
	font-size : 11px;
	font-weight : bold;
}

table {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : white;
}

H3 {
	font-size : 15px;
}

H4 {
	font-size : 12px;
	padding-bottom: 5px;
	margin-bottom: -10px;
}