* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #bababa;
	font-family: "Verdana", sans-serif;
	font-size: 0.8em;
}
a {
	color: #9cc1d1;
	text-decoration: none;
}

#body {
	width: 1160px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	color: #9cc1d1;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 5px;
}
small {
	font-weight: bold;
	margin-right: 2em;
}
small.course {
	font-weight: normal;
}
div.image {
	margin-top: 5px;
	border-top: 1px solid #c2d9e3;
	padding-top: 15px;
}
ul.galleryImage {
	position: absolute;
	top: 70px;
	right: 0;
	list-style-type: none;
	height: 550px;
	overflow: auto;
	padding-right: 10px;
	width: 120px;
}
div.image img,
ul.galleryImage li img {
	border: 1px solid #bababa;
}
ul.galleryImage li img {
	width: 100px;
}
div.image img {
	max-width: 1000px;
	max-height: 600px;
}
ul.nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	list-style-type: none;
}
ul.nav li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #ddd;
}
ul.nav li.prev {
	border-right: 3px solid #bababa;
	padding-right: 10px;
	margin-right: 10px;
}
ul.nav a {
	color: #bababa;
}
div.tech,
div.desc {
	width: 600px;
}
div.tech {
	margin-top: 20px;
}
body.gallery div.desctech,
body.work div.desctech {
	overflow: auto;
	height: 110px;
	width: 1000px;
	position: absolute;
	left: 20px;
	bottom: 0;
}
.bAttachmentList {
	position: absolute;
	right: 10px;
	top: 520px;
	width: 220px;
	height: 60px;
	overflow: hidden;
}
.bAttachmentList h2 {
	display: none;
}
.bAttachmentList li {
	position: relative;
	height: 32px;
	width: 27px;
	margin-right: 5px;
	text-indent: -1000em;
	display: inline-block;
}

.bAttachmentList li span {
	background-image: url("i/att_ikony.png");
	height: 32px;
	width: 27px;
	position: absolute;
	top: 0;
	left: 0;
}
.bAttachmentList li.image span {
	background-position: -100px -100px;
}
.bAttachmentList li.doc span {
	background-position: -200px -200px;
}
.bAttachmentList li.video span {
	background-position: -300px -300px;
}
.bAttachmentList li.file span {
	background-position: -400px -400px;
}
