@import url("reset.css");

html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
	 	margin: 0 0 0 1px;
}

body {
	background: #bc2a2f url("../images/shadow.jpg") center repeat-y;
	font-family: arial, tahoma,  sans-serif;
	height:auto!important;
	height:100%;
	min-height:100%; 

}

#content {
	line-height: 1.5em;
   font-size: 13px;
}

#content p {
   margin: 0 0 1em 0;
}

a {
	color: #bc2a2f;
}


h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

h3 {
	font-size: 20px;
   font-weight: bold;
   margin: 12px 0 12px 0;
}

strong { font-weight: bold; }
em { font-style: italic; }

ol li {
	margin: 0 0 0 2em ;
	list-style: decimal outside;
}



div#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	height: 308px;
	width: 960px;
	background:  url("../images/header_bg.gif") repeat-x top;
}
   img#logo {
   	position: absolute;
		top: 11px;
		left: 23px;
   }
	
   div#banner {
   	position: absolute;
		top: 87px;
		left: 0px;
   }
   
	
	div#banner li img {
		width: 960px;
	}
   
   img#hc_nl {
		position: absolute;
		right: 23px;
		top: 0px;   	
   }
	
	ul#topmenu {
		position: absolute;
		
		right: 25px;
		top: 8px;
	}
	a#a_hc_nl {
		position: absolute;
		
		right: 23px;
		top: 11px;
	}
	  ul#topmenu li {
	   float: left;
		margin-right: 5px; 
		vertical-align: middle;
	  }
	
/* Menu główne */

ul#main_menu { position: absolute; top: 270px; left: 60px; }
ul#main_menu li.menuItem { float: left; margin: 0 25px 0 0; position: relative; }
   ul#main_menu li.menuItem5 { margin: 0; }
	/* Przycisk menu */
   ul#main_menu li.menuItem a.menu_link {
   	background: url("../images/menu_bg.jpg");
   	display: block;
		color: #fff;
		height: 23px;
   	text-align: center;
		text-decoration: none;
		padding: 7px 0 0 0;
   	width: 149px;
   }
	   ul#main_menu li.menuItem a.menu_link:hover {
	     background: url("../images/menu_bg2.jpg");	
		 text-decoration: underline;
		}
	
   ul#main_menu li.menuItem a.menu_link_hover {
      background: url("../images/menu_bg2.jpg");
      display: block;
      color: #fff;
      height: 28px;
      text-align: center;
      text-decoration: underline;
      padding: 7px 0 0 0;
      width: 149px;
   }
	


	
	/* Submenu */
	ul.submenu { position: absolute; top: 35px; left: 0; display: none; }
	  ul.submenu li.menu_subitem { float: left; }
	  ul.submenu li.menu_subitem a {
	     background: #841d21;
		  color: #fff;
		  display: block;
		  text-decoration: none;
		  padding: 10px 10px;
		  font-size: 13px;
		  border-bottom: 2px black solid;
	  }

	  
	     ul.submenu li.menu_subitem a:hover  {
	        text-decoration: underline;	
		  }
	  
	    li.menuItem1 ul.submenu { width: 400px; }
		 li.menuItem2 ul.submenu { width: 600px; }
		 li.menuItem5 ul.submenu a { width: 128px; }
	  
div#content {
	margin: 36px 60px 0;
	text-align: justify;
}

.texts_text_content_thin {
	width: 540px;
	float: left;

}

ul.slideshow {
	float: right;
	margin: 0 0 0 0;
	background: white;
}

ul.slideshow img {
	  width: 240px;
	  height: 180px;
	  background: white;
}

div#foot {
	clear: both;
	text-align: center;
	padding: 50px 0;
	font-size: 11px;
}

/*
 * Formularz
 */
table.form {
	width: 100%;
	border-collapse: collapse;
}

table.form th {
   padding: 2%;
	border-bottom: 1px dotted #ccc;
}

table.form td {
   padding: 2%;
	border-bottom: 1px dotted #ccc;
}

table.form td.isRequired { width: 2%; color: red; font-weight: bold; }

table.form .textinput {
	width: 100%;
}

table.form .adres_ulica {
	width: 60%;
}
table.form .adres_nr_domu {
	width: 10%;
}

table.form .adres_nr_miesz {
   width: 10%;
}


table.form .adres_miejscowosc {
   width: 47%;
}

table.form .adres_kod {
   width: 20%;	
}

label.error {
	font-size: 11px;
	color: red;
	font-weight: bold;
}

#tooltip h3 { font-size: 12px; } 

div#contact_map {
	width: 100%;
	height: 300px;
}

div.markerTooltip, div.markerDetail {
   color: black;
   font-weight: bold;
   background-color: white;
   white-space: nowrap;
   margin: 0;
   padding: 2px 4px;
   border: 1px solid black;
}
p.pagination_title {display: block; float: left; padding: 0 0.5em 0 0; }
ul.pagination { float: left; color: #fff; }
ul.pagination a {  color: #fff; }
ul.pagination li { float: left; margin: 0 0.5em 0 0; display: block; background: #bc2a2f; padding: 1px 4px; }
ul.pagination li:hover { background: #751c1f; } 