/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	/*background-image: url('../img/bg_gray.gif');*/
	background-color:#D6E3F7;
}

#container {
   margin:0 auto;
   width: 750px;
   background-color:#FFF;   
}

ul.language {
	list-style: none;
	margin: 0;  padding: 0;
	white-space: nowrap;
	float: left;
	width:215px;
}

li.language {
	margin: 0;	padding: 0;
	white-space: nowrap;
	padding-left: 70px;
	padding-top: 8px;
	float: left;
}

#en a{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image:url(../img/flaga_en.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	height: 14px;
	display : block;
	padding-left: 25px;
	margin: 0;
}

#en a:hover {
	color: #29187B;
	text-decoration: none;
}

#pl a {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image:url(../img/flaga_pl.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	height: 14px;
	display : block;
	padding-left: 25px;
	margin: 0;
}

#pl a:hover {
	color: #29187B;
	text-decoration: none;
}


a.link-top {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}

a.link-top:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}



ul.topmenu {
	list-style:none;
	margin: 0;  padding: 0;
	white-space: nowrap;
	float: right;
	padding-right: 0px;
}

li.topmenu {
	margin: 0;  padding: 0;
	white-space: nowrap;
	float: left;
}


#ul a {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCF600;
	text-align: center;
	text-decoration: none;
	background-image:url(../img/button.jpg);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	width: 107px;
	height: 22px;
	padding-top: 7px;
	display : block;
}

#ul a:hover{
	background-image:url(../img/button_over.jpg);
	color: #FFFFFF;
}

a.wiecej {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #EA9817;
	text-decoration: none;
}

a.wiecej:hover{
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #001564;
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
}




ul.menulist {
	list-style:none;
	margin: 0;  padding: 0;
}
li.menulist {
	margin:0;
	padding:0;
}
li.menulist a.menu {
   display:block;
   width:170px;
   padding: 6px 15px 6px 30px;
	background-color:rgb(230,238,249);
	border-bottom:1px solid #CDCDCD;
	background-image: url(../img/strzalka.gif) ;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001564;
	text-decoration: none;
	letter-spacing: 1px;
}

li.menulist a.menu:hover{
	color: #FF2021;
	background-color:#D6DBDF;
	text-decoration: none;
}


li.menulistpdf a.menu {
   display:block;
   width:160px;
   height:27px;
   padding: 6px 15px 6px 40px;
	background-color:rgb(230,238,249);
	border-bottom:1px solid #CDCDCD;
	background-image: url(../img/pdf_ico.gif) ;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001564;
	text-decoration: none;
	letter-spacing: 1px;
}

li.menulistpdf a.menu:hover{
	color: #FF2021;
	background-color:#D6DBDF;
	text-decoration: none;
}
li.menulistdoc a.menu {
   display:block;
   width:160px;
   height:27px;
   padding: 6px 15px 6px 40px;
	background-color:rgb(230,238,249);
	border-bottom:1px solid #CDCDCD;
	background-image: url(../img/word-ico.gif) ;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001564;
	text-decoration: none;
	letter-spacing: 1px;
}

li.menulistdoc a.menu:hover{
	color: #FF2021;
	background-color:#D6DBDF;
	text-decoration: none;
}

li.menuarticle a {
   display:block;
   /*
   width:150px;
   padding: 6px 15px 6px 50px;
	background-position: 30px 10px;
   */

   width:150px;
   padding: 6px 15px 6px 25px;
	border-left:25px solid rgb(230,238,249);
	background-position: 5px 10px;
         
	background-color:#FFF;
	border-bottom:1px solid #CDCDCD;
	background-image: url(../img/strzalka_submenu.gif) ;
	background-repeat: no-repeat;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #393C42;
	text-decoration: none;
	letter-spacing: 0px;
}

li.menuarticle a:hover{
	border-left:25px solid #D6DBDF;
	
	
	color: #FF2021;
	background-color:#EFEBEF;
	text-decoration: none;
}
ul.menu {
	list-style:none;
	margin: 0;  padding: 0;	
}

li.menu {
	list-style:none;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 6px;
	font-weight: bold;
	background-image: url(../img/libgmenu.jpg) ;
	background-repeat: no-repeat;
	background-position: 0px 12px; 
	color:#FFF;
}

#top {
      width: 750px;
		height: 20px;
		margin: 0;
		padding: 0;
		padding-top: 5px;
		color: #000000;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-indent: 10px;
		background-color: #FFFFFF;
		border-top:1px solid #636563;
		border-bottom:1px solid #636563;
}

#topmenu {
	width: 750px;
	height: 29px;
	margin: 0;
	padding: 0;
	background-image: url(../img/bgb.jpg);
	background-position:0 -2px;
}

#pagewidth {
	width: 750px;
	margin: 0;
	padding: 0;
}

#pagewidth-top {
	width: 750px;
	margin: 0;
	padding: 0;
}

#pagewidth-bottom {
	width: 750px;
	margin: 0;
	padding: 0;
}

#pagewidth-white {
	width: 750px;
	margin: 0;
	padding: 0 0 45px 0;
	background-color: #FFFFFF;
	display: inline-block;
}

