body {
  font-size: 13px;
  font-family: arial;
  background: #8b9597;
}

/* vycentrovanie pre IE*/
.center {
  text-align: center;
}

/* Hlavicka */
#header {
  width: 684px; 
  height: 97px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; 
  background-image: url(../img/bg_top.gif); 
	background-repeat: repeat; 
 	}
 	
#header_left_bg {
  width: 275px; 
  height: 97px;
  background-image: url(../img/bg_top_left.gif); 
	background-repeat: no-repeat; 
	float: left;
 	}
 	
#header_center_bg {
  width: 399px; 
  height: 97px;
	float: left;
 	}
 	
 	
#header_right_bg {
  width: 10px; 
  height: 97px;
  background-image: url(../img/bg_top_right.png); 
	background-repeat: no-repeat; 
	float: left;
 	}
 	
 	
 	
/* Menu */
#menu {
  width: 684px; 
  height: 41px;
  text-align: left;
	margin-left: auto;
	margin-right: auto; 
  background-image: url(../img/bg_menu.png); 
	background-repeat: repeat; 
 	}
 	
/* Menu bg left */
#menu_left_bg {
  width: 5px; 
  height: 41px;
  background-image: url(../img/bg_menu_left.png); 
	background-repeat: no-repeat; 
	float: left;
 	}
 	
 	 	/* Menu bg center */
#menu_center_bg {
  width: 674px; 
  height: 41px;
	float: left;
	text-align: center;
  color: #FFFFFF; 
  font-weight: bold;
 	}
 	
 	#menu_center_bg a { 
	text-decoration: none;
  color: #ffffff;
	}
	
	#menu_center_bg a:hover { 
	text-decoration: none;
  color: #CFD4D8;
	}
	
 	
 	
 	/* Menu bg right */
#menu_right_bg {
  width: 5px; 
  height: 41px;
  background-image: url(../img/bg_menu_right.png); 
	background-repeat: no-repeat; 
	float: left;
 	}
 	
 	
 	
 	/* page */
#page {
  width: 684px; 
  text-align: left;
	margin-left: auto;
	margin-right: auto; 
  background-image: url(../img/bg_page.png); 
	background-repeat: repeat;
 	}
 	
 	
 	
 	 	/* feet con */
#bg_feet {
 
  width: 684px; 
  height: 49px;
  text-align: left;
	margin-left: auto;
	margin-right: auto; 
 	}
 	

#bg_feet_left {
  width: 10px; 
  height: 49px;
  float: left;
  background-image: url(../img/bg_feet_left.png); 
	background-repeat: repeat; 
 	}
 	
 	#bg_feet_center {
  width: 664px; 
  height: 49px;
  text-align: center;
  color: #1E639E;
  font-weight: bold;
	font-size: 11px;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;  
  float: left;
  background-image: url(../img/bg_feet_center.png); 
	background-repeat: repeat; 
 	}
 	
 	
 	#bg_feet_center a { 
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
  color: #1E639E;
	}
  #bg_feet_center a:visited {
	text-decoration: none;
	}
  #bg_feet_center a:hover {
	color: #5a6c9e; 
	text-decoration: underline;
	}
	
	
	
 	

#bg_feet_right {
  width: 10px; 
  height: 49px;
  float: left;
  background-image: url(../img/bg_feet_right.png); 
	background-repeat: repeat; 
 	}
 	

.margin_top {
  margin-top: 17px;
}

.margin_top_menu {
  margin-top: 10px;
  float: left;
}
 	
 	
.spacer_menu_left {
  width: 30px; 
  height: 41px;
  float: left;
}
 	
 	
 	
 	.spacer {
  width: 40px; 
  height: 41px;
  float: left;
  /*background-image: url(../img/spacer.png);*/ 
	background-repeat: repeat; 
 	}
 	
 	
 	
#body {
  color: #1362ad;
  font-weight: normal;
	font-size: 12px;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
  margin-left: 25px;
  margin-right: 25px;
}

#body a {
  color: #1362ad;
  font-weight: bold;
	font-size: 12px;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
  text-decoration: underline;
}

#body a:hover {
  color: #000000;
  text-decoration: underline;
}

 	.created {
  color: #ffffff;
  font: bold normal 9px verdana;
  margin: 3px;	 
  }
 	
 	
 	.created a { 
	text-decoration: none;
  color: #ffffff;
	}
  .created a:visited {
	text-decoration: none;
	}
  .created a:hover {
	color: #ffffff; 
	text-decoration: underline;
	}
	
	
	h1 {
	font-weight: bold;
	font-size: 15px;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
  margin: 8px;
 	}
 	
 	
 	.clear {
	clear: both;
	font-size: 1px;
	}
	
	
	
	
 	
