html,body{
  margin:0;
  padding:0
}
  
body {
  font-family: Verdana;
  background-color: #a1367d;
}

a {
  text-decoration: none;
  font-size: 0.9em;
}

/* nadpis s obrazkem ctyrech tecek na pozadi */
h1 {
  background-image: url("layout/dots.png");
  background-repeat: no-repeat;
  margin: 0px;
  padding-top: 12px;
  padding-left: 40px; 
  font-size: inherit;
  color: #AB4788; 
}

/* textovy odstavec */
#pravy p{
  font-family: Verdana;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
}

ul
{
  font-family: Verdana;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
}


/* srafovane pozadi hlavicky */
#header_bg{
  background-image: url("layout/head-hatches.png"); 
  height:146px; 
}

/* grafika hlavicky */
#head{
  background-image: url("layout/head-top.png");
  width: 889px; 
  height:146px;
  margin: 0 auto; 
}
#intranet{
  background-image: url("layout/intranet.png");
  position: relative;
  top: 20px;
  left: 40px;
  width: 100px;
  height: 25px;    
}

/* pozadi menu */
#menu_bg_line{
  background-image: url("layout/purple-slide.png");
  height:51px;  
}

/* grafika pozadi menu (pokracovani hlavicky) */
#head_menu{
  background-image: url("layout/head-bottom.png");  
  width: 889px;
  height: 51px; 
  margin: 0 auto;
}


#intranet:hover{
  background-image: url("layout/intranet-hover.png");    
}

/* napozicovanej obalovac menu */
#menu_bar{
  height:26px; 
  width: 650px; 
  position: relative;  
  left: 220px; 
}

/* text tlacitka */
#menu_bar a{
  background-image: url("layout/button.png");
  width: 130px;
  height:26px;
  padding: 0px; 
  float: left; 
  text-align: center;
  font-size: 0.8em;  
  color: white;
  line-height: 26px;
}

#menu_bar a:hover{
  background-image: url("layout/button-hover.png");
  /*color: #8C1B67;*/
}



#hlavni_kontejner
{
	background-color: #BABABA;
	background-image: url('layout/pozadi.jpg');
	background-position: center 0px;
	background-repeat: repeat-y;
	width:100%;
	height: auto;
	min-height: 500px;
	_height: 500px;
	padding: 10px 0px;
}
#subkontejner
{
	margin: 0px auto;
	width: 889px;
	height: auto;
	min-height: 500px;
	_height: 500px;
}

/* pravy sloupec s bilym pozadim */
#pravy{
	margin-left: 15px;
	width: 634px;
	height: auto;
	min-height: 500px;
	_height: 500px;
	float: left;
}
#sub_pravy
{
	border-right: thin #D1D1D1 solid;
	padding: 0px 15px 0px 15px;
	width: 286px;
	_width: 317px
	height: auto;
	min-height: 500px;
	_height: 500px;
	float: left;
}
#sub_pravy p
{
	font-size: 0.8em;
}

/* levy sloupec s navigacnimy tlacitky  */
#levy {
	padding: 10px 10px;
	width:210px;
	_width: 230px;
	height: auto;
	min-height: 500px;
	_height: 500px;
	border-right: thin #D1D1D1 solid;	
	vertical-align: top;
	float: left;
}

/* styl navigacnich tlacitek v levem sloupci obsahu */
#menu a,#menu a:link, #menu a:visited{
	width: 160px;
	padding: 10px 20px 10px 30px;  
	display: block; 
	border-bottom: thin #E7BAD9 solid;
	color: #AB4788;
}

#menu a:hover{
  background-color: #ECECEC;
  text-decoration: underline;
}


/* pozadi paticky */
#footer{
  background-color: #a1367d; 
  width: 100%;
  height: 100px;
  color: #FFF;
  float: left; 
  border-top: 5px #6a2758 solid; 
}

/* grafika pozadi paticky */
#footer_box {
  background-image: url("layout/bottom.png"); 
  background-repeat: no-repeat;
  background-position: 80px 0px;
  width: 889px;
  height: 100px; 
  margin: 0 auto;

}

/* text paticky */
#footer_box p{
  width: 700px;
  margin: 0px;
  margin-left: 100px;
  padding-top: 10px;
  font-size: 0.8em;
  text-align: center;
  line-height: 12px;
}
#footer_box a:link, #footer_box a:visited, #footer_box a
{
	color: green;
	text-family: Arial;
}
#footer_box a:hover
{
	color: green;
	text-family: Arial;	
}