/*
///////////////////////////////////////////////////////////////////////////////
//																			 //	
// 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.wohncenter-raeber.ch            //
//																			 //	
///////////////////////////////////////////////////////////////////////////////
*/


* {
margin:0;
padding:0;
}

html, body {
height:100%;
}

body {
background-color:#ffffff;
text-align:center; /* horizontal centering for IE Win quirks */
font-family: arial, helvetica;
font-size:12px;
color:#3399CC;
line-height:130%;

SCROLLBAR-FACE-COLOR: #e0e0de; 
SCROLLBAR-HIGHLIGHT-COLOR: #e0e0de; 
SCROLLBAR-SHADOW-COLOR: #e0e0de; 
SCROLLBAR-3DLIGHT-COLOR: #8A8A8A; 
SCROLLBAR-ARROW-COLOR: #8A8A8A; 
SCROLLBAR-TRACK-COLOR: #e0e0de; 
SCROLLBAR-DARKSHADOW-COLOR: #8A8A8A; 
SCROLLBAR-BASE-COLOR: #e0e0de; 
buttonface: #e0e0de;
}

#distance { 
width:1px;
height:50%;
background-color:#ffffff;
margin-bottom:-350px; /* half of container's height */
float:left;
}

#container {
margin:0 auto;
position:relative; /* puts container in front of distance */
text-align:left;
clear:left;
background-color:#e0e0de;
}

#top {
text-align:left;
background: url(/assets/wLayout/pics/bg_top.gif) #ffffff no-repeat center;
height:80px;
}

#bottom {
text-align:center;
height:35px;
background-color:#ffffff;
}

#content {
margin:0 auto;
text-align:center;
height:300px;
width:900px;
}

#contPic {
width:400px;
height:300px;
float:left;
text-align:left;
}


#contMain {
width:500px;
height:300px;
float:right;
text-align:left;
}

#clearDiv  {
clear:both;
}

#clearDiv2  {
clear:all;
}

#scrollTable  { /*Overflow bei Tabelle*/
overflow: auto;
height: 300px; 
width: 500px;
} 


/*--Navigationstemplates----------------------------------------------------------------------*/

#navTop {
background-color: #e0e0de;
}

#navBottom {
background-color: #e0e0de;
border-top: 1px solid #ffffff;
}

/*--Index-Files----------------------------------------------------------------------*/

#contentIndex {
margin:0 auto;
text-align:center;
height:300px;
width:900px;
background-color:#e0e0de;
}

#contPicIndex {
width:550px;
height:300px;
float:left;
text-align:left;
background: url(/bilder/mood_front_cassina.jpg) no-repeat;
}

#contMainIndex {
width:350px;
height:300px;
float:right;
text-align:left;
background: url(/assets/wLayout/pics/bg_aktuell.gif) no-repeat top left;
}

#scrollTableIndex  { /*Overflow bei Tabelle*/
overflow: auto;
height: 300px; 
width: 350px;
} 

/*--Architonic-Files----------------------------------------------------------------------*/

#contentArch {
margin:0 auto;
text-align:center;
height:500px;
width:900px;
}

#contPicArch {
width:0px;
height:500px;
float:left;
text-align:left;
}

#contMainArch {
width:900px;
height:500px;
float:left;
text-align:left;
}

#scrollTableArch  { /*Overflow bei Tabelle*/
overflow: none;
height: 500px; 
width: 900px;
} 
