* {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	background: #f0efed;
	color: #000;
	font: 1em/1.5em tahoma, sans-serif;
	padding-top: 75px;
}

a {
	color: #000;
	text-decoration: none;
}

abbr,
acronym {
	cursor: help;
}

blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: georgia, "times new roman", sans-serif;
}
blockquote {
	font-size: 1.125em;
	font-style: italic;
	text-indent: 30px;
}

dl,
dt,
dd {
	overflow: hidden;
}

dt {
	clear: left;
	float: left;
	padding-right: 5%;
	text-align: right;
	width: 25%;
}

dd {
	border-bottom: 1px dotted #000;
	float: left;
	width: 70%;
}
	dd dt {
		width: 20%;
	}
	dd dd {
		border-bottom: none;
		width: 75%;
	}

em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.5em;
}

img {
	display: block;
}

ol,
ul {
	list-style: none outside;
}

span {
	display: none;
}

strong {
	font-weight: normal;
}

#external-container {
	background: #fff;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 15px;
	width: 810px;
}

#internal-container {
	background: #f5efeb;
}

#header {
	padding: 30px;
	position: relative;
}
	#header h1 {
		overflow: hidden;
	}
		#header h1 a {
			background: url('../images/background.png') no-repeat right -32px;
			display: block;
			height: 32px;
			margin-bottom: 15px;
			width: 360px;
/*
			width: 425px;
*/
		}
	#header p {
		background: url('../images/background.png') no-repeat right -115px;
		height: 51px;
	}

#content {
	overflow: hidden;
	padding: 15px 30px;
}
	#content blockquote,
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6,
	#content ol,
	#content ul {
		margin-bottom: 15px;
	}
		#content ul *,
			#content ul ul li {
				margin-bottom: 0 !important;
			}
		#content ul h2,
		#content ul li {
			margin-bottom: 15px !important;
		}

#navigation {
	background: #000;
	color: #fff;
	font-family: georgia, "times new roman", sans-serif;
	font-size: 1.125em;
	left: 0;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
	#navigation a {
		border-bottom: 1px dotted #fff;
		color: #fff;
		padding: 2px 0;
	}
	#navigation a:hover,
	#navigation a.active {
		border-bottom-style: solid;
	}
	#navigation li {
		display: inline;
		padding: 0 15px;
	}

#footer {
	color: #000;
	padding: 15px;
	text-align: center;
}

#strona-glowna,
	#strona-glowna a {
		color: #fff;
	}

	#strona-glowna #internal-container {
		background: #bf2213;
		padding-top: 100px;
	}

	#strona-glowna #header {
		background: #ad1c0f;
		margin-bottom: 100px;
		padding: 35px;
		width: 65%;
	}
			#strona-glowna #header h1 a {
				background-position: right 0;
				float: right;
				margin-bottom: 0;
			}
		#strona-glowna #header p {
			background-position: right -64px;
			left: 50%;
			position: absolute;
			top: 110px;
			width: 412px;
		}

	#strona-glowna #content {
		padding: 0 15px;
	}
		#strona-glowna #content ul {
			overflow: hidden;
		}
			#strona-glowna #content ul li {
				float: left;
				overflow: hidden;
				padding: 0 15px;
				width: 165px;
			}

		#teczka #header p {
			background-position: right -166px;
		}

		#projekty #header p {
			background-position: right -217px;
		}

		#referencje #header p {
			background-position: right -268px;
		}

				#domeny #content ul ul li {
					display: inline;
					white-space: nowrap;
				}

#seo4 {
	margin: 10px auto 0;
	text-align: center;
}
	#seo4 a,
	#seo4 a:hover {
		border: none;
	}
	#seo4 img {
		display: inline;
		vertical-align: middle;
	}

