/* ********* definice obecnych HTML znacek ********* */

body {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.8em;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #e5e5e5;
}

a {
	color: #D93C3C;
	text-decoration:none;
}

a:hover {
	color: #2D3F7A;
}

h2 {
	font-size: 100%;
}

.min {
  font-size: 90%;
}

img {
  border: none;
}

.clearing {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}


/* ******************************************* */
/* ************ nastaveni stranky ************ */
/* ******************************************* */

#page {
  width: 100%;
  margin: auto;
  text-align:center;
  font-size: 89%;
}


/* ******************************************* */
/* ************ nastaveni layoutu *********** */
/* ******************************************* */
#top {
	height: 80px;
	padding-top: 0px;
	position: relative;
}

#webTitle {
	z-index: -2;
	width: 180px;
	height: 30px;
	color: #000000;
	margin: 20px 0px 0px 0px;
	position: absolute;
	top: 20px;
	left: 15px;
	text-align:left;
}
#webTitle .claim {
	font-size: 80%;
}

#webTitle a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#logoEminet {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	margin: 15px 15px 0px 10px;
}

#menuCont {
  margin: 0px 0px 0px 5px;
  text-align:right;
  float:right;
  width:580px;
  height:60px;
}

.menuItem{
  width:105px;
  height:38px;
  float:left;
  color:#D93C3C;
  border-left: #D93C3C 1px solid;
  text-align:left;
  vertical-align: bottom;
  margin: 0px 0px 20px 0px;
  padding: 20px 3px 0px 5px;
}


#menu a {
  color:#D93C3C;
  padding: 0px 10px 0px 10px;
}

#menu a:hover {
  color:#2D3F7A;
}

.topTrack{
display: none;
}

#MainContent, #MainContentArticle{

  margin:0 auto; 
}
#MainContent{
  padding: 30px 0px 0px 0px;
  height:200px;
}
#MainContentArticle{
  padding: 30px 0px 20px 0px;
}

#RightCol {

}
		
#LeftCol, #LeftColArticle {

}
#LeftCol{
	border-right: #ffffff 1px solid;
}
#LeftCol a {color:#ffffff;}
#LeftColArticle a {color:#2D3F7A;}
#LeftCol a:hover {color:#D93C3C;}
#Lang, #LangArticle {margin-top:10px;}
#LangArticle a {color:#D93C3C;}
#Lang a {color:#F39760;}
#Lang a:hover {color:#ffffff;}

#BottomContentMain{
width:100%;

  margin: auto;
  }
div.BottomContentLeft, div.BottomContentMiddle, div.BottomContentRight{
  float:left;
  }
div.BottomContentLeft, div.BottomContentMiddle {
  border-right: #D93C3C 1px solid;
  }
div.BottomContentRight, div.BottomContentLeft{
  width:30%;
  }
div.BottomContentMiddle{
  width:38%;
  }
  
.text{
padding: 0px 15px 0px 15px;
text-align:left;
  }

#footer {
  margin: 40px 0px 0px 0px;	
  text-align: right;
  width:780px;
  border-top: #D93C3C 7px solid;
}

#copyright {
	font-size: 90%;
	color: #D93C3C;
	font-weight: bold;
	margin: 7px 0px 0px 0px;	
}



/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */

.ArticleTitle {
	font-size: 110%;
	font-weight: bold;
}

.SectionTitle {
  font-weight: bold;
}

ul {list-style-position: inside;
list-style-type: square;
}


