/* Start of CMSMS style sheet 'BASIC' */
/* ---------- CSS STYLES ---------- */

/* ---------- GENERAL ---------- */

* {
	outline: none;
}

.clear {
	clear: both;
	margin: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

.hr {
	margin: 10px 0px;
	height: 1px;
	background: #ececec;
	overflow: hidden;
}



/* ---------- BODY ---------- */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	height: 100%;
	margin: 0px 180px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #404040;
	background: url('/images/bg_body.gif') top left no-repeat #fff;
	background-attachment: fixed;
	text-align: center;
}



/* ---------- STRUCTURE ---------- */

div.container {
	position: relative;
	margin: 0px auto;
	padding-top: 20px;
	width: 820px;
	min-height: 100%;
	background: url('/images/bg_container.png');
	text-align: left;
}

/* ---------- SUB NAVIGATION ---------- */

div.container div.subnavi {
	position: absolute;
	top: 105px;
	left: -180px;
	width: 175px;
}

div.container div.subnavi div {
	border: 1px solid #29a748;
	background-color: #085c3b;
	background-image: url('/images/bg_subnavi.gif');
	background-repeat: repeat-x;
}

div.container div.subnavi a {
	color: #ffffff;
}

div.container div.subnavi a:hover {
	color: #ffd200;
}

/* ---------- PRODUCT NAVIGATION ---------- */

.navi_products {
	padding: 30px 0px 0px 0px;
}

/* ---------- HEADER ---------- */

div.header {
	margin: 0px 10px;
}

.frontpage div.header {
	margin: 0px 10px 25px 10px;
}

div.header table.top {
	width: 100%;
	height: 80px;
	overflow: hidden;
}

div.header table.top td.left {
	width: 550px;
}

div.header table.top td.right table {
	width: 100%;
}

/* - TOP SEARCH - */

div.header table.top td.right table td.search table {
	width: auto;
}

div.header table.top td.right td.search {
	height: 40px;
}

/* - FONT RESIZE - */

div.header table.top td.right .font_resize {
	margin: 0px 0px 2px 10px;
	width: 44px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: url('/images/bg_fontsize.gif') no-repeat;
	text-align: center;
}

/* - SITEMAP- */

div.header table.top td.right td.sitemap {
	width: 100%;
	height: 17px;
}

/* - LANGUAGE SELECTION - */

div.header table.top td.right td.lang {
	height: 23px;
}

div.header table.top td.right td.lang div.lang {
	border-right: 1px solid #bae2af;
	padding: 0px 0px 0px 25px;
	float: right;
	width: auto;
	height: 23px;
	line-height: 23px;
	background: url('/images/bg_lang.gif') bottom left no-repeat;
}

/* - MAIN NAVIGATION - */

div.header div.navi {
	background: url('/images/bg_navi.gif') repeat-x;
}

div.header div.navi div.left {
	float: left;
	width: auto;
}

div.header div.navi div.right {
	float: right;
	width: 100px;
	text-align: right;
}

/* - BOTTOM AREA - */

div.header div.bottom {
	margin: 2px 0px 0px 0px;
	width: 800px;
	height: 236px;
	overflow: hidden;
	text-align: center;
}

/* ---------- CONTENT ---------- */

div.content {
	margin: 0px 10px;
}

/* - BREADCRUMBS AREA - */

