* {
	margin: 0 auto;
	padding: 0;
}

html, body { 
	background: #F3F8FF;
	text-align: center;
	color: #444;
	height: 100%;
}

h1, h2, h3 {
	font-family: georgia, times, sans-serif;
	color: #369;
	line-height: 120%;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
	padding-top: 10px;
}

pre {
	margin: 10px;
	padding: 10px;
	background: #d7ffb5;
	border: 1px dashed #666;
	overflow: auto;
}

code {
	background: #d7ffb5;
	padding: 0 3px;
	border: 1px dashed #666;
}

ul {
	padding: 8px 0 8px 0;
}

ul li {
	margin-left: 30px;
}

a {
	text-decoration: underline;
	color: #666;
}

a:hover {
	color: #222;
}

input, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	padding: 5px;
	margin: 8px 0 8px 0;
	width: 400px;
}

button {
	padding: 5px;
	margin: 8px 0 8px 0;
}

#container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 140%;
	height:100%;
}

body > #container { 
	height: auto; 
	min-height: 100%; 
}

#header {
	background: #f3f8ff url(../image/header.png) repeat-x;
	height: 100px;
	/*border-bottom: 10px dotted #bfdaff;*/
}

#logo a {
	float: left;
	display: block;
	background: url(../image/logos.png);
	background-position: 0 0;
	width: 160px;
	height: 80px;
	margin: 5px 0;
	text-indent: -9999em;
	outline: none;
}

#logo a:hover,
#logo a.active {
	background: url(../image/logos.png);
	background-position: 0 -90px;
}

#navigation {
	float: left;
	/*background: #f3f8ff url(../image/navigation2.png) bottom repeat-x;*/
	/*border-bottom: 10px dotted #bfdaff*/;
}

#navigation ul {
	padding: 50px 0 10px 0;
}

#navigation ul li{
	font-size: 160%;
	padding: 0 10px;
	margin: 0;
	list-style: none;
	display: inline;
}

#navigation .active a {
	color: #222;
}

#navigation a {
	/*text-decoration: none;*/
	/*padding: 2px 5px;*/
}

#navigation a:hover {
}

#content {
	/* background: url(../image/content2.png) repeat-x; */
	overflow: auto;
	background: #f3f8ff;
	text-align: left;
	padding: 20px 0 80px 170px;
	width: 900px;
	float: left;
}

#content h2 {
	margin-bottom: 5px;
	border-bottom: 5px solid #bfdaff;
}

#content .message, #content .error {
	font-size: 90%;
	color: red;
}

#content a img {
	border: 2px solid #bfdaff;
}

#content .blog {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #bfdaff;
}

#content .comments {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #bfdaff;
}

#realizacje .box {
	clear: both;
	overflow: auto;
	padding-bottom: 10px;
}

#realizacje img {
	float: left;
}

#realizacje .desc {
	padding-left: 370px;
}

#realizacje ul li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #369;
}

#realizacje ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#scroller {
	/* required settings */
	float: left;
	margin-top: 20px;
	position:relative;
	overflow:hidden;
	width: 800px;
	height: 225px;
	border: 1px solid #369;
	background: #fff;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#scroller .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
#scroller .box {
	float:left;
	width: 770px;
	padding: 20px;
}

#scroller .items img {
	float: left;
	border: 0;
}

#scroller ul {
		padding-left: 350px;
		padding-right: 5px;
}

#scroller ul li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #369;
}

#scroller ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.prev,
.next {
	float: left;
	display: block;
	text-indent: -9999em;
	width: 20px;
	height: 100px;
	margin-top: 80px;
	cursor: pointer;
}

.prev {
	background: url(../image/left.png) no-repeat;
}

.next {
	background: url(../image/right.png) no-repeat;
}

#footer {
	clear: both;
	position: relative;
	z-index: 10;
	height: 60px;
	width: 100%;
	margin-top: -60px;
	text-align: left;
	color: #369;
	background: #f3f8ff url(../image/footer2.png) top repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/* border-top: 10px dotted #cce1ff; */
}

#footer p {
	padding: 16px 25% 0 170px;
}

#footer a {
	padding: 2px 4px;
	text-decoration: underline;
}

#footer a:hover {
}

#footer .keywords {
	font-size: xx-small;
	color #888;
}
