@charset "utf-8";
/* Dokument CSS2.1 dla serwisu Adsolutions.pl */

* { margin:0; padding:0; }
ul,ol { list-style: none; }

body {
	background: #fff url(images/tlo_header.gif) repeat-x top;
}
#kontener { margin: 0 auto; width: 780px; }

#header {
	position: relative;
	height: 360px;
	background-color:#111111;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	line-height: 14px;
}
#header h1 {
	margin: 0 0 4px 45px;
	display: block;
	width: 192px;
	height: 186px;
	text-indent:-9009px;
	background:transparent url(images/logo.gif) no-repeat 0 0;
}
#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
#header strong {	font-size: 16px;	}
#header p.addr {
	width: 202px; /* 192 + (h1 margin / 2) */
	text-align: right;
	line-height: 12px;
}
#header .menu {
	position: absolute;
	top: 15px;
	right: 40px;
}
#header .menu li {
	display: inline;
	padding: 0 10px 0 10px;
}
#header .desc, #header .real {
	position: absolute;
	top: 60px;
	left: 274px;
	width: 234px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#header .real {	left: 529px;	}
#header p,#kontent p {		margin-top: 5px;}

#header a,#footer a {
	text-decoration: none;
	color: #f5f5f5;
}
#header a:hover, #footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* główna część strony - content */

#kontent {
	background: #F5F5F5 url(images/marketing_tlo.gif) no-repeat center bottom;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	padding: 10px 0 20px 12px;
	overflow: hidden;
	color: #666666;
	height: 360px;
}
#kontent .col1, #kontent .col2, #kontent .col3 {
	width: 238px;
	float: left;
}
#kontent .col2, #kontent .col3 {	margin-left: 20px; }
#kontent .onecol { margin-right: 15px; }

#kontent a {
	text-decoration: underline;
	color: #333333;
}
#kontent a:hover {
	text-decoration: none;
	color: #666666;
}

#kontent strong {
	color:#000000;
}

#kontent h2.opr {
	display: block;
	width: 170PX;
	height: 60px;
	text-indent:-9009px;
	background:transparent url(images/h_pozyc.gif) no-repeat 0 0;
}
#kontent h2.pid {
	display: block;
	width: 170px;
	height: 60px;
	text-indent:-9009px;
	background:transparent url(images/h_rd.gif) no-repeat 0 0;
}
#kontent h2.fr {
	display: block;
	width: 170px;
	height: 58px;
	text-indent:-9009px;
	background:transparent url(images/h_foto.gif) no-repeat 0 0;
}
#kontent p { margin-top: 10px; text-align: justify; }

/* stopka */
#footer {
	text-align: right;
	overflow: hidden;
	background-color:#000;
	padding: 23px 10px 5px 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	letter-spacing: 0px;
	color: #f5f5f5;
}
