html {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	background: url(img/background.jpg) repeat;
}
body {
	background: url(img/background-top.png) top repeat-x;
	min-height: 500px;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

#coffee {
	position: absolute;
	width: 262px;
	height: 215px;
	margin-left: -15px;
	background: url(img/kawa.png) top right no-repeat;
	z-index: 30;
}
#pen {
	position: absolute;
	width: 81px;
	height: 257px;
	top: 200px;
	margin-left: -20px;
	background: url(img/dlugopis.png) top right no-repeat;
	z-index: 30;
}
#card {
	position: absolute;
	width: 298px;
	height: 153px;
	margin: 57px 0 0 290px;
	background: url(img/mwb.png) top right no-repeat;
	z-index: 15;
}
#spinacz {
	position: absolute;
	width: 32px;
	height: 40px;
	margin: 165px 0 0 440px;
	background: url(img/spinacz.png) top right no-repeat;
	z-index: 30;
}
#spinacz a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -500em;
}
#camera {
	position: absolute;
	width: 434px;
	height: 421px;
	margin: 0 0 0 530px;
	background: url(img/aparat.png) top right no-repeat;
	z-index: 30;
}
#camera a {
	display: block;
	text-indent: -500em;
	width: 130px;
	height: 70px;
	margin: 240px 0 0 300px;
}
#htc {
	position: absolute;
	width: 169px;
	height: 238px;
	margin: 400px 0 0 740px;
	background: url(img/htc.png) top right no-repeat;
	z-index: 35;
}
#htc a {
	display: block;
	text-indent: -500em;
	width: 110px;
	height: 140px;
	margin: 45px 0 0 40px;
}

#notebook {
	position: absolute;
	top: 171px;
	width: 668px;
	height: 777px;
	background: url(img/tlomain.png) top right no-repeat;
	z-index: 20;
}
#menu {
	position: absolute;
	width: 67px;
	height: 562px;
	background: url(img/menu.png) top left no-repeat;
	top: 366px;
	margin-left: 643px;
	z-index: 35;
}
/**************/
/* Linki menu */
/**************/
#menu a {
	text-indent: -500em;
}
#menu a:hover {
	width: 67px !important;
	background: url(img/menu-hover.png) no-repeat;
}
#menu #oautorze, #menu #publikacje, #menu #projekty, #menu #linki {
	display: block;
	width: 50px;
	height: 135px;
	margin-top: 5px;
}
#menu #oautorze:hover {
	background-position: 0 -4px;
}
#menu #publikacje:hover {
	background-position: 0 -145px;
}
#menu #projekty:hover {
	background-position: 0 -285px;
}
#menu #linki:hover {
	background-position: 0 -425px;
}
/**************/
#innerwrapper {
	position: absolute;
	top: 190px;
	width: 652px;
	z-index: 25;
}
#outercontent {
	background: url(img/contentbg.png) top center repeat-y;
}
#header {
	position: absolute;
	background-position: 80px 35px !important;
	height: 80px;
	width: 100%;
}
#header.welcome { background: url(img/header/welcome.png) no-repeat; }
#header.oautorze { background: url(img/header/oautorze.png) no-repeat; }
#header.publikacje { background: url(img/header/publikacje.png) no-repeat; }
#header.projekty { background: url(img/header/projekty.png) no-repeat; }
#header.linki { background: url(img/header/linki.png) no-repeat; }
#header.kontakt { background: url(img/header/kontakt.png) no-repeat; }
#header.materials { background: url(img/header/zbior.png) no-repeat; }
#content {
	background: url(img/contentbg-top.png) top center no-repeat;
	min-height: 650px;
	padding: 125px 25px 5px 60px;
	text-align: justify;
}
#content p {
	text-indent: 0;/*20px;*/
}
#footer {
	background: url(img/contentbg-bottom.png) top center no-repeat;
	text-indent: -500em !important;
}
#copyright {
	float: left;
	width: 128px;
	height: 52px;
	background: url(img/copy.png) top center no-repeat;
}
#designby {
	position: relative;
	width: 118px;
	height: 65px;
	margin-left: 510px;
	background: url(img/recreate.png) top center no-repeat;
}
#designby a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}

#foto {
	float: left;
	width: 255px;
	height: 285px;
	background: url(img/foto.png) top center no-repeat;
	margin: -35px 10px 0 -30px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
h2#name {
	margin: 15px 0 10px 0;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0;
}
a {
	text-decoration: none;
	color: #44629e;
}
a:hover {
	color: #d51d1d;
}
