@charset "utf-8";
/* CSS Document */



body {
	font-family: Verdana;
	color: #333333;

	background-color:#d5d5d5;
	margin: 0px;
	padding: 0px;
	height: 100%;
}


html {height: 100%;}


/* divs */

#main {}
#header-in { width: 950px; margin-left: auto; margin-right: auto;}
#wrapper, #header, #content-in { width: 950px; margin-left:auto; margin-right: auto;}
#wrapper-content { background: #FFFFFF; clear:both;}
#wrapper-big { background:url(../images/header_bgx2.jpg) repeat-x top }
/* lewa strona */

#header {
	height: 114px;
	background-image: url(../images/wrapper-in_bg.jpg);
	background-repeat: no-repeat;
}


#leftContener {
	float: left;
	width: 700px;
}
#logo {
	float: left;
	width: 260px;
	height: 114px;
}
#menu {
	float: left;
	padding-top: 93px;
	width: 440px;
}
#wrapper-in {
	width: 950px;
	margin-left: auto; margin-right: auto;
}


#content {}

#leftInside {
	float: left;
	width: 431px;
	background: #fff;
}

#box {
	margin: 10px;
	width: 411px;
	
}
#box2 {
	margin: 10px;
	
}
#boxHead { height: 53px;}
#boxContent {
	margin-right: 15px;
	margin-left: 15px;
	background:url(../images/box_end.jpg) no-repeat bottom right;
	padding-bottom: 20px;
}
#boxContent p{ font-size: 13px; line-height: 16pt;}
#boxContent ul {
	padding-left: 10px;
	padding-right: 10px;
	maring-top: 20px;
	margin-bottom: 20px;
	list-style-position: inside;
	list-style-type: none;
}
#boxContent li { display: block; border-bottom: 1px solid #D8D8D8; padding: 10px; font-size: 0.8em;}
#boxContent li:hover { background:#F0F0F0;}

#rightInside {
	float: left;
	width: 260px;
	border-right: 1px dotted #D8D8D8;
	margin-top: 63px;
	background: #fff;
}

#rightInfo {
	font-size: 12px;
	padding: 10px;
	background: #fff;
}
#fotoFrame { padding: 16px;}

/* prawa strona */

#rightContener { float: left; width: 250px;}
#budynekTop {background: url(../images/budynek_bottom.jpg) no-repeat top; height: 170px;}
#budynekTop2 {background:url(../images/prawa_budynektop.jpg) no-repeat top; float: left; width: 250px;height: 114px;}



.clear {clear:both;}
#clearDiv { clear:both;}





/* footer!!!! */

#footer {
	background:url(../images/foot_end.jpg) repeat-x top;
	padding-bottom: 10px;
}
#footerWrap { width: 950px; margin-left: auto; margin-right: auto; height: auto;}

#footerLogo { height: 52px; width: 423px;}
#footerInfo {
	height: 44px;
	background: url(../images/foot_1.jpg) no-repeat top right;
	width: 423px;
}
#footerInfo span { color:#FFFFFF; display: block; padding: 5px; font-size: 10px;}
#footerInfo strong { text-transform:uppercase; }

