/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2008.12.11
   PURPOSE:   Styles for the LAYOUT
   CUSTOMER:  FRANZOSINI.CH
 **************************************************************/
.width {
	width:960px;
}
.width2 {
	width:920px;
}
.widthmid {
	width:838px;
}
/*  TOPHEADER  */
#topheader {
	margin:auto;
	background-color: #727881;
	border-top:solid #013E80 2px;
	height: 22px;
	color: #FFFFFF;
	text-transform: uppercase;	
}
#topheader a, #topheader a:visited {
	color: #FFFFFF;
}
#topheader a:hover,
#topheader .selected {
	/*color: #FF8951;*/
	color: #950000;
	text-decoration: none;
}
#topheader .title {
	float: left;
	color:#FFFFFF;
	margin: 0;
	margin-left:60px;
	padding: 0;
	padding-top: 3px;	
}
#topheader .menuRight {
	margin-right:40px;
	float: right;
}
#topheader .menuRight ul {
	margin: 0;
	padding: 0;
	padding-top: 3px;	
}
#topheader .menuRight li a,
#topheader .menuRight li a:link,
#topheader .menuRight li a:visited {
	display: block;
	padding-left: 20px;
	padding-right: 20px;	
}
#topheader .menuRight li {
	float: left;
	list-style: none;
	position: relative;
	background-image:url(../graphics/topheader_separate.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

#topheader .menuRight li.nobullet a,
#topheader .menuRight li.nobullet a:link,
#topheader .menuRight li.nobullet a:visited {
	padding-left: 5px;
	padding-right: 0px;		
}
#topheader .menuRight li.last a,
#topheader .menuRight li.last a:link,
#topheader .menuRight li.last a:visited {
	padding-right: 20px;		
}
#topheader .menuRight li.nobullet {
	float: left;
	list-style: none;
	position: relative;
	background-image: none;
}
#wrapper {
	margin:auto;
}
#bg {
	margin: 0px;
	padding:0px;
	background-image: url(../graphics/bg_wrapper.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	float:left;
}
#menuFlash {
	height: 210px;
	margin:auto;
	border: solid 1px #B8BEC2;
	width: 838px;
}
.flash1 {
	width: 240px;
	float: left;
}
.flash2 {
	width: 598px;
	float: right;	
}
#wrappercontent {
	margin:auto;
}
/*  LEFTCOLON  */
#leftcolon {
	width: 240px;
	float:left;
}
#leftcolon a:link,
#leftcolon a:visited {
	color: #525963;
}
#leftcolon a:hover {
	color: #CC4200;
}
#leftcolon .title {
	font-weight:bold; 
}
#leftcolon .content {
	border-bottom: solid 1px #B8BEC2;
	color: #F8F8F9;
}
#leftcolon ul {
	padding: 0px;
	margin: 0px;
}
#leftcolon li {
	width: 210px;
	padding: 0px;
	padding-left: 30px;
	margin: 0px;
	/*background-color:#9BA3AA; */
	background-color:#E4E9EE;
	/*background-color: #FFD1BB;*/
	text-transform:uppercase;
	list-style: none;
	position: relative;
	background-image:url(../graphics/separate.gif);
	background-repeat:no-repeat;
	background-position:10px center; 
}
#leftcolon li a,
#leftcolon li a:link,
#leftcolon li a:visited {
	display: block;
	padding: 2px;
	color: #333333;
}
#leftcolon li a:hover {
	color: #525252;
}
#leftcolon li.dark {
	background-color:#b9c7cc; 
	/*background-color: #FE9765;*/
}
#leftcolon div.newsblock {
	color: #ffffff;
	margin-left: 0px;
}
#leftcolon div.newsblock p {
	padding: 0px;
	margin: 0px;	
	margin-bottom: 15px;		
}

/*  MIDCOLON  */
#midcolon {
	width: 590px;
	margin: 3px;
	float:right;
}
#midcolon .banner {
	height: 93px;
}
#midcolon .banner p{
	padding: 0px;
	margin: 0px;
}
#midcolon .banner img{
	border: solid 1px #FFFFFF;
	margin: 0px;
	margin-right: 1px;
	margin-bottom: 1px;	
	float: left;
}
#midcolon .banner img.last{
	margin: 0px;
	float:none;
	clear:both;
}
#midcolon .content {
	background-color: #E4E9EE;
	padding: 5px;
}
#midcolon .content img {
	padding: 3px;
	margin: 5px;
	background-color: #D0D9E1;
}
/*BOX for FILES*/
#midcolon .content .box {
	width: 180px;
	background-color:#D0D9E1;
	border:solid #B8BEC2 1px;
	padding: 2px;
	margin: 2px;
}
#midcolon .content .box a:link,
#midcolon .content .box a:visited {
	color: #000000;
}
#midcolon .content .box a:hover {
	color: #CC4200;
}
#midcolon .content .box ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-left: 3px;
	padding-left: 0px;
	list-style: none;
}
#midcolon .content .box ul li {
	background-repeat: no-repeat;
	background-position: left center;
	padding: 6px;
	padding-left: 20px;
}
#midcolon .content .box ul li.pdf {
	background-image: url(../graphics/ext_pdf.gif);
}
#midcolon .content .box ul li.xls {
	background-image: url(../graphics/ext_xls.gif);
}
#midcolon .content .box ul li.doc {
	background-image: url(../graphics/ext_doc.gif);
}
#midcolon .content .box ul li.img {
	background-image: url(../graphics/ext_img.gif);
}
/*  FOOTER  */
#footer {
	clear: both;
	height: 80px;
	border-top: solid 1px #B8BEC2;
	border-bottom: solid 1px #B8BEC2;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#footer a:link, 
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CC4200;
}
#footer .colon1,
#footer .colon2, 
#footer .colon3{
	padding: 10px;
	color: #FFFFFF;
}
#footer .colon1{
	margin-left:60px;
	width: 220px;
}
#footer .colon2{
	width: 280px;
}
#footer .credits {
	font-size:10px;
	font-style: normal;	
}
/**************************************************************
   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;  
}
.bullethidden {
	list-style: none;
	margin-left: 10px;
}
/**************************************************************
MasterContent & detailContent
**************************************************************/
a.masterContent, a:visited.masterContent {
	text-decoration: none;
	color: #525963;
	padding: 2px;
	margin: 0px;
	margin-bottom: 5px;
	display: block;
	width: 98%;
}
a:hover.masterContent {
	color: #F8F8F9;
	background-color: #B8BEC2;
}
.masterContent img {
	float: left;
	padding: 2px;
	padding-left: 0px;
}
/**************************************************************
videoflash
**************************************************************/
.videoflash {
	background-color:#000000;
	border: solid 1px #B8BEC2;
	padding: 5px;
	width: 500px;
	height: 375px;
	text-align:center;
}