body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, "Trebuchet MS","Segoe UI",Trebuchet;
	font-size: 0.85em;	
	color: #787878;
	background: #fff url('../img/top-bg.jpg') top center no-repeat; 
	border: none;
	overflow: auto;	
	height: 100%;
	line-height: 120%
	}
.clear {clear: both;}
#cookies {
	padding: 20px;
	text-align: center;
	background-color: #fff;
	display: none;
}
#close_cookies {
	margin-left:100px;
}
#wrapper {
	background: transparent url('../img/bottom-bg.jpg') bottom center no-repeat; 	
	}
#container {
  overflow: hidden;
  margin-bottom: 0px;
  margin-right: auto; 
  margin-left: auto;
  border: none;
  width: 1060px;           /* width master */
  background: transparent url('../img/container_bg.png') top left repeat;
  }
#head {
  margin: 0px;
  padding: 0px;
  height: 362px;
  background-image: url('../img/head.jpg');
  background-position: top;
  background-repeat: no-repeat;
  }
#toplogo {
  text-align: left;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 80px;
  background-color: #fff;
  }
#toplogo ul {
  list-style: none;
  margin: 0;
  padding: 0;  
  }
#toplogo ul li {
  display: inline;
  }        
#menu {
  font-family: Arial, "Times New Roman";
  margin-left: 20px;
  margin-right: 20px;
  background-color: #3a3a3a;
  height:36px;
  }  
#menu > ul {
  list-style: none;
  padding: 10px 0px 10px 70px;
  margin: 0px 0px 0px 0px;
  font-size: 18px;
  text-transform: uppercase;
  }
#menu > ul > li {
  display: inline;
  color: #fe7903;
  text-decoration: none;
  padding-right: 20px;
  float: left;
  height: 26px;
  
  }
#menu > ul > li .sub {
	display:none;
	min-width: 290px;
  }
#menu > ul > li > a {
  color: #fff;
  text-decoration: none;
  }  
#menu ul > li > a:hover {
  color: #f9800d;
  text-decoration: none;       
  }
#menu .submenu_container {
  position: relative;
  height:0;
}
#menu ul.sub {
  background-color: #d20001;
  position: absolute;
  padding: 10px 10px 0 10px;
  margin-top:6px;
}
#menu ul.sub li{
  display: block;
  padding-bottom:10px;
}
#menu ul.sub li a{
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#menu ul.sub li a:hover{
  color: #fff;
  text-decoration: underline;
}
#head #altnavi {
  padding-top: 335px;
  padding-left: 10px;
  text-align: left;
  font-family: "Arial";
  font-size:12px;
	}	
#head #altnavi ul {
    list-style: none;
	margin: 0px 0px 0px 60px;
	padding: 0px;	
	}  
#head #altnavi ul li {
    display: inline;
	margin: 0px 0px 0px 20px;
	color: #4c605f;
	}
#head #altnavi a {
  text-decoration: none;
  color: #4c605f;  
	}	
#head #altnavi a:hover {
	color: #f9800d;
	}	  
#container-content {

  }
#content {
  text-align: justify;
  
  background-position: right top;
  background-repeat: repeat-y;
  min-height: 300px;
  }
/* LEFTSIDE */      
#content #leftside {
  float: left;
  width: 230px;
  padding: 37px 0px 20px 35px;  
  }  
#content #leftside .box {
  margin-bottom: 30px;
  }
#content #leftside .box .container-box {
  background-image: url('../img/BG-box1.png');
  }  
#content #leftside .box .head {
  display: block;
  font-size: 1.4em;
  font-weight: bold; 
  color: #d20001;
  padding-bottom: 10px;
  border-bottom: solid 1px #688da8;
  }
#content #leftside .box .date {
  display: block;
  font-size: 12px;
  font-weight: normal; 
  color: #5d5956;
  padding: 10px 10px 0px 10px;
  }  
#content #leftside .box .title {
  display: block;
  font-weight: bold; 
  color: #787878;
  padding: 0px 10px 0px 10px;
  }  
