@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: #7A7A7A url(/img/basics/bg_main.gif) repeat-x top left;
	color:#343434;
   }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 1002px; min-width: 1002px; max-width:none; margin: 15px auto;}
  #page {height:1%; width:100%;}
  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */

  #header { height: 102px; width: 1002px;}
  #header h1 {display: none;}
  #header h2 {display: none;}  
  #header #logo {float:left;}

  div#topheader {float:right; font-size:12px; color:#8A8A8A; width:730px;}
  div#topheader div{float:left;}
  div#topheader ul.topmenu {float:right;}
  div#topheader ul.topmenu li{display:inline;}
  div#topheader ul.topmenu a {color:#8A8A8A; text-decoration:none;}
  div#topheader ul.topmenu a:hover {color:#8A8A8A; text-decoration:underline;}  
 
  #main { 
	float:left;
	width: 100%;
	background: #fff url(/img/basics/bg_mainarea.gif) repeat-y top left;
   }

  #footer { 
	background-color: #999999;
	color:#fff;
	font-size: 12px;
	height:26px;
	line-height:26px;
	padding: 0px;
	width: 1002px;
	}

  #footer ul {position:relative; padding:0; margin:0; float:left;}
  #footer ul li {display:inline; margin:0 0 0 10px; }
  #footer ul a {color:#fff; text-decoration:none;}
  #footer ul a:hover {color:#fff; text-decoration:underline;}  

  #footer div, #footer form {float:right}  
  #footer form {display:inline}  
  #footer input, #footer label {float:left;}
  #footer input {margin:4px 0 0 5px;}
  #footer input#Email{height:15px; border:1px solid #fff; width:150px; padding:0 0 0 2px; color:#fff; background-color:#ACACAC;}
  #footer input#go2 {margin: 4px 5px 0 0; }
  
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * 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; min-height:570px;}
  #col1_content {padding: 0px;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 160px; float:left;  margin-left: -810px; min-height:677px; }
  #col2_content {padding-left: 0px; padding-right: 0px }

  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  #col3 { margin-left: -5px; margin-right: 0; width: 192px; float:right; min-height:677px;}
  #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;background-color:#ffffff;}      */
  /*Randspalte ausblenden*/
  .hidecol3 #col1 {width:842px}
  .hidecol3 #col2 {margin-left:-1002px} 
  .hidecol3 #col3 {display:none}  
  /*.hidecol3 #main {background-image: url(/img/basics/bg_main_2col.gif);}    */
  /*Alles ausblenden*/
  .hideall #col1 {width:1002px; margin-left:0;}
  .hideall #col2 {display:none}   
  .hideall #col3 {display:none} 
 /* .hideall #main {background:none;background-color:#ffffff;}    */
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */


}
