/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2008.06.19
   PURPOSE:   Styles for the LAYOUT
   CUSTOMER:  AMILA.CH
 **************************************************************/
#top-wrapper, #content-wrapper {
	margin:auto;
	width:960px;
}
#top-wrapper {
	height:159px;	
	background-image: url(../graphics/bg_wrapper01.jpg);
	background-repeat:no-repeat;
}
#content-wrapper {
	background-image: url(../graphics/bg_wrapper02.jpg);
	background-repeat:no-repeat;
	min-height: 262px;
}
#menu {
	position:absolute;
}
#menu01, #menu02, #menu03, #menu04, #menu05, #menu06, #splashpage {
	position:absolute;
	z-index:1;
}
#menu01 {
	left:54px;
	top:35px;
	width:96px;
	height:49px;
}
#menu02 {
	left:263px;
	top:35px;
	width:89px;
	height:58px;
}
#menu03 {
	left:354px;
	top:35px;
	width:87px;
	height:58px;
}
#menu04 {
	left:442px;
	top:35px;
	width:103px;
	height:124px;
}
#menu05 {
	left:640px;
	top:91px;
	width:69px;
	height:38px;
}
#menu06 {
	left:742px;
	top:35px;
	width:85px;
	height:54px;
}
#splashpage {
	left:93px;
	top:99px;
	width:170px;
	height:60px;
}
#credits {
	width:280px;
	margin-top: 270px;
	margin-left: 10px;	
	font-size: 10px;
}
#content {
	width:644px;
	margin-top: 64px;
	background-image: url(../graphics/bg_content.jpg);
	background-repeat: no-repeat;
}
#content-title {
	width:620px;
	height: 25px;
	background-image:url(../graphics/it/title_aboutus.jpg);
	background-repeat:no-repeat;
}
#content-page {
	padding-top: 20px;
	margin-left: 10px;
	width:603px;
	min-height: 200px;
}
#content-page img {
	margin: 5px;
	border: 2px solid #AA0000;
}
#content-page a:hover img {
	margin: 5px;
	border: 2px solid #CCCCCC;
}
#content-page a img.noborder  {
	border: 0px;
}
#content-bottom {
	background-image:url(../graphics/bottom_content.gif);
	background-repeat:no-repeat;
	width:620px;
	height: 25px;
}
/**************************************************************
MasterContent & detailContent
**************************************************************/
a.masterContent, a:visited.masterContent {
	text-decoration: none;
	color: #000000;
	padding: 3px;
	margin: 0px;
	margin-top: 5px;
	display: block;
}
a:hover.masterContent {
	color: #6D6D6D;
}
.masterContent img {
	float: left;
}
/**************************************************************
FOOTER
**************************************************************/
#footer {
	width: 700px;
	height: 20px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	color: #D3D3D3;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #D3D3D3;
}
#footer a:hover {
	color: #AA0000;
}
/**************************************************************
   Generic Display 
 **************************************************************/
.block {
  display: block;
}
.clear {
  clear: both;
}
.marginRight {
  margin-right: 15px;
}
.paddingLeft {
  padding-left: 5px;
}
.paddingRight {
  padding-right: 5px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.alignCenter {
	text-align: center;
}
.hidden {
	visibility: hidden;  
}
.transparency {
	opacity:0.4;
	filter:alpha(opacity=40); 
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	background-color: #FFFFFF;
	color: #000000;
}
.notransparency {
	opacity:1;
	filter:alpha(opacity=100); 
	-moz-opacity:1;
	-khtml-opacity:1;
}
.bullethidden {
	list-style: none;
	margin-left: 10px;
}

