@charset "UTF-8";
/*	-------------------------------------------------------------
	www.casablanca-leuchten.de
	Gunkel_Consulting
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Standard Style
	Filename:		basemod_start.css
	Version:		2.1
	Date:			Apr 20, 2009
	Author:			Mario Bone-Winkel bone-winkel@gunkel.com
	-------------------------------------------------------------	*/
@media all
{
  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { 
	background: #fff url(/img/basics/bg_header.gif) repeat-x top left; 
	color:#787878;
	width:100%;
   }

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { min-width: 1000px; max-width:200em; margin:0;padding:0;}

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */

  #header {background: transparent url(/img/basics/logo.gif) no-repeat top left; height: 115px; width: 1000px; z-index:999; color:#fff; margin:0 auto;} 
  #header h1 {display: none;}
  #header h2 {display: none;}  

  div#topheader {height: 22px; width: 1000px;margin:0;}
  div#topheader div.right {float:right;}
  
  div#topheader div.logstatus {font-size:70%;text-align:left;padding:2px; width:500px; float:right;}
  div#topheader div.logstatus a {text-decoration:none;margin: 0 5px; color:#fff;}  
  div#topheader div.logstatus a:hover {text-decoration:underline;}
  
  div#topheader div#langchoice {font-size:70%;padding:2px 2px 2px 10px; float:right;}
  div#topheader div#langchoice a {text-decoration:none;margin: 0 2px;}  
  div#topheader div#langchoice a:hover {text-decoration:underline;}  
  div#topheader div#langchoice a.aktlang {text-decoration:underline;}    
  
  
  #page {width:100%; margin:0 auto; }

  #main { 
	background-color: #fff;
	float:left;
	width: 100%;
   }

  #footer { 
	background-color: #696969;
	width: 100%;
	}
	
  #footer div {margin:0 auto; height:28px; width:1000px; background: transparent url(/img/basics/bg_footer.gif) repeat-y top left;}

  #subfooter { 
	margin: 0 auto;
	overflow:hidden;
	width: 1000px;
	}	
  #subfooter div{
	float:left;
	margin-left:1px;
	width:332px;
  }
  #subfooter div span{
  	float:left;
	font-size: 12px;
	line-height:1.5em;
	padding-left:10px;
  }
  
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

   /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 100%; float:left;}
  #col1_content {padding: 0;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 163px; float:left;  margin-left: -823px;}
  #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;}
  #col3_content {padding-left: 0px; padding-right: 0px}

  /*Menü ausblenden*/
  .hidecol2 #col1 {width:100%; 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:100%; min-height:360px; margin-left:0;}
  .hideall #col2 {display:none}   
  .hideall #col3 {display:none} 

 /*------------------------------------------------------------------------------------------------------*/
  #col1_content iframe {width:100%; margin-top:10px;} /* Abstand oben für eingebundene DB-Iframes*/
  
  #col1_content iframe#flash {margin-top:0px;} /*Flasheinbindung Startseite, kein Abstand oben*/
  
  #col1_content iframe.four_rows {height:710px;}
  #col1_content iframe.five_rows {height:875px;}  
  #col1_content iframe.nine_rows {height:1540px;}
  #col1_content iframe.ten_rows {height:1715px;}  
 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */


}
