body{
  background: #2D3192;
  font-family: Arial, Tahoma;
  font-size: 12px;
  margin: 0px;
}
.page
{
  background: white;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.logo
{
  background: no-repeat url(../images/banner.jpg);
  height: 333px;
}
.sponzor{
  background: no-repeat url(../images/bottom.gif);
  height: 79px;
}
.menu
{
  background: white;
  border-top: 1px dotted #f15927;
  border-bottom: 1px dotted #f15927; 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  /*background: #F15927;*/
}
.view{
  background: white;
}
.left{
  width: 575px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.right{
  width: 190px;
  float: left;
  padding-right: 10px;
  padding-left: 5px;
}
.clear{
  clear: both;
}
.center
{
  text-align: center;
}
#account
{
  font-size: 11px;
  text-align: center;
  color: #2d3192;
  background: #ffffff;
  padding-top: 2px;
  padding-bottom: 5px;
}
#sponzori
{
  color: #2d3192;
  background: white;
  padding-top: 2px;
  padding-bottom: 5px;
  border-top: 1px dotted #f15927;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  /*background: #F15927;*/
}
.news-photo
{
  width: 40px;
  vertical-align: top;
  float: left;
}
.news-photo img
{
  width: 40px;
  /*height: 30px;*/
}
.news-text
{
  width: 130px;
  vertical-align: top;
  font-size: 11px;
  float: left;
  padding-left: 5px;
}
.news-textonly
{
  width: 175x;
  vertical-align: top;
  font-size: 11px;
  float: left;
}
hr {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
h1   {
	font-family: Tahoma, Verdana, Arial;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F15927;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #2D3192;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #2D3192;
}
.kontakty-funkce {
	font-size: 12px;
	font-weight: bold;
	color: #2D3192;
}
a:link, a:active, a:visited {
	color: #F15927;
}
a:hover {
	color: #2D3192;
}
.menuitem
{
  font-weight: bold;
  color: #f15927;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}
.menuitem:hover
{
  color: #2d3192;
}
.menuitem-sel
{
  font-weight: bold;
  color: #f15927;
  text-decoration: underline;
  padding-left: 5px;
  padding-right: 5px;
}
.menuitem-sel:hover
{
  color: #2d3192;
}
p{
  text-align: justify;
}
.photo-frame
{
  text-align: center;
}