@charset "UTF-8";
/*	-------------------------------------------------------------
	holz-speckmann.de
	Gunkel_Consulting
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Standard Style
	Filename:		basemode.css
	Version:		2.0
	Date:			Dec 12, 2007
	Author:			Mario Bone-Winkel bone-winkel@gunkel.com
	-------------------------------------------------------------	*/
@media all
{
  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { 
	background-color: #DADADA;
	color:#464646;
   }
   
  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 1012px; min-width: 1012px; max-width:none; margin:10px auto; }
  #page {height:1%;width:100%;}
  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */

  #header {background: transparent url(/img/basics/header_holzland.gif) no-repeat top left; height: 116px; width: 1012px;}
  #header h1 {display: none;}
  #header h2 {display: none;}  

  div#topheader {height: 22px; width: 1002px;}
  div#topheader div.right {float:right;font-size:80%;text-align:left;}
  div#topheader div.right a {text-decoration:none;margin: 0 5px;}
  
  #main { 
	float:left;
	width: 100%;
   }

  #footer { 
	display:none;
  	height:18px;
	padding: 0px;
	width: 1012px;
	}



 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

    /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 650px; float:left; margin-left: 160px;}
  #col1_content {padding: 0px;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 160px; float:left;  margin-left: -810px;}
  #col2_content {padding-left: 0px; padding-right: 0px }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left: 0px; margin-right: 10px; width: 192px; float:right;}
  #col3_content {padding-left: 0px; padding-right: 0px}

  /*Menü ausblenden*/
  .hidecol2 #col1 {width:810px; margin-left:0;}
  .hidecol2 #col2 {display:none}  
  .hidecol2 #main {background:none;}      
  /*Randspalte ausblenden*/
  .hidecol3 #col1 {width:842px}
  .hidecol3 #col2 {margin-left:-1012px} 
  .hidecol3 #col3 {display:none}  
  /*Alles ausblenden*/
  .hideall #col1 {width:1012px; margin-left:0;}
  .hideall #col2 {display:none}   
  .hideall #col3 {display:none} 
  .hideall #main {background:none;}    
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */


}
