/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// 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;
background-color:#1c5223;
/*background-image: url(/assets/pic/bg_back.jpg);
background-position:center;
background-repeat:no-repeat;*/

SCROLLBAR-FACE-COLOR: #1c5223; 
SCROLLBAR-HIGHLIGHT-COLOR: #1c5223; 
SCROLLBAR-SHADOW-COLOR: #1c5223; 
SCROLLBAR-3DLIGHT-COLOR: #8fc06e; 
SCROLLBAR-ARROW-COLOR: #8fc06e; 
SCROLLBAR-TRACK-COLOR: #1c5223; 
SCROLLBAR-DARKSHADOW-COLOR: #8fc06e; 
SCROLLBAR-BASE-COLOR: #1c5223; 
buttonface: #8fc06e;
}

#distance { 
width:1px;
height:50%;
background-color:#1c5223;
margin-bottom:-280px; /* half of container's height */
float:left;
}

#container {
margin:0 auto;
position:relative; /* puts container in front of distance */
text-align:left;
width:970px;
clear:left;
}

#header {
text-align:left;
height:80px;
}


#contMain {
width:970px;
height:436px;
text-align:left;
}


#navigation {
width:970px;
text-align:left;
height:25px;
clear:both;
}

#footer {
width:970px;
text-align:left;
height:45px;
clear:both;
}

#clearDiv  {
clear:both;
}

#scrollTable  { /*Overflow bei Tabelle*/
overflow: auto;
height: 330px; 
width: 480px;
} 

#scrollTableSmall  { /*Overflow bei Tabelle*/
overflow: auto;
height: 330px; 
width: 300px;
} 