#content #leftside .box .text {
  display: block;
  padding: 10px;
  color: #5d5956;
  border-bottom: solid 1px #688da8;
  }
#content #leftside .box a.news-more {
  display: block;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;  
  color: #bb1e0b;
  padding-top: 5px;
  }  
#content #leftside .box a.news-more:hover {
  color: #f9800d;  
  text-decoration: none;  
  }
#content #leftside .box2 .text {
  background-image: url('../img/BG-box1.png');
  }  
/* RIGHTSIDE */  
#content #rightside {
  padding: 20px;
  }  
#content #rightside h1 {
  font-size: 20px;
  color: #d20001;
  padding-bottom: 20px;
  }    
#content #rightside h2 {
  font-size: 1.3em;
  color: #787878;
  font-family: Arial, "Times New Roman";
  }      
#content #rightside h3 {
  display: block;
  font-size: 1.2em;
  color: #787878;
  text-align: center;
  font-family: Arial, "Times New Roman";  
  }  
#content #rightside ol {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  line-height: 130%;	 
	}
#content #rightside ol li {
	 padding-bottom: 5px;
	}    
#content #rightside ol ul {
	list-style: lower-alpha;
	}
#content #rightside ol ul li {
	
	}
#content #rightside ol ul ul {
	list-style-type: lower-roman;
	}
#content #rightside ol ul ul li {
	
	}
#content #rightside .news {
border-bottom: 1px dashed #5d5956;
margin-bottom:20px;
	}
#content #rightside .news .date {
  display: block;
  font-size: 12px;
  font-weight: normal; 
  color: #5d5956;  
  }
#content #rightside .news .title {
  display: block;
  font-weight: bold;
  }
#content #rightside .news .text {
  display: block;
  }  
#content #rightside .divnav {
  display: block;
  text-align: center;
  }  
 /* webmap */  
span.webmap0 {
	display: block;
	margin-bottom: 10px; 
	padding-right: 10px;
	font-family: Arial, "Times New Roman";
	}  
span.webmap0 a {
	text-decoration: none;
	color: #bb1e0b; 
	}	
span.webmap0 a:hover {
	text-decoration: none;
	color: #F58021;  
	} 
span.webmap1 {
	display: block;
	margin: 0px; 
	padding: 10px 5px 10px 5px;
	font-weight: bold;
	color: #f9800d; 
	font-family: Arial, "Times New Roman";
	}  
span.webmap1 a {
	text-decoration: none;
	color: #bb1e0b;
  font-weight: normal; 
	}	
span.webmap1 a:hover {
	text-decoration: none;
	color: #f9800d;
  font-weight: normal; 
	}  		  
/* FOOT */  
#foot {  
  background: transparent url('../img/foot.png') top center no-repeat;
  height: 180px;
  clear: both;
  text-align: center;
  }
#foot p {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 0.8em;
  color: #504F61;
  }    
/* COMMON */
img {
  border: none;
  }
.red {
  color: #ED1C24;
  }
.distinction {
  color: #F0E12E;
  }  
.fleft {
  float: left;
  }  
.fright {
  float: right;
  }  
.clear {
  clear: both;
  }  
a {
  color: #bb1e0b; 
  text-decoration: none;
  }
a:hover {
  color: #f9800d; 
  text-decoration: none;
  }
hr {
  color: gray;
  border: 1px dashed gray;
}
form {
	padding-top: 20px;
	padding-left:280px;
	padding-bottom:30px;
}
.form_item {
	float: left;
	padding-bottom:20px;
}
.form_item input#send_button {
	margin-left:279px;
	color: #fff;
	background-color: #d20001;
	border: none;
	padding: 20px;
	width:150px;
}
form label {
	width: 120px;
	display: inline-block;
}
form input {
	width:300px;
}
.clear {
	clear: both;
}
.error_container {
	position: absolute;
	height: 0;
	line-height:0;
}
.error {
	position: relative;
	top: -27px;
	left: 440px;
	background-color: red;
	width:200px;
	color: #fff;
	padding:15px;
	float: left;
	display:none;
}
#formularz_link {
	color:#fff;
	background-color: #d20001;
	padding:30px;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}