@import "main.css";
body {
	font-family: Verdana, "Helvetica CE", Arial, sans-serif;
	font-size: 12px;
 	margin: 0px;
	padding: 0px;
  color: #005785; /* 38506b bbc:464646 později 005785*/
  background: url('../../www/images/bg/body-bg.png') left top repeat-x;
	background-color: #2c7ca7; /* c5d6e2 e2e8ed 0c2a4c */
  text-align: center;
  }
a:link, a:active, a:visited {
	color: #0022aa; /* 0044dd 000 */
  text-decoration: underline; /* bbc:none */
  }
a:hover {
	color: #da251d; /* da251d 38506b bbc:005785 později dc1301*/
  text-decoration: underline;  /* bbc:underline */
  }		
#box1 {
	width: 100%;
	margin: 0px auto 0px; /* 160px auto 20px; */
  }

