
@import url("default.css");
@import url("menu.css");

body {
	margin-top: 0px; 
	padding: 0px;
	background-color: #000;
  background-image: url('../images/bg.gif');
  background-repeat: repeat;  	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;

}

#hlavni {
	width: 980px;
	position: relative;
	z-index: 1;
	margin: 0px auto;
	background-color: #FFFFFF;
  background-image: url('../images/content_bg.gif');
  background-repeat: repeat-y;
  background-position: 0px 0px;	
}

#hlavicka {
	width: 980px;
	height: 159px;
	position: relative;

}

#hlavicka h1 span {
  display: none;
}

#hlavicka .top {
	width: 980px;
	height: 159px;
	position: relative;
	margin-top: 0px;
}

#hlavicka .top h1 a {
  position: absolute;
  top: 0px;
  left: 0px;
  display:block;
  width: 300px;
  height: 60px;
}


#hlavicka .menu {
  position: absolute;
  top: 104px;
  left: 0px;
	width: 900px;
	height: 21px;
	z-index: 60;
}  
#hlavicka h2 { 
  position: absolute;
  top: 130px;
  left: 30px;
  border: none;
}
#nadpis { 
	margin: 0px;
	padding: 5px 0px 10px 25px; 
  border: none;
  height: 30px;
  width: 955px;
  background: #fff;
}
#nadpis h2 {
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1em;
  color: #000;
}
#stred {
	width: 980px;
	text-align: left;
	z-index: 0;
	background-color: #fff;
	position: relative;

}

#left {

	width: 225px;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	position: relative;
	left: 0px;
  float:left;
}

#stredni {
	margin: 0;
	width: 680px;
	z-index: 0;
	top: 0px;
	padding: 5px 40px 5px 15px;
	position: relative;
  float:right;
} 

#bottom {
	width: 940px;
	height: 40px;
	text-align: left;
	position: relative;
	z-index: 0;
	margin: 0px auto;
	background-image: url('../images/bottom_bg.jpg');
	background-repeat: repeat-x;
	padding: 30px 0px 0px 40px;
}

#bottom a {
	font-size: 11px;
	text-decoration: none;
	color:#fff;
  font-weight: bold;	
}
#realizace {
	width: 960px;
	text-align: right;
	padding-top: 5px;
	position: relative;
	z-index: 1;
	margin: 0px auto;
}

#realizace a {
	font-size: 10px;
	text-decoration: none;
	color:#ADB4AD;	
}
#realizace a:hover {
  color: #ADB4AD;
}