/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// HH    HH    OOOOOO    MM       MM   MM       MM							 //
// HH    HH   OO    OO   MMMM   MMMM   MMMM   MMMM						     //
// HHHHHHHH   OO    OO   MM MM MM MM   MM MM MM MM							 //
// HH    HH   OO    OO   MM  MMM  MM   MM  MMM  MM							 //
// HH    HH    000000    MM       MM   MM       MM							 //
//																			 //	
// erstellt durch       										             //
//																			 //	
// HOMM - Visuelle Kommunikation, 6003 Luzern, www.homm.ch                   //
// Tel 041 210 85 34   Fax 041 210 85 18    mail@homm.ch				     //
//																			 //	
// Stylesheet fuer die Inhaltsseiten von www.balances.ch                     //
//																			 //	
///////////////////////////////////////////////////////////////////////////////
*/


* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

body {
text-align:center; /* horizontal centering for IE Win quirks */
font-family: arial, helvetica;
line-height:130%;
background-color:#f3730c;
background-image: url(/assets/pic/bg_back.gif);
background-position:center;
background-repeat:no-repeat;

SCROLLBAR-FACE-COLOR: #f5a352; 
SCROLLBAR-HIGHLIGHT-COLOR: #f5a352; 
SCROLLBAR-SHADOW-COLOR: #f5a352; 
SCROLLBAR-3DLIGHT-COLOR: #f3730c; 
SCROLLBAR-ARROW-COLOR: #f3730c; 
SCROLLBAR-TRACK-COLOR: #f5a352; 
SCROLLBAR-DARKSHADOW-COLOR: #f3730c; 
SCROLLBAR-BASE-COLOR: #f5a352; 
buttonface: #f3730c;
}

#distance { 
width:1px;
height:50%;
background-color:#f3730c;
margin-bottom:-300px; /* half of container's height */
float:left;
}

#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:835px;
	clear:left;
	background: url(/assets/pic/bg_main.gif) no-repeat 0px 75px;
}

#contNav {
width:280px;
height:530px;
float:left;
text-align:left;
}

#contMain {
width:555px;
height:530px;
float:right;
text-align:left;
}

#footer {
width:835px;
text-align:left;
height:25px;
clear:both;
background: url(/assets/pic/bg_footer.gif) no-repeat;
}

#clearDiv  {
clear:both;
}

#scrollTable  { /*Overflow bei Tabelle*/
overflow: auto;
height: 250px; 
width: 555px;
} 

