body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #515151;
	background: #f8f8f8 url(../images/bgrbody.jpg) repeat-x;
	text-align: center;
	}
	
html>body { font-size: 1em; }

/* typografia -------------------------- */

h1 { font-size: 1.4em; margin-top: 0; padding: 6px 0; border-bottom: 1px solid #efefef; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }

/* listy ------------------------------- */
#menu ul { margin: 0; padding: 0; width: 200px; border-top: 1px solid #efefef; border-bottom: 1px solid #fff; }
#menu ul li { margin: 0; padding: 0; list-style-type: none; }

/* layout ------------------------------ */
#wrap {
	margin: 0 auto;
	width: 720px;
	text-align: left;
	font-size: .7em;
	}

#top {
	position: relative;
	width: 720px;
	height: 260px;
	background: #fff url(../images/bgrtop.jpg) no-repeat;
	}
	
	#logo {
		position: absolute;
		left: 260px; top: 0;
		width: 200px; height: 55px;
		}
	#menu {
		position: absolute;
		left: 260px; top: 55px;
		}
#content {
	margin-left: 60px;
	width: 520px;
	background: #fff;
	padding: 30px 40px;
	overflow: hidden;
	}
#foot {	
	margin-left: 60px;
	width: 600px;
	background: url(../images/bgrfoot.jpg) no-repeat;
	text-align: center;
	padding-top: 5px;
	color: #ccc;
	}

/* linki ------------------------------- */
a { text-decoration: none; }

#menu a:link, #menu a:visited {
	display: block; 
	width: 180px; height: 35px;
	padding-left: 20px;
	line-height: 35px;
	color: #515151;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #efefef;
	background: #fff url(../images/bgrbtn.jpg) repeat-x;
	}
#menu a:hover, #menu a:active, #menu a.current, #menu a.current:visited {
	background: #f2f2f2;
	}
#content a:link, #content a:visited {
	color: #1C73B3;
	}
#content a:hover, #content a:active {
	text-decoration: underline;
	}

#foot a:link, #foot a:visited {
	color: #CCC;
	}
#foot a:hover, #foot a:active {
	color: #999;
	text-decoration: underline;
	}

/* obrazki ----------------------------- */

/* formularz kontaktowy ---------------- */
#kontaktForm {
	width: 500px;
	padding: 10px;
	border: 1px solid #f2f2f2;
	margin: 20px 0;
	background: #fafafa;
	}
	#kontaktForm p { margin-top: 0; }
input, textarea {
	border: 1px solid #efefef;
	width: 100%;
	}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 10px;
	}
legend {
	color: #666;
	}
.button {
	margin-top: 10px;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: .9em;
	color: #515151;
	padding: 2px;
	}
/* realizacje ----------------- */
.realizacje {
	float: left;
	display: block;
	width: 220px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #efefef;
	margin: 8px;
	font-weight: bold;
	}
.realizacje .miniaturka {
	float: left;
	margin-right: 10px;
	}
#miniaturkiWrap {
	width: 520px;
	text-align: center;
	margin: 10px 0 20px 0;
	border-top: 1px solid #f8f8f8;
	padding: 20px 0;
	}
.miniaturki {
	float: left;
	width: 122px;
	background: #efefef;
	padding: 5px;
	margin: 5px;
	text-align: center;
	border: 1px solid #fff;	
	}
.miniaturki img {
	border: 1px solid #fff;
	}
.miniaturka {
	float: right;
	}
