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

body {
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	background-color: #000;
	padding: 45px 20px 20px 120px;
}

#container {
	margin: 0 auto;
	text-align: left;
}

#header h1 {
	width: 120px;
	height: 120px;
	float: left;
	background: #000 url(h1logo2.png) top center no-repeat;
}

#header h1 a {
	display: block;
	width: 120px;
	height: 120px;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#header h1 span {
	display: none;
}

/* treść główna */

#content {
	clear: both;
	height: 450px;
	margin: 0 auto;
}

#content div {
	height: 450px;
	float: left;
	color: #fff;
}

div.menudiv {
	width: 30px;
}

#content div.menudiv a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

#content div.menudiv a span {
	display: none;
}

#content #about a {
	background: #000 url(abouth.png) bottom center no-repeat;
}

#content #work a {
	background: #000 url(workh.png) bottom center no-repeat;
}

#content #links {
	background: #000 url(schoolh.png) bottom center no-repeat;
}

#content #contact {
	background: #000 url(contacth.png) bottom center no-repeat;
}

#content #div-content {
	width: 660px!important;
	height: 450px;
	color: #fff;
	padding-left:20px;
	_margin-top: -23px;
}

#div-content ul {
	margin: 0;
	margin-bottom: 15px;
	list-style-type: none;
}

#div-content ul li a {
	color: #fff;
	text-decoration: none;
}
#div-content ul li a:hover {
	color: #22c911;
}

/* tytuły */

h2 span {
	display: none;
}

h2 {
	width: 100%;
	height: 60px;
}

#about-t {
	background: #000 url(t-about.png) top left no-repeat;
}

#work-t {
	background: #000 url(t-work.png) top left no-repeat;
}

#links-t {
	background: #000 url(t-linki.png) top left no-repeat;
}

#contact-t {
	background: #000 url(t-contact.png) top left no-repeat;
}

/* loader */

#load {
	position: absolute;
	top: 400px;
	left: 40px;
	width: 32px;
	height: 32px;
	background: #000 url(ajax-loader.gif) top left no-repeat;
}

#load span {
	display: none;
}

/* formularz */

form label {
	display: block;
}

form p {
	position: relative;
	margin-bottom: 5px;
}

form input {
	height: 25px!important;
	line-height: 25px!;
	font-size: 16px;
}

p.white {
}

form input, form textarea {
	width: 400px;
	z-index: 1;
	background: #222;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	color: #fff;
	padding: 0 5px;
}

form textarea {
	height: 200px;
	overflow: hidden;
}

p.controls {
	margin-top: 10px;
}

p.controls input {
	color: #b53c00;
	background: #222;
	width: 199px;
	margin: 0;
	margin-right: 9px;
	padding: 0;
}

/* about */

.about h3 {
	color: #176ec2;
}

.about img {
	margin-bottom: 20px;
}

/* portfolio */

#holder {
	width: 660px;
	height: 450px;
	overflow: auto;
}

h3 {
	font-size: 15px;
}

.work-item {
	margin-bottom: 30px;
	margin-top: 10px;
	display: block;
	height: 131px;
	clear: both;
}

.work-item img {
	margin: 0 15px 0 0;
	float: left;
}

.work-item a {
	color: #fff;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.work-item a:hover {
	color: #61008c;
}

.work-item span {
	display: block;
	margin-right: 20px;
}

/* stopka */

#footer {
	background: #000;
	clear: both;
	color: #777;
	width: 120px;
	padding: 30px 0 0;
	font-size: 9px;
	text-align: center;
}

