@charset "utf-8";
/* CSS Document */


html body{
	background-color: #898989;
	background-image: url(../gfx/bg-page.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/* FONTS ********************************** */

.small-txt,
.body-txt,
.link-txt{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
a.body-txt:active{
	text-decoration: underline;
}
a.body-txt:hover{
	text-decoration: underline;
	color: #898989;
}
.small-txt{
	font-size: 8px;
}
.link-txt{
	text-decoration: underline;
	color: #000099;
}
a.link-txt:hover{
	color: #CC0000;
}

.menu-txt{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
a.menu-txt:hover{
	text-decoration: underline;
}

li{
	 margin-left: -25px;
}
/* PRICE INFO ************************************* */
div.order-box{
	float: right;
	width: 110px;
	height: 35px;
	text-align: center;
	background-color: #EEEEEE;
	padding: 20px 10px 0px 10px;
	margin-right: 10px;
}

div.price-box{
	float: left;
	width: 110px;
	height: 35px;
	text-align: center;
	background-color: #EEEEEE;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
}
.price-txt,
.prce-nr,
.order-txt{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
.price-nr{
	font-size: 24px;
	font-weight: bold;
	color: #ee3124;
}
a.price-nr:hover{
	text-decoration: underline;
}
.order-txt{
	font-size: 18px;
	font-weight: bold;
	color: #ee3124;
	text-decoration: none;
}
a.order-txt:hover{
	text-decoration: underline;
}

/* END PRICE INFO ********************************* */

.header{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #898989;
	line-height: 32px;
	text-decoration: none;
	margin-bottom: 10px;
}

/* POSITIONS ****************************** */
div#main{
	position: relative;
	width: 788px;
	height: 600px;
	background-image: url(../gfx/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
}

div#logo{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 500px;
	height: 123px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div#menu-top,
div#menu-bottom{
	position: absolute;
	left: 16px;
	top: 130px;
	height: auto;
	width: 472px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

div#menu-bottom{
	top: 580px;
}

div#frame{
	position: absolute;
	top: 40px;
	left: 492px;
	width: 289px;
	height: 567px;
	background-image: url(../gfx/bg-frame.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
	div#frame-image{
		position: absolute;
		top: 22px;
		left: 18px;
		width: 250px;
		height: 250px;
		border: 1px solid #898989;
	}
	
	div#frame-content{
		position: absolute;
		top: 282px;
		left: 18px;
		width: 250px;
		height: 264px;
		text-align: left;
		border: none;
	}
	
div#frame-weekend{
	position: absolute;
	top: 165px;
	left: 16px;
	width: 200px;
	height: 395px;
	border: none;
}
	div.weekend{
		float: left;
		width: 420px;
		height: auto;
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #CCCCCC;
		margin-bottom: 3px;
	}
	
div#frame-body{
	position: absolute;
	top: 165px;
	left: 230px;
	width: 258px;
	height: 395px;
	border: none;
}
	div.body{
		float: left;
		width: 262px;
		height: auto;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
div#frame-body-full,
div#frame-body-full-scroll{
	position: absolute;
	top: 165px;
	left: 16px;
	width: 472px;
	height: 395px;
	border: none;
}
div#frame-body-full-scroll{
	overflow-x: hidden;
	overflow-y: scroll;
}

	div.body-full{
		float: left;
		width: 472px;
		height: auto;
		padding-top: 2px;
		padding-bottom: 2px;
	}

