body{	
	background-color: black;
	text-align: center;
	color: white;
}

.head{
	position: relative;
	top: 0px;
	width: 938px;
	height: 136px;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	background-image: URL('../pics/head.jpg');
}

.head a {
	color: white;
	text-decoration: none;
}

.head a.link {
	color: gray;
	text-decoration: none;
}

.head a.visited {
	color: white;
	text-decoration: none;
}
.head a:hover { 
	color: gray;
	text-decoration: none; 
}

.head-company{
	position: relative;
	top: 0px;
	width: 938px;
	height: 136px;
	text-align: right;
	font-family: sans-serif;
	font-size: 14px;
	background-image: URL('../pics/head-company.jpg');
}

.head-company a {
	color: white;
	text-decoration: none;
}

.head-company a.link {
	color: gray;
	text-decoration: none;
}

.head-company a.visited {
	color: white;
	text-decoration: none;
}
.head-company a:hover { 
	color: gray;
	text-decoration: none; 
}

.main{
	position: relative;
	top: 0px;
	width: 938px;
	height: 445px;
	text-align: left;
}

.main-left{
	position: relative;
	top: 0px;
	width: 326px;
	height: 445px;
	text-align: left;
	background-image: URL('../pics/left.jpg');
}

.main-right{
	position: relative;
	top: -445px;
	left: 326px;
	width: 612px;
	height: 445px;
	text-align: left;
	background-image: URL('../pics/right.jpg');
}

.main-company-left{
	position: relative;
	top: 0px;
	width: 326px;
	height: 445px;
	text-align: left;
	background-image: URL('../pics/left-company.jpg');
}

.main-company-right{
	position: relative;
	top: -445px;
	left: 326px;
	width: 612px;
	height: 445px;
	text-align: left;
	background-image: URL('../pics/right-company.jpg');
}

.down-menutext {
	position: relative;
	top: 10px;
	left: 5px;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}

.down-menurect {
	position: relative;
	top: 42px;
	left: 5px;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
	color: black;
}

.prices-text {
	position: relative;
	top: 41px;
	left: 45px;
	width: 520px;
	height: 30px;
	background-image: URL('../pics/prices_text.jpg');
}

.prices-table {
	position: absolute;
	top: 110px;
	left: 140px;
	width: 320px;
	height: 200px;
	background-color: white;
	border: 2px solid black;
	color: black;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}

.prices-per-table {
	position: absolute;
	top: 110px;
	left: 318px;
	width: 265px;
	height: 190px;
	background-color: white;
	border: 2px solid black;
	color: black;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}

.prices-blacktext {
	position: relative;
	top: 320px;
	left: 45px;
	width: 520px;
	height: 50px;
	color: black;
	font-family: sans-serif;
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
}

.galery-text {
	position: relative;
	top: 13px;
	left: 57px;
	width: 486px;
	height: 57px;
	background-image: URL('../pics/galery_text.jpg');
}

.galery-images {
	position: relative;
	top: 65px;
	left: 70px;
}

.contact-table {
	position: relative;
	top: 20px;
	left: 148px;
	width: 295px;
	height: 148px;
	background-color: white;
	border: 2px solid black;
	color: black;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
}

.contact-image {
	position: relative;
	top: 70px;
	left: 175px;
	width: 240px;
	height: 180px;
	background-color: white;
	border: 2px solid black;
	text-align: center;
}

.tail{
	position: relative;
	top: 5px;
	width: 938px;
	text-align: right;
	font-family: sans-serif;
	font-size: 12px;
}

.tail a {
	color: white;
	text-decoration: none;
}

.tail a.link {
	color: gray;
	text-decoration: none;
}

.tail a.visited {
	color: white;
	text-decoration: none;
}
.tail a:hover { 
	color: gray;
	text-decoration: none; 
}

.no_decoration a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

