body {
  background-color: #bb3c26;
}
#siteFoot {
  background-color: white;
  border-top: 1px solid #e9e9e9;
  width: 820px;
}
/*div#webSite {
  border:none;
  border: 1px solid #3E741B;
  border-bottom: none;
  border-top: none;
}*/
#siteHead {height: 204px; width: 100%;}

#siteHead h1 {
	padding-top: 35px;
	padding-left: 40px;
	font-family: Arial;
	font-weight: bold;
	font-size: 250%;
	/*display:none;*/
}
#siteHead h1 a, #siteHead h1 a:visited {
	color:#fff;
}

#siteHead h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 130%;
	color:#fff;
	padding-top: 15px;
	padding-left: 40px;
	font-style: italic;
	/*display:none;*/	
}

#webSite {
    width: 850px;
}
#siteMain {
  width: 850px;
}
#mainBar {
    padding-left: 30px;
    width: 500px
}
#rightBar, #rightBar a {
/* color: #fff; */
} 
#leftBar, #leftBar a {
/* color: #fff;  */
}

/* FLAGS */

#siteHead {
    position: relative;
}

#vlajky {
    position: absolute;
top: 180px;
left: 25px;
    width: 180px;
    height: 20px;
    z-index: 700;
    text-align: left;
}

#vlajky img {
    border: 1px solid black;
}