#logo {
	width: 215px;
	height: 139px;
	margin: 0;
	padding: 0;
	background-color: #666666;
	float: left;
}

#logo a {
	background-image:url(../img/logo3.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	width: 215px;
	height: 139px;
	display : block;
	text-indent: -9999px;
}

#winieta {
	width:535px;
	height:139px;
	margin: 0;
	padding: 0;
	/*border-bottom:5px solid #F2F2F2;*/
	float: left;
}

#advert {
   width:750px;
   height:15px;
	background-image:url(../img/advert.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;   
	clear:both;
}
#left-site {
	width: 215px;
	margin: 0;
	padding: 0;
	float: left;
}

#left_banner {
   width:215px;
   height:169px;
	background-image:url(../img/left_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;  
}
#right-site {
	width: 535px;
	margin: 0;
	padding: 0;
	float: right;
}

#menu {
    width: 215px;
		background-color: #FFFFFF;
		margin: 0;
		padding: 0;
		text-align: left;
}

#content {
   width: 500px;
   margin: 0 10px 0 20px;
	padding: 0;
	clear: left;
   background-color: #FFFFFF;
	text-align:justify;
	font-size: 12px;
	color:#393C42;
}
div.download {
   width:500px;
   margin:0;
}

div.go_back {
   clear:both;
   margin:25px 0 0 200px;
}
#content table {
   width:500px;
}

#content table img {
   border:1px solid #393C42;
}
#content table p {
   margin:0 0 0 5px;
}
#content ul {
   margin:0 0 5px 0;
   padding:0 0 0 18px;
   list-style-type:disc;
}
#text {
   /* width:350px; */
   /*margin:0 20px 0 15px !important;*/
   margin:0 20px 0 0;
   float:left;
}
#text table {
   /* width:350px; */
}
h2 {
   width:490px;
   height:25px;
	padding: 15px 0 0 10px;
	margin: 0 0 15px 0;
	background-image: url('../img/naglowek.jpg');
	background-repeat: no-repeat;
	background-position: -25px 6px;
	text-align: left;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F74CF;
}


h3 {
	margin: 0 0 10px 0;
	padding:0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#636563;
	text-align: left;
}
h4 {
	margin: 0 0 5px 0;
	padding:0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#636563;
}
a {
		color: #EA9817;
		color: #001564;
		text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

a.more {
		font-family: Tahoma, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #EA9817;
		text-decoration: none;
		float: right;
}

a.more:hover{
	color: #001564;
}
a.more2 {
		font-family: Tahoma, sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #EA9817;
		text-decoration: none;
		float: right;
   	background-image: url('../img/dot.gif');
   	background-repeat: no-repeat;
   	background-position:0 4px;
   	padding:0 0 0 25px;
}
a.more2:hover{
	color: #001564;
}
p {
		background-color: #FFFFFF;
		/*text-align:justify;*/
		font-size: 12px;
		margin: 0 0 10px 0;
		padding: 0;

}


p.hr {
	clear: both;
	margin: 25px 0 5px 0;
	padding: 0;
	width:500px;
	height:20px;
	background-image: url('../img/hr.jpg');
	background-repeat: no-repeat;
	background-position:-25px 0;
}
#contact {
   width:300px;
   margin:0 auto;
}
div.image {
   float:left;
   margin:0 0 0 0;
}
div.image img {
   border:1px solid #393C42;
   margin:0 15px 0 0;
}


#right-gallery {
   width:125px;
   float:left;
}
#right-gallery img {
   border:1px solid #393C42;
   margin:0 0 10px 0;
}
div.product {
   width:120px;
   padding:10px 10px 0 10px;
   margin: 0 0px 15px 10px;
   float:left;
   text-align:center;
   border:1px solid #C0C7CD;
}
div.product h4{
   text-align:center;
	margin: 5px 0 5px 0;
	padding:0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
div.product h4 a {
   color:#524D5A;
}
div.product img {
   border:1px solid #524D5A;
}
div.product-set {
   text-align:center;
   margin-left:12px !important;
   margin-left:3px;
   /*border:1px solid #F00;*/
}
#bottom {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0;
	background-image: url(../img/bottom.jpg) ;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
}
#bottom a {
   color:#FFF;
   text-decoration:none;
}
#bottom a:hover {
   text-decoration:underline;
}
#bottom-l {
	padding-top: 18px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
}

#bottom-r {
	padding-top: 18px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
}

img.article {
	margin-left: 30px;
	margin-right: 10px;
	float: left;
	border: 0px;
}

img {
	margin: 0;
	padding: 0;
	border: 0px;
}
#flashMessage {
   border:1px solid #139113;
   padding:10px;
   margin:0 0 20px 0;
   text-align:justify;
   font-family:Verdana, serif;
   font-size:14px;
   font-weight:normal;
   line-height:1.3em;
   color:#139113; 
}
p.getAnnex {
   border:1px solid #139113;
   border-top:none;
   padding:0 10px 10px 10px;
   margin:-25px 0 20px 0;
   text-align:justify;
   font-family:Verdana, serif;
   font-size:14px;
   font-weight:normal;
   line-height:1.3em;
   color:#139113; 
   display:block;
}

