body {
background-color:#333333;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#FFFFFF;
}

#page {
	width:900px;
	background-image:url(images/backgr_002.jpg);
	margin:auto;
	padding:auto;
}

#header {
	clear:both;
	width:860px;
	height:auto;
	background-image:url(../Documents/WS2010/backgr_002.jpg);
	padding-top:30px;
	padding-left:40px;
	background-repeat: no-repeat;
	color: #900000;
}


#menulinks {
clear:both;
width:875px;
height:47px;
padding-left:25px;
background-image:url(images/menulinks.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
  }
  
#menulinks a {
	padding-left:11px;
	height:39px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-right:3px;
	margin-left:3px;
	margin-top:3px;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:12px;
	height:30px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(images/menuhoverright.png) right top no-repeat;
	text-decoration:none;
}

#mainarea {
width:860px;
clear:both;
padding-left:40px;
}

#contentarea {
	width:780px;
	padding-right:30px;
	float:left;
	line-height:14pt;
	padding-bottom:10px;
	color: #900000;
}

#sidebar {
	float:left;
	width:235px;
	line-height:14pt;
	color: #900000;
}

#footer {
	width:900px;
	clear:both;
	height:auto;
	padding-top:23px;
	text-align:center;
	line-height:14pt;
	background-image:url(Whiskyschiff%20Luzern/images/backgr_002.jpg);
	background-repeat:repeat;
}

h2 {
	font-size:18pt;
	color:#900000;
	padding-top:6px;
}
h1 {
	font-size: 44px;
	font-family: "Charter Bd BT", Arial, sans-serif;
	font-weight: bolder;
}


.description {
font-size:14pt;
color:#FFFFCC;
margin:0;
}
hr {
	color: #900000;
	text-decoration: none;
	position: static;
}


a {
	color:#003;
}
#page #header table tr td h3 {
	font-size: 14pt;
}


a:hover {


}

