BODY {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#757577;
	
	background:url(/img/_bg/background.jpg) repeat-x #CCCCCC;
}

P {
	line-height:16px;
	margin: 0px;
	padding: 0px;
}

IMG {
	display:block;
	border:none;
}

H1 {
	width:100%;
	clear:both;
	font-size:14px;
	font-weight:bold;
	color:#ba0618;
	
	margin-top:30px;
	padding-bottom: 6px;
	border-bottom: 1px #d4d4d4 solid;
}

H2 {
	width:100%;
	clear:both;
	font-size:14px;
	font-weight:bold;
	color:#4c4c4c;
	
	margin-top:26px;
	padding-bottom: 6px;
	border-bottom: 1px #d4d4d4 solid;
}

H3 {
	width:100%;
	clear:both;
	font-size:12px;
	font-weight:bold;
	color:#4c4c4c;
	
	margin-top:26px;
	padding-bottom: 6px;
	border-bottom: 1px #d4d4d4 solid;
}

DIV > H1:first-child,
DIV > H2:first-child,
DIV > H3:first-child {
	margin-top:0px;
}

DIV > P:first-child {
	margin-top:0px;
}

A.button {
	display:block;	
	color:#ba0618;
	text-decoration: none;
	font-weight:bold;
	white-space:nowrap;
	
	margin-bottom:5px;
}

A.button:hover {
	color: #000000;
}


#bodyWrapper {
	width:950px;
	margin:0 auto;
}

#labelAlpenrheinWrapper {
	position: relative;
	z-index: 1;
}

#labelAlpenrhein {
	position:absolute;
	top:20px;
	left:665px;
	z-index: 1;
}


/* UTILITIES */

#utilitiesWrapper {
	float:left;
	clear:both;
	padding-top:15px;
	padding-bottom:18px;
}

UL#utilities {
	margin:0px;
	padding:0px;
	
	padding-left:10px;
	border-left:1px #ffffff solid;
}

UL#utilities LI {
	list-style: none;
	float:left;
	font-size:11px;
	color:#ffffff;
}

UL#utilities LI A {
	display:block;
	padding:0px 12px 0px 12px;
	color:#ffffff;
	text-decoration: none;
}

UL#utilities LI A:hover {
	text-decoration: underline;
}


#logoAlpenrhein {
	float:left;
	clear:both;
}

#titHome {
	float:left;
	clear:both;
	width:100%;
	height:78px;
	padding-top:19px;
}


/* NAVIGATION */

#navigationWrapper {
	float:left;
	clear:both;
	position: relative;
	width:100%;
	margin-top:14px;
	padding-bottom:15px;
	z-index: 100;
}

UL#navigation {
	margin:0px;
	padding:0px;
	z-index: 100;
}

UL#navigation LI {
	list-style: none;
	float:left;
}

UL#navigation LI A {
	display:block;
	margin-right:22px;
}

/* SUB-NAVIGATION */
#subNavigationWrapper {
	height: 35px;
	width: 625px;
	float: left;
	background-color: #e0e0e0;
	margin: 0 0 -1px 1px;
	padding: 0 20px 0 20px;
}

#subNavigationWrapper a {
	font-weight: bold;
	text-decoration: none;
}

#subNavigationWrapper div {
	margin: 15px 0 0 0;
	padding: 2px 15px 0 15px;
	float: left;
	height: 20px;
}

.subNavItem a {
	color: #4c4c4c;
}

.subNavItem:hover {
	background-color: #FFFFFF;
}

.subNavItem:hover a {
	color: #000000;
}

.subNavActiveItem {
	background-color: #FFFFFF;
}

.subNavActiveItem a {
	color: #000000;
}



/* CONTENT  */

#contentWrapper,
#contentWrapperHome {
	float:left;
	clear:both;
	width:100%;
}

#sidebarWrapper {
	float:right;
	width:265px;
}

#contentWrapperHome DIV DIV.content {
	min-height:191px;
}




#boxContent {
	float:left;
	width:680px;
}

#boxContent .content {
	float:left;
	width:624px;
	padding:4px 36px 0px 20px;
	background:url(/img/_bg/bg_box_large_repeat.png) repeat-y;
	
	min-height: 373px;
}

#boxContent .content .contentTwoColumn {
	float:left;
	width:100%;
	margin:0px 0px 30px 0px;
	padding:0px;
}

#boxContent .content .contentTwoColumn .left {
	float:left;
	width:210px;
	margin-right: 20px;
}

#boxContent .content .contentTwoColumn .right {
	float:left;
	width:394px;
	margin:0px;
	padding:0px;
}

#boxContent .content .contentTwoColumn .right P {
	padding-right:10px;
}


#boxContent .content UL {
	margin-left: 0px;
	padding-left: 15px;
}

#boxContent .content UL LI {
	padding-bottom: 5px;
}

#boxNews {
	float:left;
	width:415px;
}

