/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// 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.gif) #533620 repeat-x center;
text-align:center; /* horizontal centering for IE Win quirks */
font-family: arial, helvetica;
font-size:12px;
line-height:130%;

SCROLLBAR-FACE-COLOR: #c04703; 
SCROLLBAR-HIGHLIGHT-COLOR: #c04703; 
SCROLLBAR-SHADOW-COLOR: #c04703; 
SCROLLBAR-3DLIGHT-COLOR: #e38041; 
SCROLLBAR-ARROW-COLOR: #e38041; 
SCROLLBAR-TRACK-COLOR: #c04703; 
SCROLLBAR-DARKSHADOW-COLOR: #e38041; 
SCROLLBAR-BASE-COLOR: #c04703; 
buttonface: #c04703;
}

#distance { 
width:1px;
height:50%;
background-color:#724e30;
margin-bottom:-252px; /* half of container's height */
float:left;
}

#container {
margin:0 auto;
position:relative; /* puts container in front of distance */
height:504px;
width:925px;
clear:left;
}

#header {
height:117px;
background: url(/assets/wLayout/pics/bg_top.gif) no-repeat top;
}

#contPic {
width:357px;
height:342px;
float:left;
background: url(/assets/wLayout/pics/bg_pic.gif) #c44e04 repeat-y top;
text-align:left;
}

#contMain {
width:564px;
height:342px;
float:left;
text-align:left;
background: url(/assets/wLayout/pics/bg_main.gif) #c7530c repeat-x top;
}

#contBorder {
width:4px;
height:342px;
float:right;
background: url(/assets/wLayout/pics/bg_border.gif) #c7530c no-repeat top;
}

#footer {
width:925px;
height:45px;
text-align:left;
clear:both;
background: url(/assets/wLayout/pics/bg_bottom.gif) #c7530c no-repeat top;
}

#clearDiv  {
clear:both;
}

#scrollTable  { /*Overflow bei Tabelle*/
overflow: auto;
height: 315px;
width: 564px;
} 

#contMainIndex {
height:365px;
text-align:center;
}

/*für Virtual Tour usw.*/

#contPic2 {
width:553px;
height:342px;
float:left;
background: url(/assets/wLayout/pics/bg_pic.gif) #c44e04 repeat-x left;
text-align:left;
}

#contMain2 {
width:368px;
height:342px;
float:left;
text-align:left;
background: url(/assets/wLayout/pics/bg_main.gif) #c7530c repeat-x top;
}

#scrollTable2  { 
overflow: auto;
height: 315px;
width: 364px;
} 


/*für index.asp*/

#contPicIndex {
width:921px;
height:342px;
float:left;
background: url(/assets/wLayout/pics/bg_pic.gif) #c44e04 repeat-x left;
text-align:left;
}

#contMainIndex {
width:368px;
height:342px;
float:left;
text-align:left;
background: url(/assets/wLayout/pics/bg_main.gif) #c7530c repeat-x top;
}

#scrollTableIndex  { 
overflow: auto;
height: 315px;
width: 364px;
} 

#scrollTableBeginn  { 
overflow: auto;
height: 342px;
width: 907px;
} 


