/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// 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				     //
//																			 //	
//																			 //	
///////////////////////////////////////////////////////////////////////////////
*/


* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

body {
background-color:#fff;
text-align:center; 
font-family: arial, helvetica;
font-size:10px;
line-height:130%;

SCROLLBAR-FACE-COLOR: #ffffff; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #8c7456; 
SCROLLBAR-ARROW-COLOR: #8c7456; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #8c7456; 
SCROLLBAR-BASE-COLOR: #ffffff; 
buttonface: #ffffff;
}

#top {
text-align:center;
background: url(../pic/bg_top.gif) #fff no-repeat center bottom;
height:20%;
}

#header {
text-align:center;
vertical-align:baseline;
background-color:#00CCCC;
height:100px;
width:900px;
}

#main {
align:center;
background: url(../pic/bg_back.jpg) #fff repeat-x top;
}

* html #main {align:center; height:65%; background: url(../pic/bg_back.jpg) #fff repeat-x top;} /* nur für IE 5.5 - 6.x */
_ html #main {align:center; height:65%; background: url(../pic/bg_back.jpg) #fff repeat-x top;} /* 7*/

#content {
height:100%;
background: url(../pic/bg_content.jpg) #fff repeat-x top;
width:900px;
align:center;
}

* html #content { height:100%;} /* nur für IE 5.5 - 6.x */

#bottom {
text-align:center;
background-color:#ffffff;
background: url(../pic/bg_bottom.gif) #fff repeat-x top;
height:15%;
}


#scrollTable  { /*Overflow bei Tabelle*/
overflow: auto;
height: 325px; 
width: 495px;
background-color:#330066;
} 