#boxNews .content {
	float:left;
	padding:4px 36px 0px 20px;
	background:url(/img/_bg/bg_box_home_large_repeat.png) repeat-y;
}

#boxNews .content DIV {
	overflow:hidden;
}



#boxLocation {
	float:left;
	width:265px;	
}

#boxLocation .content {
	float:left;
	width:215px;
	padding:4px 34px 0px 20px;
	background: url(/img/_bg/bg_box_small_repeat.png) repeat-y;
}

#boxLocation .content DIV {
	float:left;
}

#boxLocation .content IMG {
	margin-right:7px;
}



#boxOpeningHours {
	float:left;
	width:265px;
}

#boxOpeningHours .content {
	float:left;
	width:215px;
	padding:4px 34px 0px 20px;
	background: url(/img/_bg/bg_box_small_repeat.png) repeat-y;
}

#boxOpeningHours .content TABLE {
	margin:0px;
	margin-bottom:5px;
	padding:0px;	
	width:100%;
	border:0px;
	border-spacing:0px;
}



#boxTellAFriend {
	float:left;
	width:265px;
}

#boxTellAFriend .content {
	float:left;
	width:215px;
	padding:4px 34px 0px 20px;
	background: url(/img/_bg/bg_box_small_repeat.png) repeat-y;
}

#boxTellAFriend .content INPUT,
#boxTellAFriend .content TEXTAREA {
	width:208px;
	border:1px #a5acb2 solid;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#a9a9a9;
	padding:3px;
	margin-bottom:10px;
}

#boxTellAFriend .content A.button {
	float:right;
}



.boxGeneric {
	float:left;
	width:265px;
}

.boxGeneric .content {
	float:left;
	width:215px;
	padding:4px 34px 0px 20px;
	background: url(/img/_bg/bg_box_small_repeat.png) repeat-y;
}

.boxGeneric .content TABLE {
	margin:0px;
	margin-bottom:5px;
	padding:0px;	
	width:100%;
	border:0px;
	border-spacing:0px;
}

.boxGeneric  .content UL {
	margin-left: 0px;
	padding-left: 15px;
}




/* FORM */

TABLE.form {

}

TABLE.form TD {
	vertical-align:top;
	padding-bottom:6px;
	padding-right:10px;
}

TABLE.selection TD {
	vertical-align: middle;
	padding-right:2px;
}

TABLE.selection TD.separator {
	height:10px;
}

TABLE.selection TD INPUT.radio {
	margin:0px;
}

TABLE.form TR TD LABEL {
	width:110px;
	display:block;
}

TABLE.form TD INPUT.txt,
TABLE.form TD TEXTAREA {
	width:208px;
	border:1px #a5acb2 solid;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#a9a9a9;
	padding:3px;
	margin-right:40px;
}

TABLE.form TD INPUT.txtSmallest {
	width:20px;
	border:1px #a5acb2 solid;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#a9a9a9;
	padding:3px;
	margin-right:5px;
}

TABLE.form TD INPUT.txtSmall {
	width:60px;
	border:1px #a5acb2 solid;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#a9a9a9;
	padding:3px;
	margin-right:5px;
}

TABLE.form TD INPUT.txtMiddle {
	width:132px;
	border:1px #a5acb2 solid;
	
	font-family: Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#a9a9a9;
	padding:3px;
	margin-right:0px;
}

TABLE.form TD TEXTAREA {
	height:80px;
}

DIV.formBottom {
	width:100%;
	margin-top: 10px;
	padding-top:8px;
	border-top: 1px #d4d4d4 solid;
}

DIV.formBottom A.button {
	float:right;
}

/* BRANDS */

.brandDiv {
	width: 200px;
	float: left;
	margin: 5px 0;
}



/* FLASH LOGO SLIDER */

#flashLogoBar {
	float:left;
	clear:both;
	width100%;
}

/* Special Offers Table */

.ofTable
{
	border-collapse: collapse;
	width: 620px;
}

.ofTable td
{
	vertical-align: top;
}


.ofTitle 
{
	font-weight: bold;
	font-size: 14px;
	height: 40px;
}

.ofBrand
{
	width: 120px;
}

.ofBrandFont 
{
	font-weight: bold;
}

.ofDesc
{
	
}


.ofOrigPrice
{
	text-align: right;
	width: 120px;
}

.ofSpecPrice
{
	text-align: right;
	width: 200px;
}

.ofSpecPriceFont 
{
	font-weight: bold;
	color: #BA0618;
}

.ofBottomBorder
{
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #D4D4D4;
}

.homeBoxFooter{
	border-top:1px solid #D4D4D4;
	margin-top: 20px;
	padding: 5px 0 0 0;
}

.homeBoxFooter a{
	display: inline;
}

DIV#interestsDiv input,
DIV#interestsDiv label,
.chkSelectAll input,
.chkSelectAll label {
       float: left;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
