/* CSS vytvoril Ondrej Kostolňák 12.6.2009 */
/* Obecná definícia */
*
{
margin:0px; 
padding:0px;
-moz-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: #9F915A;
  margin: 0px 0px 20px 50px;
  _margin-top: 30px;
  font-weight: normal;

}
h2
{
  color: #9F915A;
	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:#9F915A;
	font-size: 110%;
	font-family: times new roman,arial,veranda;
	  margin: 10px 0px 20px 15px;
}
h4
{
	color:#9F915A;
	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: 5px solid #908E8F;
}
a
{
  color: #9F915A;
 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: #5C5C5C;
	background-repeat: no-repeat;
  width: 974px;
  clear: both;
  height: 288px;
}
.logo
{
margin: 0px 0px 0px 0px;
float: left;
}
h1.logo {
  width: 253px;
  height: 73px;
  background: url('../images/logo.jpg') no-repeat;
}
h1 a {
	color: rgb(255,255,255);
	line-height: 72px;
	text-align:left;
  height: 73px;
  text-align: left;
  padding-left: 20px;
  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:7px;
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: 72px; 
text-align: center; 
	background-image: url(../images/menu.jpg);
	background-color: #013e59;
  background-repeat: no-repeat;
  width: 119px;
  height: 73px;
  color: white;
  border-bottom: 1px solid #393939;
  text-decoration: none; 
} 

ul#menu li a:hover 
{ 
	background-image: url(../images/menu_hover.jpg);
  text-decoration: none;
}
#contain
{
  background-image: url(../images/pozadie.jpg);
  background-repeat: repeat-y;
  width: 972px;
}
#contain p {
  line-height:170%;  
  color: rgb(224,224,224);
  margin-top:0;
}
#footer
{
  width: 870px;
  height: 30px;
  background-color: #1B1B1B;
  border-top: 1px solid #2F2F2F;
  padding-top: 5px;
  padding-bottom: 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: 72px;
}

#main
{
	width:680px;
	text-align:justify;
	margin-left:7px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
}

#main h1, h2 {
	width:500px;
	margin: 10px 10px 10px 50px;
}


#sidebar{
	width:255px;
	float:right;
	margin-right:7px;
	font-size:13px;
}

#sidebar h3{
	margin: 0px 10px 0px 10px;
	padding: 10px 5px 10px 5px;
	background-color:#333333;
}


#sidebar ul{
	line-height:170%;
	list-style-image: url(../images/note.png); 
}

#contacts ul{
	list-style-image:none;
}

.services {
	padding-left:80px;
	padding-right:40px;
}