﻿/* CSS vytvoril Ondrej Kostolňák 12.6.2009 */
/* Obecná definícia */
*
{
margin:0px; 
padding:0px;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
body
{
	background-color: #101010;
	margin: 0px;
	text-align: center;
	color: rgb(235,235,235);
}
h1
{
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 130%;
  color: #8b1118;
  margin: 0px 0px 20px 50px;
  _margin-top: 30px;
  font-weight: normal;

}
h2
{
  color: #8b1118;
	font-size: 120%;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	    margin: 0px 0px 20px 50px;
  _margin-top: 30px;
  font-weight: normal;

}
h3
{
	color:#8b1118;
	font-size: 110%;
	font-family: times new roman,arial,veranda;
	  margin: 10px 0px 20px 15px;
}
h4
{
	color:#8b1118;
	font-size: 130%;
	font-family: times new roman,arial,veranda;
	  margin: 10px 0px 20px 15px;
}
p
{
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 13px;
  color: #ffffff;
  margin: 10px 50px 10px 50px;
}
img
{
  border: 0px solid #908E8F;
}
a
{
  color: #8b1118;
 text-decoration: underline;
}
a:hover
{
  text-decoration: none;
}
#all
{
  width: 974px;
	text-align: left;
	margin: 0px auto;
}
/* Hlavička */
#image
{
	background-image: url(../images/image.jpg);
	background-color: #00000;
	background-repeat: no-repeat;
  width: 972px;
  clear: both;
  height: 287px;
}
.logo
{
margin: 0px 0px 0px 0px;
float: left;
}
h1.logo {
  width: 373px;
  height: 73px;
  background: url('../images/logo.jpg') no-repeat;
}
h1 a {
	color: rgb(255,255,255);
	text-decoration: underline;
	line-height: 72px;
	text-align:left;
	display: block;
	width: 400px;
  height: 73px;
  text-align: left;
  padding-left: 40px;
  text-decoration: none;
  font-size: 170%;
}
/*
h1 a, h1 span {
	display: block;
  width: 491px;
  height: 73px;
}

h1 span {
	position: absolute;
	top: 0;	
  left: 0;
	cursor: pointer;
}
h1 a span {
	background: url('../images/logo.jpg') no-repeat;
	border-right: 1px solid #646464;
}*/
h1 a:hover {
	color: rgb(213,213,213);
	text-decoration: none;
}


#menu 
{ 
margin-top: 0px;
margin-right: 2px;
float: right;
} 
ul, li 
{ 
margin: 0px; 
padding: 0px; 
} 

.cl 
{ 
clear: both; 
} 


ul#menu 
{ 
  font-size: 15px; 
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
} 

ul#menu li 
{ 
list-style-type: none; 
} 

ul#menu li
{ 
float: left; 
margin-right: 0px; 

} 

ul#menu li a 
{ 
display: block; 
line-height: 40px; 
text-align: center; 
	
	background-color: #1B1B1B;
  background-repeat: no-repeat;
  width: 119px;
  height: 40px;
  color: white;
  border-top: 1px solid #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
  text-decoration: none; 
} 

ul#menu li a:hover 
{ 
	
  text-decoration: none;
}
#contain
{
	background-image: url(../images/pozadie.jpg);
  background-repeat: repeat-y;
  width: 972px;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-right: 1px;  
}
#contain p {
  line-height: 170%;  
  color: rgb(224,224,224);
}
#contain p.footer
{
  width: 870px;
  height: 20px;
  background-color: #1B1B1B;
  border-top: 1px solid #2F2F2F;
  padding-top: 5px;
  margin: 30px auto 0px auto;
  color:rgb(88,88,88);
  font-size: 80%;
}
.krajny
{
	background-image: url(../images/menu_krajny.jpg);
  width: 124px;
  height: 40px;
}
.2krajny
{
	background-image: url(../images/menu_2krajny.jpg);
  width: 124px;
  height: 40px;


}