/* ================================
    CSS STYLES For Webtelligence.Net
   ================================
*/ 

/* Background Color  */
.pnc_SkinContainer {
	background-color:#cccccc;
}
/********************************/
/* Home Page                                         */
/********************************/

/* Container Tabelle um alle Inhalte */
#pnc_hometable {
	width: 100%;
}
/* Linke Spalte */
.home_topleft {
	padding-top: 0px;
}
/* Rechte Spalte */
.home_topright{
	width: 350px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 10px;
}
/* Content Pane in der linken Spalte */
.home_contentpane {
	padding-top: 10px;
}
/* Untere Panes in der linken Spalte */
.home_bottomleft {
	width: 50%;
	padding-right: 12px;	
}
.home_bottomright {
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;	
	border-left: 1px dotted #eee;
}

.wbi_standart_schrift {
font-family: Verdana, Arial;
font-size:13px;
color: black;
}

















