* {
	margin: 0;
	padding: 0;
}
  
body {
	color: #fff;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Tahoma; 
	background: #fff;
}

#karteczka {
}

#karteczka2 {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 139px;
	height: 180px;
	z-index:100;
}
#karteczka2 a {
	display: block;
	width: 139px;
	height: 180px;
	z-index: 10000;
}
#karteczka2 a img {
	border: 0px;
}
table {
	border-spacing: 1;

}
caption, th, td {
/*	text-align: left;*/
	font-weight: normal;
	padding:0;
	margin:0;
}

html {
	

}
.clear{
	clear:both;

}

/*artur
img {
	border: 4px solid #E9E9E9;
}*/
/**************
 	Site Container Box
*/
#BgContainer {
	width: 997px;  
	margin: 0 auto; 
}
#Container { 
	width: 997px;
	padding-bottom: 15px;
/*	background: #fff url(../images/containerbg.gif) repeat-y;*/
	background: url(../images/bgf.gif) repeat-x;
	}
#ContainerH { 
	width: 997px;
	padding-bottom: 15px;
/*	background: #fff url(../images/containerbg.gif) repeat-y;*/
	background: url(../images/bgf1.gif) repeat-x;
	}

	
	#Layout {
	width: 950px;
	overflow: hidden;
	margin: 15px auto;
}
#LayoutNoMenu {
	width: 920px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}

#Content {
	width: 620px;
	float: left; 	
	overflow: hidden;
	padding-left: 6px;
	text-align: left;
}

#Content_Home {
	width: 950px;
	padding-top:50px;
	height:250px;
	float: right; 	
	overflow: hidden;
	margin: 0;
	text-align: left;
}

#HeaderTop { 
 	width: 985px; 
	height: 11px; 
 	margin: 0 auto;
	overflow: hidden;
/*	background: #58ade1 url(../images/headertop.gif) repeat-x left center;*/
}
#HeaderDown { 
 	width: 985px; 
	height: 11px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/headerdown.gif) repeat-x left center;
}
#HeaderLogo { 
 	width: 985px; 
	height: 88px; 
	padding-top:1px;
	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/headerlogo.gif) repeat-x left center;
}
#Path { 
 	width: 715px; 
	height: 23px; 
	padding-top:5px;
	padding-left:270px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/headertop1.gif) repeat-x left center;
}

#HeaderHome{ 
 	width: 950px;
	height:360px;
	margin: 0 auto;
	overflow: hidden;
}

#HeaderZdjecia { 
 	width: 950px;
	height:380px;
	margin: 0 auto;
	overflow: hidden;
}

#Line { 
 	width: 985px; 
	height:1px;
	margin: 0 auto;
	overflow: hidden;
	background: #8895a8;
}

/** Header **/
#Header { 
 	width: 985px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

/*** Main Nav ***/
#Navigation {
	width: 601px;
	margin: 0 auto;
	position:absolute;
	top:13px;
	left:12px;
	z-index:100;
	padding-top: 1px;
	background:  #0195ff url(../images/menubg.gif) no-repeat center bottom;
}
#Navigation ul { 
 	float: right; 
	margin-right: 12px;
	}
	#Navigation ul li { 
		background: transparent url(../images/topmenu_dot.gif) no-repeat scroll 0pt 50%;
		list-style: none; 
		margin: 0 2px; 
		float: left;
		padding-left:8px;
		line-height: 2.8em;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 2.3em; 
			font-size: 1.2em; 
			padding: 0 0 0 10px;
			color: #fff;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			padding-right: 10px;
			height: 2.3em;
 
		}
			#Navigation ul li a:hover { 
				background: #00acff;
				color: #fff;
				cursor: pointer;

				}
			#Navigation ul li a:hover span {
				background: #00acff;
				cursor: pointer;

			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	background: #00acff;

				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				background: #00acff;

			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
	}
	#Breadcrumbs p {
		margin: 0;
	}
	#Breadcrumbs a{
		margin: 0;
		color:#B7C0C5;
	   	text-decoration: none;
	}
	#Breadcrumbs a:hover{
		margin: 0;
		color:#B7C0C5;
	   	text-decoration: underline;
	}
	#Breadcrumbs a.current{
		margin: 0;
		color:#B7C0C5;
	   	text-decoration: underline;
	}



