*
{
	padding: 0;
	margin: 0;
	font-family: Arial;
}

body
{
	background: #fff url('./img/bac.png') 0 0 repeat-x;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: black;
}

.PageCenter
{
	background: #fff;
	width: 975px;
}

.Container
{
	margin: 0 auto;
	width: 1001px;
	color: black;
	_margin-top: -90px;
	overflow:hidden;
}

.LevaStranaElements
{
	padding-left:5px;
	padding-right:5px;
	width:238px;
	float: left;
}

.HorniMenuElements
{
	width: 970px;
	_width: 960px;
  height: 44px;
  margin: 1px 5px;
  _margin: 1px 2px;
	border-top: 3px solid #7cafe3;
	border-bottom: 3px solid #ededf1;
	float: left;
}

#CentralPart
{
	float: left;
	width: 968px;
}

.CentralPartTop
{
	display: none;
}

.ObsahStrankyElements
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 695px;
	float: left;
}

.Cleaner
{
	clear: both;
	height:1px;
	font-size:1px;
	border: none;
	margin:0; padding:0;
	background:transparent;
}

ul
{
	list-style: none;
}

#Header
{
	float: left;
	height: 210px;
	width: 963px;
}

#TopLeftCorner #MainLogo
{
	background: url("img/logo.png") top center no-repeat;
	float: left;
	height: 154px;
	width: 238px;
}

/**
 * Tady bude pozadi s napisem "Stavet lepe ..."
 */ 
#TopLeftCorner
{
	float: left;
	width: 965px;
	background: url("img/top-right.png") top right no-repeat;
	margin: 2px 5px 2px 5px;
	_margin: 2px;
}

/*zacatek horniho menu*/
.HorniMenuElements .MenuElement ul li
{
	padding: 0px 1px 0px 0px; 
	height: 41px;
	float: left;
	background: #fff url('./img/menu-right.gif') right top no-repeat;
}

.HorniMenuElements .MenuElement a
{
	padding: 0px 10px 0px 10px;
	height: 41px;
	line-height: 41px;
	float: left;
	color: #575757;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 0px 1px;
}

.HorniMenuElements .MenuElement a:hover, .HorniMenuElements .MenuElement a.highlight
{
	color: #fff;
	background: #7CAFE3;
	text-decoration:none;
	font-family: tahoma;

}

.HorniMenuElements .MenuElement li
{
	display: inline;
}

.HorniMenuElements .MenuElement
{
	display: inline;
}

.PollQuestion{
	font-size: 12px;
	font-weight: bold;
	color: #1f1f6b;
	margin-bottom: 3px;
}

.Poll ul li
{
	font-size: 12px;
	padding-right: 5px;
	padding-top: 3px;
	color: #1f1f6b;
}


.Poll a:hover
{
	text-decoration: underline;
	color: black;
}

.Poll ul
{
	padding-top: 0;
	padding-bottom: 10px;
}

div.PollAnswer
{
	padding: 0;
	line-height: 7px;
	height: 7px;
	background: #1f1f6b;
}

				#TopLeftCorner a span
				{
					display: none;
				}

				.Article a span
				{
					display: inline;
				}

button
{
	cursor: pointer; cursor: hand;
}

				.Article ul
				{
					list-style: circle;
				}

				.Article ul, .Article ol
				{
					padding-left: 30px;
					margin-top: 5px;
					margin-bottom: 5px;
				}
				
				.Article li
				{
					margin-top: 2px;
					margin-bottom: 2px;
				}



#Signature
{
	border-top: 3px solid #7cafe3;
	margin-right: 5px;
	margin-left: 5px;
	text-align: right;
	font-size: 11px;
  width: 965px;
  _width: 955px;
  color: #505355;
  float: left;
  line-height: 30px;
  margin-top: 15px;
}

#Signature a
{
	text-decoration: underline;
	color: #505355;
}

#Signature a:hover
{
	text-decoration: none;
}

.SignatureLeft
{
	margin-left: 10px;
	text-align: left;
	width: 450px;
	float: left;
}
.SignatureRight
{
	margin-right: 10px;
	text-align: right;
	width: 450px;
	float: right;
}


				div.Error
				{
					margin: 0 auto 10px;
					width: 80%;
					padding: 5px 5px 5px 5px;
					border: 1px solid red;
					text-align: center;
				}

.note
{
	padding: 5px;
	font-size: 12px;
}

.note h5
{
	margin-top: 4px;
	font-size: 12px;
	font-size: bold;
}

.note h4
{
	margin-top: 4px;
	font-size: 14px;
	font-size: bold;
}

.contactForm p
{
	margin-bottom: 2px;
}

.contactForm legend
{
	position: relative;
	left: 15px;
	top: -10px;
	margin-left: 15px;
	padding: 2px 10px 2px 10px;
}

.contactForm label
{
	float: left;
	width: 180px;
}

.contactForm input
{
	width: 205px;
	height: 17px;
}

.contactForm .file input
{
	height: 20px;
}

.contactForm .combo input
{
	width: 26px;
}

.contactForm .check label
{
	float: none;
}

.contactForm .check input
{
	width: 60px;
}

.contactForm .leftHalf
{
	float: left;
	width: 35%;
}

.contactForm .rightHalf
{
	float: right;
	width: 64%;
}

.contactForm p
{
	clear:left;
}

