@charset "UTF-8";
/*	-------------------------------------------------------------
	www.menzel-lichtundwohnen.de
	Gunkel_Consulting
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Style Startpage
	Filename:		basemod_start.css
	Version:		2.0
	Date:			Jul 24, 2008
	Author:			Mario Bone-Winkel bone-winkel@gunkel.com
	-------------------------------------------------------------	*/
@media all
{
  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { 
	background: transparent url(/img/basics/bg_kachel.jpg) top left;  
	color:#56554D;
   }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 920px; min-width: 900px; max-width:none; margin:30px auto 0 auto; }

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */

  #header {display:none;}
  #header h1 {display: none;}
  #header h2 {display: none;}  
  
  div#topheader {height: 22px; width: 920px;margin: 5px 0 30px 0;color:#fff;}
  div#topheader div.right {float:right;font-size:80%;text-align:left;padding:2px;}
  div#topheader div.right a {text-decoration:none;margin: 0 5px;color:#fff;}  
  div#topheader div.right a:hover {text-decoration:underline;}
  
  #page {float:left; width:920px;}
   
  #main { 
  	background-color:#fff;
	float:left;
	height:1%;
	width: 100%;
   }

  #footer { 
  	background: transparent url(/img/basics/bg_footer_start.gif) repeat-y top left; 
  	height:26px;
	width: 920px;
	}
  #footer ul {position:relative; padding:8px 0 0 10px; margin:0; display:none;}
  #footer ul li {display:inline; margin:0 5px 0 5px; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  /* #col1 becomes the right column | #col1 wird zur rechten Spalte */
  #col1 { width: 920px; float:right; margin: 0;}
  #col1_content { padding: 0; }

  /* #col2 becomes the middle column | #col2 wird zur mittleren Spalte */
  #col2 { width: 180px; margin: 0;}
  #col2_content {  }

  /* #col3 becomes the left column |  #col3 wird zur linken Spalten */
  #col3 { margin-left: 0; margin-right: 817px; width:62px;}
  #col3_content {background: #E4E4E4 url(/img/basics/bg_menu.jpg) no-repeat top left; height: 520px; width: 62px;}

  /*Menü ausblenden*/
  .hidecol2 #col1 {width:830px; margin-left:0;}
  .hidecol2 #col2 {display:none}  
 
  /*Randspalte ausblenden*/
  /*.hidecol3 #col1 {width:630px}*/
  /*.hidecol3 #col2 {margin-left:-840px} */
  .hidecol3 #col3 {display:none}  

  /*Alles ausblenden*/
  .hideall #col1 {width:920px; margin-left:0;}
  .hideall #col2 {display:none}   
  .hideall #col3 {display:none} 

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */


}