/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
/* Sidebar styles */
#Sidebar{
		float: left;
	 	width: 300px; 
		padding-top: 0px;
	 	font-size: 24px; 
		text-align: right;
 		line-height: 1.1em;	
	 	margin-bottom: 40px;

}

	#Sidebar h3{
			font-size: 1.5em;
			border-bottom: 1px solid #E1DABF;
			padding-bottom: 3px;
			margin-bottom: 3px;
	}
	
	#Sidebar ul{
		list-style-position: outside;
		margin-bottom: 20px;
	}
	
		#Sidebar li{
			list-style-type:none;
			list-style-image: none;
	 		font-size: 24px; 

		}
			#Sidebar li a.link{

				text-decoration: none;
				position:relative;
				color:#a4a4a5;
			}
			
			#Sidebar li a:hover{
				text-decoration: none;
				color: #4369a4;
				position:relative;
			}
			#Sidebar li a.current, #Main #Sidebar li a.section{

					text-decoration: none;
					color: #9a161d;
					position:relative;
			}
	
	#Sidebar ul.sub{
			margin: 0pt 0pt 0pt 15px;
	}
		#Sidebar ul.sub li{
				border:none;
		}

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
			list-style-type:none;
			list-style-image: none;
			margin: 5px 0;
			padding: 1px;
			width: 88%;
}
#PageComments li.odd {
	background: #dedede;
	padding-left: 10px;
	padding-right: 10px;

}

#PageComments li.even {
	background: #f5f5f5;
	padding-right: 10px;
	padding-left: 10px;
}

#PageComments li.odd p.info {	
}

.actionLinks li a {
	padding-right: 3px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 11px;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	padding-left:15px;
	
	background: transparent url(../images/dot_news.gif) no-repeat;
	background-position: 0px 14px;

	font-size: 11px;
	font-family: tahoma, sans-serif;
 	color: #666;
	border-bottom:1px dotted ;
	padding-bottom:10px;
	padding-top:10px;

}

#SearchResults a{
	font-size: 11px;
	text-decoration: none;
	position:relative;
	color:#00b9ff;
	}
searchResultHeader {
	font-size: 15px;

}
/* Footer 
*****************************************/

#Layout_MenuDownInwestycje{
	width: 950px;
	clear: both;
	overflow: hidden;
	padding-left:44px;

}

#MenuDownInwestycje1{ 
	float: left;
	width:300px;
 	margin: 5px;
	overflow: hidden;
}
#MenuDownInwestycje2{ 
	float: left;
	width:300px;
 	margin: 5px;
	overflow: hidden;
}
#MenuDownInwestycje3{ 
	float: left;
	width:300px;
 	margin: 5px;
	overflow: hidden;
}
#MenuDownInwestycje4{
	float: left;
	width:300px;
 	margin: 5px;
	overflow: hidden;
}
#MenuDownInwestycje5{ 
	float: left;
	width:300px;
 	margin: 5px;
	overflow: hidden;
}
#MenuDownInwestycje6{ 
	float: left;
	width:300px;
 	margin: 5px;
	overflow: hidden;
}

#Stopka { 
 	width: 997px; 
 	margin: 0 auto;
	overflow: hidden;
	text-align: center; 
	font-family: Tahoma, sans-serif;
 	color: #666;
 	font-size: 11px;

}
#Stopka2 { 
	text-align:right;
}
#Stopka2 a:link,a:visited{ 
	color:#b7b7b7;
	text-decoration:none;
}

#Footer_b { 
 	width: 997px; 
	height: 60px; 
 	margin: 0 auto;
	overflow: hidden;
/*	background: url(../images/dol_tlo_logo.gif) repeat-x left center;*/
}
#Footer_c { 
 	width: 997px; 
 	margin: 0 auto;
	overflow: hidden;
}
  	#Footer_c p { 
 		color: #666;
		font-size: 1.1em;
		text-align: center;
		margin-top: 0.6em;
	}
  	#Footer_c a { 
	   	color: #000; 
	   	text-decoration: none;
		}
	#Footer_c a:hover {
		color: #000;
		text-decoration: underline;
	}



