@charset "UTF-8";
/**
 * Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 */

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout | Gestaltung des Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body {}

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins {margin:0.5cm auto; width:920px;}
  #page{}

  /* Design of the Main Layout Elements | Gestaltung der Hauptelemente des Layouts */
  #header {}
  #topnav {}
  #nav{}

  #main {margin:20px 0 0 0;}

  #footer{margin:0 0; padding:0 0 10px 0;}
  
  a{cursor:default}

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  *
  *	VIEW STRUCTURE.CSS
  */
	
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
  
  .c50l, .c50r{width:48%; }


}