html {
	margin: 0;
	padding: 0;		
}
body {
	background: white url(../gfx/windykacja.jpg) repeat-x center top; 
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Georgia;
	font-size: 12px;
	color: #707070;	
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1{
	position: relative;
	display: block;
	clear: both;
	margin: 0 auto;
	font-size: 30px;
	color: black;
	font-family: "Times New Roman", Georgia;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9dad8;
	width: 715px;
	height: 35px;
}
h2{
	position: relative;
	display: block;
	clear: both;
	margin: 0 auto;
	font-size: 24px;
	color: black;
	font-family: "Times New Roman", Georgia;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9dad8;
	width: 715px;
	height: 25px;
}
h3{
	position: relative;
	display: block;
	clear: both;
	margin: 0 auto;
	font-size: 18px;
	color: black;
	font-family: "Times New Roman", Georgia;
	font-weight: normal;
	margin-top: 6px;
	border-bottom: 1px solid #d9dad8;
	width: 715px;
	height: 20px;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 178px;
}
#header_txt {
	position: relative;
	width: 1000px;
	height: 208px;
	margin: 0 auto;
}
#www_name {
	position: relative;
	float: left;
	top: -5px;
	left: 165px;
	font-size: 48px;
	font-weight: bold;
	width: 500px;
	height: 55px;
}
#www_name a {
	color: black;
}
#www_name a:hover {
	text-decoration: none;
}
#address {
	position: relative;
	float: right;
	top: -60px;
	right: 80px;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	border-left: 1px solid #d9dad8;
	padding: 3px 16px;
}
#address a { text-decoration: none; color: #333;}
#address a:hover { text-decoration: underline; }  
#header #www_name span{ font-size: 24px; color: black;}

#menu {
	position: relative;
	float: left;
	width: 100%;
	height: 20px;
        margin: 0 0 0 20px;
        
	}

#menu ul {
	position: relative;
	width: 500px;
	margin: 0 auto;
}
#menu ul li {
	font-size: 11px;
	list-style: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
}
#menu ul li a {
	color: black;
}

#menu2 {
	position: relative;
	float: left;
	width: 100%;
	height: 50px;
	background: black;
	}

#menu2 h2 {
        font-size: 12px;
        font-family: "Trebuchet MS", Georgia;
	display: block;
	float: left;
        clear: none;
	margin: 0 8px 0 0;
	padding: 10px 0 0 8px;
	border-left: 1px solid #d9dad8;
	height: 40px;
        width: 130px;
}
#menu2 h2.first {
    margin-left: 220px;
}

#menu2 h2 a {
    color: white;
}

#windykacja_wyrozniona {
	position: relative;
	float: left;
	background: url(../gfx/h1_tlo.jpg) repeat-x;
	width: 100%;
	height: 208px;	
}
#windykacja_wyrozniona h4 {
	font-family: Georgia, "Times New Roman";
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	color: white;
	width: 817px;
	text-align: justify;
	height: 182px;
	margin: 26px auto;
}
#container {
	width: 715px;
	margin: 40px auto 0 auto;
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	line-height: 20px;
}
#container ul#mpage{
	width: 800px;
	margin: 0;
	padding: 0;
}

#container ul li {
	margin: 0 0 10px 0;
}
#container a {
	color: #333;
	text-decoration: underline;
}
#container a:hover {
	color: #666;
}

#container ul#mpage li{
	display: block;
	float: left;
	list-style: none;
	font-family: Georgia, "Times New Roman";
	font-size: 14px;
	width: 368px;
	height: 80px;
	margin: 0 25px 65px 0;
	padding: 0 0 0 6px;
	border-left: 1px solid #f4e3b5;
	}

#container ul#mpage li strong {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: black;
	margin-bottom: 6px;
	}
#container ul#mpage li a{
	display: block;
	width: 367px;
	height: 110px;
	color: #707070;
	text-decoration: none;
}
#container ul#mpage li a:hover {
	text-decoration: none;
	background: #fafafa;
}