#Footer { 
 	clear: both;  
	width: 997px; 
	height: 5em; 
	background: transparent url(../images/footerBottom.gif) no-repeat bottom left; 
	text-align: center; 
	}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  	#Footer a { 
	   	color: #fff; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
  
#Navigationstatic {
	width: 536px;
	margin: 0 auto;
	font-size:12px;
	line-height:1.5em;
	position:absolute;
	top:222px;
	z-index:100;
	padding-top: 1px;
	left: 0.3%;
}

#banner {
	z-index:110;
}

.rollover {display: block;height: 100%;}
.rollover img {width: 100%;height: 100%;border: 0;}
.rollover:hover { visibility: visible; }
.rollover:hover img { visibility: hidden; }
#m1, #m2, #m3, #m4 {height: 22px;}
#m1 {width: 227px;background: url(../images/m1_on.gif);}
#m2 {width: 81px;background: url(../images/m2_on.gif);}
#m3 {width: 106px;background: url(../images/m3_on.gif);}
#m4 {width: 105px;background: url(../images/m4_on.gif);}
.navigation {display:none}

#nav {height: 58px;margin: 0;padding: 0;}
#nav li {float:left;list-style-type: none;margin: 0;padding: 0;}


	#NewsList a{
		list-style-type:none;
		font-size: 11px;
	 	color: #6f8bb8;
		text-decoration:none;
	}

	#NewsList p{
		font-size: 11px;
	 	line-height: 1.9em;
		border-bottom:1px dotted ;
		padding-bottom:10px;
		font-size: 11px;
	}

	#NewsList a:hover{
		list-style-type:none;
		font-size: 11px;
		font-weight:normal;
		color:#6f8bb8;
		text-decoration:underline;

	}


	#NewsList li.newsDateTitle a {
		list-style-type:none;
	 	color: #6f8bb8;
		padding-left:5px;
		font-size: 11px;
		font-weight:bold;
		text-decoration:none;
	}
	#NewsList li.newsDateTitle a:hover {
	 	color: #6f8bb8;;
		text-decoration:underline;
		padding-left:5px;

		font-weight:bold;

	}

	#NewsList li.newsDateTitle {
		list-style-type:none;
		font-size: 11px;
		text-decoration:none;
		color:#9a161d;
	}
	


#Find {
	margin: 0 auto;
	position:absolute;
	width: 172px;
	border:1px;
	top:-40px;
	left: 63%;
	z-index:105;
	padding-top: 1px;
	display: block;
}
/*google maps*/
#map 
{
	border: 7px solid #d8d8d8; 
	width: 605px; 
	height: 400px;
}

#Line {
	width: 100%; 
	height: 5px;
	background: #4269a4;
	}
#Banner1{ 
 	width: 950px;
	height:100px;
	text-align: center;
	margin-top: 10px;
}
#Banner{ 
 	width: 950px;
	text-align: center;
	overflow: hidden;
}

}
#gg { 
	width:300px;
	margin-right:20px;	
	font-size: 12px;
	overflow: hidden;
}

  	#gg  a { 
	   	color: #666666; font-size: 12px;
	   	text-decoration: none;
		}
	#gg a:hover {
		color: #000;
		text-decoration: underline;
	}
	
#messageBox {
	background:white;
	color:black;
    display: none;
    position: absolute;
    width: 30%;
    left: 35%;
    top: 200px;
    height: 100px;
    border: 1px solid red;
}

#login p{
color:#000;
font-size:12px;

}

#login label{
color:#000;
font-size:12px;
}

#login fieldset{
padding:10px;
}

#Email{
	padding:10px;
	font-weight:bold;
}
#Password{
	padding:10px;
	font-weight:bold;
}

#MemberLoginForm_LoginForm_action_dologin{
	padding:5px;
	font-size:12px;
	margin-left:70px;
}
