@charset "utf-8";
body {
	background-image: url(../images/bg.png);
	background-color: #CC0C0C;
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
}
a {
	color: #1D1D1D;
}
a:hover {
	text-decoration: none;
}
.book_link, .gallery_link {
	color: #273880;
	font-size: 11px;
	display: block;
	font-weight: bold;
	height: 35px;
	text-decoration: none;
	margin-top: 10px;
}

.book_link:hover, .gallery_link:hover {
	text-decoration: underline;

	
}
/*
.left, .middle, .right {
	height: 215px;
	padding: 35px 8px 10px 10px;
	text-align: left;
	top: 0px;
	vertical-align: top;
	width: 172px;
}

.left {
	float: left;
}
.middle {
	margin-left: 5px;
}
.right {
	float: right;
}

*/






/*.header_order {
	height: 490px;
	width: 580px;
	padding: 10px;
	background-color: #FFFFFF;
}*/

.kontener {
	margin: auto;
	height: 600px;
	width: 600px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
}

/*.main_order {
	margin: auto;
	height: 600px;
	width: 600px;
	background-image: url(../img/order.jpg);
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
}
*/
.header {
	height: 270px;
	width: 600px;
	border: 0px solid #333333;
	margin-bottom: 10px;
	background-color: #f7f7f7;
	background-image: url(../images/renifery.jpg);
	padding: 0px;
}
.menu {
	height: 25px;
	width: 600px;
	overflow: hidden;
}
.home {
	background-color: #16601D;
	background-image: url(../images/menu1.png);
}
.about {
	background-color: #800909;
	background-image: url(../images/menu2.png);
}
.reindeer {
	background-color: #C75E07;
	background-image: url(../images/menu3.png);
}
.packages {
	background-color: #74174D;
	background-image: url(../images/menu4.png);
}
.contact {
	background-color: #192B66;
	background-image: url(../images/menu5.png);
}
#home-active, #about-active, #reindeer-active, #packages-active, #contact-active  {
	background-image: url(../images/menu0a.png);
	background-repeat: no-repeat;
	color: #000000;
}
.menu a:link, .menu a:visited {
	display: inline-block;
	width: 110px;
	height: 21px;
	border: 0px solid #333333;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 4px;
	margin: 0;
	background-repeat: no-repeat;
}
.menu a:hover, .menu a:active {
	background-image: url(../images/menu0h.png);
	background-repeat: no-repeat;
	color: #000000;
}
.main {
	height: auto;
	width: 580px;
	border: 0px solid #333333;
	min-height: 300px;
	background-color: #e9fca6;
	background-image: url(../images/main_gradient.png);
	background-position: 0px top;
	background-repeat: repeat-x;
	padding: 10px;
}
.main_spod {
	background-image: url(../images/main_spod.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 520px;
	padding: 11px 0px 0px 80px;
}
.footer {
	color: #000000;
	font-size: 10px;
}