.contactForm .notice
{
	border: 1px dotted black;
	text-align: center;
	padding: 5px;
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contactForm textarea
{
	width: 100%;
} 

.contactForm input.submitButton
{
	float: right;
	height: 24px;
	width: 80px;
}

.contactForm fieldset
{
	padding: 5px;
	border: none;
	padding-left: 10px;
	margin-top: 10px;
}

iframe
{
	width: 100%;
	border: none;
}

.LevaStranaElements .Element
{
	margin-bottom: 5px;
	background: #FDF3A6 url('./img/news-middle.gif') 0 0 repeat-y;
}

.LevaStranaElements .ArticleListElement { 
	background: url('./img/box-middle.png') 0 0 repeat-y; 
}
.LevaStranaElements .MenuElement { 
	background: url('./img/box-middle.png') 0 0 repeat-y; 
}
.LevaStranaElements .ArticleElement { 
	background: url('./img/box-middle.png') 0 0 repeat-y; 
}
.LevaStranaElements .Element .ElementContent
{
	padding: 10px;
	font-size: 12px;
	min-height: 107px;
	_height: 107px;
	background: url('./img/box-bottom.png') 0 0 no-repeat;
	background-position: bottom left;
}

.LevaStranaElements .Element .ElementContent
{
	padding-bottom: 13px;
}

.LevaStranaElements .Element .ElementContent a span
{
	font-size: 12px;
	background: url('./img/arrow.png') 0 1px no-repeat;
	padding-left: 20px;
	line-height: 20px;
	color: #363793;
	font-weight: bold;
}

.LevaStranaElements .Element .ElementContent a:hover span,
.LevaStranaElements .Element .ElementContent a.highlight span
{
	background: url('./img/arrow-active.png') 0 1px no-repeat;
	text-decoration: underline;
	color: #ac0000;

}

.LevaStranaElements .MenuElement li
{
	margin-left: 10px;
} 

.LevaStranaElements .MenuElement li li
{
	margin-left: 25px;
}
 
.LevaStranaElements .Element .ElementHeader
{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 45px;
	width: 200px;
	height: 45px;
	color: #363793;
	background: url("img/box-header.png") top left no-repeat;
	overflow: hidden;
	font-family: Candara, Arial;
	padding-left: 38px;
}

.ObsahStrankyElements .Element
{
	font-size: 80%;
}

.VpravoNahoreElements .ArticleElement .Article, .ObsahStrankyElements .ArticleElement .Article
{
	text-align: justify;
	color: #323335;
	font-size: 12px;
}

.ObsahStrankyElements .ArticleElement h1, .ObsahStrankyElements .Element .ElementHeader
{
	color:#386ead;
	font-size:18px;
	font-weight:bold;
	padding-left:18px;
	background: url('./img/H1-arrow.gif') 0 0 no-repeat;
	background-position: 0px 7px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.ObsahStrankyElements .ArticleElement h2
{
	color:#353535;
	font-size:15px;
	font-weight:bold;
	padding-left:20px;
}


.ObsahStrankyElements .ArticleElement h3
{
	color:#353535;
	font-size:12px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:10px;
}

.ObsahStrankyElements .ArticleElement a
{
	color:#386ead;
	text-decoration: underline;
}
.ObsahStrankyElements .ArticleElement a:hover
{
	color:#386ead;
	text-decoration: none;
}
.ObsahStrankyElements .ArticleElement strong, .ObsahStrankyElements .ArticleElement b
{
	color:#386ead;
}

.ArticleStub
{
	margin-bottom: 20px;
}

.ArticleStub .Date
{
	font-weight: bold;
	font-size: 12px; 
	color: #3F4096;
	border-left: 1px solid #3F4096;
	border-right: 1px solid #3F4096;
	padding: 0px 2px;
}
.ArticleStub p
{
	font-size: 12px; 
	color: #343436;
}
.ArticleStub a
{
	font-size: 12px; 
	color: #3F4096;
	text-decoration: underline;
	font-weight: bold;
}
.ArticleStub a:hover
{
	text-decoration: none;
}

.ArticleElement a
{
	text-decoration: underline;
	color: #323032;
	
}

.ArticleElement a:hover, .LevaStranaElements .MenuElement a:hover
{
	color: #b80707;
}

.ObsahStrankyElements .ArticleGallery
{
	margin-top: 10px;
	text-align: left;
}

.ObsahStrankyElements .ArticleGallery .Thumbnail
{
	margin-right: 5px;
	cursor: pointer; cursor: hand;
	
}

.ObsahStrankyElements .ArticleElement table table td
{
	padding: 3px;
	background-color: #333333;
}

.ObsahStrankyElements .ArticleElement table table td
{
	padding-left: 10px;
}

.ArticleElement .Article p
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.languageSwitcher
{
	width: 26px;
	float: right;
	position: relative;
	top: 50px;
	_top: 140px;
}

.languageSwitcher a, .languageSwitcher li
{
	float: left;
	width: 26px;
	height: 30px;
	clear: left;
}

.languageSwitcher a:hover
{
	background-position: -26px 0px;
}

.languageSwitcher a span
{
	display: none;
}

.languageSwitcher a.cz
{
	background-image: url("img/CZ.png");
}

.languageSwitcher a.en
{
	background-image: url("img/EN.png");
}

.languageSwitcher a.de
{
	background-image: url("img/DE.png");
}

.AdminControlsContainer
{
	position: relative;
	z-index: 10;
}

.AdminControls
{
	position: absolute;
	top: 0px;
	right: 4px;
}

.AdminControls img
{
	border: none;
}

.AdminHighlight
{
	_height: 0px;
	-moz-opacity:.50;opacity:.50;
	filter:alpha(opacity=50);
}


.ObsahStrankyElements .ArticleStub
{
	font-size: 95%;
}

a.FullArticle
{
	color: #D40001;
	font-weight: bold;
}

