/***********************************************************************************/
/* Style: Webtech AG, bz                                                           */
/*        (c)2005 Webtech AG                                                       */
/***********************************************************************************/
 
  
  
/***********************************************************************************/
/* Formatierung Grundlayout                                                        */
/***********************************************************************************/
body {
	margin: 0px auto; padding: 0px;
	background-color: #F7F6F1;
	overflow:-moz-scrollbars-vertical;
}

#wrapper {
 /* margin: 0px auto auto;*/
  margin: 0px auto;
  padding-left: 6px; /*damit linker BG sichtbar ist*/
  width: 935px; 		/*Page Breite (alt 915)*/
 
  background-image: url(/prog/img/bg-rahmen-vertikal.gif);
  background-repeat: repeat-y;
 
  /*overflow:hidden; 	/*Damit auch Firefox BG nimmt und aufblaest*/
}  

#linkeSpalte {
	float: left;
	width: 250px;
}
#rechteSpalte{
	float: left;
	margin-left: 3px; /*linke, weisse Trennlinie*/
	width: 670px;	   /*alt 650*/
}

#rahmenFooter {
  margin: 0px auto;
  width: 940px;  /*Damit BG-Footer richtig zentriert*/
}	

#copyRight{
  margin: 0px auto;
  width: 940px;  /*Damit BG-Footer richtig zentriert*/
}
/***********************************************************************************/




/***********************************************************************************/
/* Formatierung Inhaltsboxen                                                       */
/***********************************************************************************/

#boxLogoKanton{
  background: #ffffff;
  width: 100%;
  height: 80px;
}

#boxHauptNavigation{  
  background: #ffffff;
  width: 100%;
  height: 80px;  
  /*overflow:hidden; 	/*Damit auch Firefox BG nimmt und aufblaest*/
}
	
#boxSuche{
  background: #eaeaea;
  width: 100%;
  height: 130px;
}
#boxSucheAbschluss{  /*Hack damit nicht grauer Hintergrund erscheint*/
  background: #ffffff;
  width: 100%;
  height: 3px;
}

#boxNavigation{
  background: #eaeaea;
  width: 100%;
  margin-top: 0px;
}

#boxHeaderGrafik {
  background: #ffffff;  
  width: 100%;
  height: 130px;
}

#boxHorizNavigation{
  background: #eaeaea;
  width: 100%;
  height: 28px;
  margin-top: 3px;	
  padding-top: 6px;
}

#boxBreadcrumbNavigation{
  /*background: #eaeaea;*/
  width: 99%;
  margin-top: 3px;
  padding-top: 0px;
  height: 28px;
}

#boxContent{
  background: #ffffff;
  width: 100%;
  margin-top: 3px;
 /* height: 100%;  /*ev noetig fuer Firefox Bug Hohe manchmal abgeschnitten*/
}




.boxContentSpez{  /*dito in cms.css*/
	padding-top: 20px;
	background-color: #eaeaea;
}
.boxPortraitImage, .boxContentSpezImage { /*dito in cms.css*/
	float: left;
	/*width: 200px;*/
}
.boxPortraitContent { /*dito in cms.css*/
	float: left;
	width: 440px;  /*Damit Umbruch Tabelle richtig*/
}

.boxContentSpezContent{
	float: left;
	width: 390px;  /*Damit Umbruch Tabelle richtig*/
}
.boxPortraitImage img, .boxContentSpezImage img {   /*dito in cms.css*/
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	margin-right: 20px;
}

/***********************************************************************************/



/***********************************************************************************/
/* Zweispalten-Erweiterung  (WFU)                                                  */
/***********************************************************************************/
.cont2Left{
	float: left;
	width: 410px;
}
.cont2Right{
	padding-left: 20px;
	float: right;
	width: 180px;
	border-left: 1px solid #eaeaea;
}
.cont2Right h1{
	color: #999 !important;
	font-size: 1.1em !important;
}
.cont2Right li{
	margin-left: -22px !important;
}

.cont2Clear{
	clear: both;
}


/***********************************************************************************/



/****SPEZIAL BEREICH*************************************************************/
.hide { display: none; }
.clear{
	float: none;
}
/********************************************************************************/ 