div.content div.breadcrumbsWrapper {
	width: 100%;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div.content div.breadcrumbs {
	float: left;
	padding: 15px 0px 5px 15px;
	width: 650px;
	font-size: 10px;
	color: #ccc;
}

/* - PRINT AREA - */

div.content div.print {
	float: right;
	padding: 15px 15px 5px 0px;
	width: 100px;
	text-align: right;
}

div.content div.main {
	margin: 10px 0px;
	padding: 0px 15px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

div.content div.main p, div.content div.main li {
	width: 60%;
}

.frontpage div.content div.main {
	padding: 0px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

div.content div.main div.left {
	float: left;
	width: 375px;
	overflow: hidden;
}

div.content div.main div.right {
	float: right;
	width: 375px;
	overflow: hidden;
}

div.content div.main table p, div.content div.main table li, div.content div.main div.left p, div.content div.main div.left li, div.content div.main div.right p, div.content div.main div.right li {
	width: 100%;
}

/* - FRONTPAGE NEWS - */

.frontpage div.content div.main .date {
	font-size: 10x;
}

/* - FRONTPAGE LIFTS - */

.frontpage div.content div.main table.lifts {
	width: 100%;
}

.frontpage div.content div.main table.lifts h1 {
	padding-bottom: 5px;
}

.frontpage div.content div.main table.lifts div.lift_large {
	position: relative;
	width: 166px;
	height: 204px;
	overflow: hidden;
}

.frontpage div.content div.main table.lifts div.lift_small {
	position: relative;
	width: 166px;
	height: 97px;
	overflow: hidden;
}

.frontpage div.content div.main table.lifts div.lift_large img.photo,
.frontpage div.content div.main table.lifts div.lift_small img.photo {
	position: absolute;
	top: 0px;
	z-index: 0;
}

.frontpage div.content div.main table.lifts div.lift_large img.txt,


.frontpage div.content div.main table.lifts div.lift_small img.txt {
	position: absolute;
	bottom: 0px;
	z-index: 10;
}

.frontpage div.content div.main table.lifts div.lift {
	width: 250px;
	height: 204px;
	overflow: hidden;
}

.frontpage div.content table.lifts td.break_hor_10 {
	width: 10px;
}

.frontpage div.content table.lifts td.break_hor_29 {
	width: 29px;
	background: url('/images/break_hor_29.gif') repeat-y;
}

.frontpage div.content table.lifts td.break_ver_10 {
	height: 10px;
}

/* - FRONTPAGE BOTTOM - */

.frontpage div.content div.main div.bottom {
	border-top: 1px solid #00553f;
	border-bottom: 1px solid #00553f;
	margin: 15px 0px;
}

.frontpage div.content div.main div.bottom h1 {
	margin-top: 10px;
	padding-bottom: 10px;
}

.frontpage div.content div.main div.bottom table {
	margin: 10px 0px;
	width: 100%;
}

.frontpage div.content div.main div.bottom table td {
	width: 250px;
}

.frontpage div.content div.main div.bottom table td.break_hor_25 {
	width: 25px;
	background: url('/images/break_hor_25.gif') repeat-y;
}

.frontpage div.content div.main div.bottom div {
	margin: 10px 0px;
}

.frontpage div.content div.main div.bottom div.rentpoints {
	position: relative;
	top: -25px;
    padding: 15px 60px 0px 0px;
	height: 115px;
	background: url('/images/map_frontpage.gif') top right no-repeat;
}

/* ---------- FOOTER ---------- */

div.footer {
	margin: 25px 10px 10px 10px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

div.footer .lift_800x600 {
	margin: 10px 0px;
}



/* ---------- FONTS ---------- */

h1 {
	margin: 10px 0px 15px 0px;
	padding: 0px;
	font-size: 24px;
	color: #1a6b2e;
}

.frontpage div.content div.main h1 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background: url('/images/bg_hl.gif') right top repeat-x;
}

div.footer h1 {
	font-size: 14px;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 20px;
}

p {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
}

.content p {
	line-height: 18px;
}

div.header p {
	margin: 0px;
}

td.sitemap p {
	margin: 0px 0px 0px 4px;
	font-size: 10px;
}

td.lang p {
	margin: 0px 10px 0px 0px;
	font-size: 10px;
	font-weigth: bold;
}

div.footer p {
	font-size: 11px;
}

div.footer .lift_800x600 p {
	margin: 0px;
}

a {
	color: #1a6b2e;
	text-decoration: none;
}

td.lang a {
	color: #000;
}

a:hover, td.lang a:hover {
	color: #404040;
}

.small {
	font-size: 10px;
	color: #1a6b2e;
}

.font_resize a {
	margin: 0px 0px 0px 2px;
}

.size_s {
	font-size: 10px;
}

.size_m {
	font-size: 12px;
}

.size_l {
	font-size: 14px;
}

.note {
	color: #ff0000;
	font-style: italic;
}

.inactive {
	color: #95ab9c;
	font-weight: bold;
}



/* ---------- LISTS ---------- */

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style-type: lower-alpha;
}

li {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	background: url('/images/bullet_1.gif') 0px 5px no-repeat;
}

ol li {
	padding: 0px;
	background: none;
}



/* ---------- TABLES ---------- */

table {
	border: none;
}

table.two_cols, table.three_cols {
	width: 100%;
}

table.two_cols td {
	width: 50%;
	padding: 0px 25px 10px 0px;
}

table.three_cols td {
	width: 33%;
	padding: 0px 25px 10px 0px;
}



/* ---------- FORMS ---------- */

form {
	margin: 0px;
	padding: 0px;
}

input, select {
	cursor: pointer;
	border: 1px solid #ececec;
	margin: 0px;
	padding: 2px;
	width: 200px;
	height: 20px;
	vertical-align: middle;
	background: #fff;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #404040;
}

.formRadio input {
	width: auto;
	height: auto;
	border: none;
}

.formText .field {
	width: auto;
	height: auto;
	margin: 0px;
	border: none;
	background: none;
}

.field {
	border: 1px solid #ddd;
	position: relative;
	margin: 2px;
	padding: 0px;
	width: 200px;
	height: 20px;
	overflow: hidden;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.field input {
	position: absolute;
	top: 2px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	background: none;
}

.select {
	border: 1px solid #ddd;
	position: relative;
	margin: 2px;
	padding: 0px;
	width: 200px;
	height: 20px;
	overflow: hidden;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.frontpage div.content div.main div.bottom div.rentpoints .select {
	width: 150px;
}

.select select {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	background: none;
}

.btn {
	border: 1px solid #bae2af;
	position: relative;
	margin: 2px 0px;
	padding: 0px;
	width: 100px;
	height: 20px;
	overflow: hidden;
	background: url('/images/bg_btn.gif') repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.btn input {
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: none;
}

td.search .field {
	width: 150px;
	height: 20px;
}

td.search .btn {
	width: 50px;
}

textarea {
	border: 1px solid #ececec;
	margin: 0px;
	width: 250px;
	height: 100px;
	vertical-align: middle;
	overflow: auto;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #404040;
}

.textarea {
	border: 3px solid #ddd;
	position: relative;
	margin: 2px;
	padding: 0px;
	width: 300px;
	height: 150px;
	overflow: hidden;
	font-size: 11px;
	color: #ececec;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textarea textarea {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: none;
}

.checkbox, .radio {
	margin: 2px;
	border: none;
	width: 14px;
	height: 14px;
}



/* ---------- IMAGES ---------- */

img {
	border: none;
	vertical-align: top;
}

img.left {
	float: left;
	margin: 0px 5px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 5px;
}

div.content div.main div.bottom img.map {
	float: right;
	margin: -25px 0px 0px 5px;
}
/* End of 'BASIC' */

