body {
	width: 740px;
	margin-left: auto;
	margin-right: auto;	
	background-color: white;
	background-image: url(/gr/body_bg_top.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
}

#header {
	background-color: #464D6A;
	padding: 40px;
	color: #ffffff;
	background-image: url(/gr/header_bg_top.gif);
	background-position: center top;
	background-repeat:no-repeat;	
}
#header h1 { color: #ffffff; margin: 0.3em 0; font-size: 140%;  }
#header h2 { color: #ffffff; margin: 0.3em 0; font-size: 120%;  }
#header h1 a, #header h2 a { text-decoration: none; color: #ffffff; }

#header-bottom {
	height: 8px;
	background-image: url(/gr/header_bg_bottom.gif);
	background-position: center top;
	background-repeat:no-repeat;
}

#menu {	padding:0; margin:0; list-style-type:none;  }
#menu li {	float:left;	display:block; margin: 3px 8px; }
#menu li a {  
  color: #464D6A;
  text-decoration: none; font-weight: bold;
  padding: 3px 3px 3px 18px;  
	background-image: url(/gr/bullet02.gif);
	background-position: left center;
	background-repeat:no-repeat;  
}
#menu li a:hover { text-decoration: underline; }
#menu li a.curr { color: #E56923;	background-image: url(/gr/bullet02-active.gif); }


p, ul   {	margin-top: 1em;	margin-bottom: 1em;	line-height: 155%; }
h1      {	margin-top: 0;	margin-bottom: 0;  font-size: 130%;  }
h2      {	font-size: 130%;	color: #003366;	margin-top: 1.5em;	margin-bottom: 0.7em; }
.box h2 { color: #E56923; }
h3      {  font-size: 120%;  padding-bottom: 3px;  border-bottom: 1px solid #cccccc;  clear: right; }

#footer {
  clear: both;
  font-size: 80%;
  color: #999999;
  text-align: center;
  margin-top: 4em;
  padding-top: 0.8em;
  border-top: 3px solid #cccccc;
}
#footer a { color: #999999; text-decoration: underline; clear: both; }


.box {
	clear: both;
  padding:30px;
	background-color: #FFF2E6;
	margin-top: 20px;
	background-image: url(/gr/box_bg_top.gif);
	background-position: center top;
	background-repeat: no-repeat;		
}
.box_bottom {
	margin: 0;
	font-size: 0;
  height: 8px;  
	background-color: #FFF2E6;
	background-image: url(/gr/box_bg_bottom.gif);
	background-position: center top;
	background-repeat: no-repeat;		
}
.box_img {
  float: right;
  padding: 6px;
  border: 1px dashed #cccccc;
  margin-left: 15px;
  margin-bottom: 15px; 
}

.blist    {  margin: 0;  padding: 15px;  list-style-image: url(/gr/bullet01.gif); }
.blist a  { font-weight: bold; }

table.cenik           {  border-collapse: collapse;  }
table.cenik th strong {  color: #E56923; }
table.cenik td        {  padding: 6px;  border: 1px solid #999999;  }

.content {  margin: 0 15px; }

.form_input {  border: 1px solid #cccccc; }

.img_right {  float: right;  margin: 10px 0 15px 15px; }

a, a:link, a:visited, a:active {  color: #E56923; }
a:hover {  text-decoration: none; }

dl dt {
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 3px;
  border-bottom: 1px solid #cccccc;
  clear: right;
}
