body {
	background: #0b1b47 url(/images/bg.jpg) repeat-x left top;
	margin: 0px;
	vertical-align: top;
}
img {
	border: none;
}
td {
	font: 12px arial;
	color: #444;
}
h1 {
	background: #cddddc url(/images/bg-h1.gif) no-repeat left top;
	font: 16px arial;
	color: #FFF;
	font-weight: bold;
	padding: 10px 0px 20px 130px;
	margin: 10px 0px 15px;
}
h3 {
	font: 14px arial;
	color: #09648b;
	font-weight: bold;
	text-align: center;
}
a:link, a:visited {
	color: #172983;
	text-decoration: none;
}
a:hover {
	color: #aeb900;
	text-decoration: none;
}
/*
	Classes
*/
.basic {
	background: #FFF url(/images/ski.jpg) no-repeat left top;
}
.menu {
	width: 84px;
	height: 50px;
	background: url(/images/bg-button.png) no-repeat right top;
	margin: 0px;
	display: block;
	float: left;
	font: 11px arial;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 5px 10px 0px;
}
.menunew {
	width: 84px;
	height: 50px;
	background: url(/images/bg-button.png) no-repeat right top;
	margin: 0px;
	display: block;
	font: 11px arial;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	padding: 10px 5px 10px 0px;
}
.menu a:link, .menu a:visited, .menu a:hover {
	color: #000;
	text-decoration: none;
}
.menunew a:link, .menunew a:visited, .menunew a:hover {
	color: #000;
	text-decoration: none;
}
.content {
	background-color: #cddddc;
	width: 65%;
	padding: 0px 25px 40px;
	margin: 400px 35px 50px;
	font: 12px arial;
	color: #444;
	display: block;
	float: left;
}
.pravo {
	background: #FFF (/images/bg-pravo.gif) repeat left top;
	width: 180px;
	font: 11px arial;
	color: #666;
	display: block;
	border-left: 1px solid #dcdcdc;
	margin: 400px 5px 30px;
	padding: 0px 15px;
}
.recl {
	text-align: justify;
	font: 11px arial;
	color: #666;
}
.footer {
	background: #0b1b47 url(/images/bg-footer-line.gif) repeat-x left top;
	text-align: center;
	padding: 15px 5px;
	font: 11px arial;
	color: #d0ea1d;
}
.footer a:link {
	color: #009ee0;
	text-decoration: underline;
}
.footer a:visited {
	color: #009ee0;
	text-decoration: underline;
}
.footer a:hover {
	color: #d0ea1d;
	text-decoration: underline;
}

#price {
	margin: 0px;
	background-color: #666;
}
#price th {
	background-color: #999;
	font: 12px arial;
	color: #FFF;
	text-align: center;
	font-weight: bold;	
	padding: 5px;
}
#price td {
	background-color: #FFF;
	padding: 5px;
}
