/**/
body
{
	padding:0;
	margin:0;
  background-image: url(images/back.gif);
}

#CelaStrana
{
	width: 950px;
	margin: 0px auto;
}

#Vrsek
{
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;   
	height: 180px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-width: 1px 1px 1px 1px;
}

#Nadpis
{
  display: block;
  width: 100%; 
  font-size: 40px; 
  color: black; 
  letter-spacing: 2px;
  font-family: Trebuchet MS;
  text-align: center;
}

#Nadpis_text
{
  margin:0; 
  padding:0; 
  text-indent: 20px;
  text-align: justify;
}

#Stred
{
  height: 600px;
  display: block;
  width: 100%; 
}

#Subdomeny
{
  width: 450px; 
  height: 180px;
  padding: 5px;
  margin: 5px; 
  border-style: dashed;
	border-width: 1px 1px 1px 1px;
	border-color: rgb(140,140,140);
	float: left;
  font-family: Trebuchet MS;
  background-color: white;
}
#Subdomeny a
{
  text-decoration: none;
  color: #3176A4;
	margin-left: 330px;
}
#Subdomeny a:hover
{
  text-decoration: underline;
  color: #000000;
}

#Spodek
{
	margin-top: 15px;
	margin-bottom: 15px;  
  padding: 5px 0px 5px 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-width: 1px 1px 1px 1px;
  font-family: Trebuchet MS;
  text-indent: 20px;
  text-align: justify;
  font-size: 10px; 
}

