/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// 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.krone-nottwil.ch                //
//																			 //	
///////////////////////////////////////////////////////////////////////////////
*/


* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

body {
background: url(/assets/wLayout/pics/bg_back.jpg) #fbf6d3 repeat-x top;
text-align:center; /* horizontal centering for IE Win quirks */
font-family: arial, helvetica;
font-size:12px;
line-height:130%;

SCROLLBAR-FACE-COLOR: #faf4cb; 
SCROLLBAR-HIGHLIGHT-COLOR: #faf4cb; 
SCROLLBAR-SHADOW-COLOR: #faf4cb; 
SCROLLBAR-3DLIGHT-COLOR: #dbce81; 
SCROLLBAR-ARROW-COLOR: #dbce81; 
SCROLLBAR-TRACK-COLOR: #faf4cb; 
SCROLLBAR-DARKSHADOW-COLOR: #dbce81; 
SCROLLBAR-BASE-COLOR: #faf4cb; 
buttonface: #faf4cb;
}

#distance { 
width:1px;
height:50%;
background-color:#fbf6d3;
margin-bottom:-300px; /* half of container's height */
float:left;
}

#container {
margin:0 auto;
position:relative; /* puts container in front of distance */
height:580px;
width:910px;
clear:left;
background: url(/assets/wLayout/pics/bg_main.gif) no-repeat top;
}

#header {
height:165px;
background: url(/assets/wLayout/pics/logo_krone.gif) no-repeat center 6px;
}

#contPic {
width:415px;
height:365px;
float:left;
text-align:left;
}

#contMain {
width:495px;
height:365px;
float:right;
text-align:left;
}

#footer {
width:910px;
text-align:left;
padding-top:30px;
clear:both;
}

#clearDiv  {
clear:both;
}

#scrollTable  { /*Overflow bei Tabelle*/
overflow: auto;
height: 345px;
margin-top:10px; 
width: 430px;
} 



