/* ************************************************************************** */
/* Sub-Stylesheet für www.balancedguard.de - 2 Spalten                        */
/* Version 1.0 - 18.08.2008                                                   */
/*                                                                            */
/* (c) Copyright 2008 by Impression Media Dorsten - www.impressionmedia.de    */
/* ========================================================================== */
/* Versionshistorie                                                           */
/* (N = Neu; F = Fix; V = Verbesserung)                                       */
/* -------------------------------------------------------------------------- */
/* 1.0 - 18.08.2008: erste Fassung                                            */
/* ========================================================================== */
/* Outline                                                                    */
/* -------------------------------------------------------------------------- */
/* 1   : Yaml-Framework laden                                                 */
/*                                                                            */
/* 2   : Hauptstylesheet laden                                                */
/* 2.1 : Neupositionierung der Content-Container                              */
/* ************************************************************************** */

/* --- 1: Yaml-Framework laden ---------------------------------------------- */
@import url(yaml/layout_3col_fixed_seo.css);

/* --- 2: Hauptstylesheet laden --------------------------------------------- */
@import url(balancedguard-main.css);

/* --- 2.1: Neupositionierung der Content-Container ------------------------- */

/* Gesamtbreite: 960px
	|-------------------------------|
	| #header                       |
	| 960px                         |
	|-------------------------------|
	| #col1               | #col2   |
	| 720px               | 240px   |
	|-------------------------------|
	| #footer                       |
	|-------------------------------|
	*/

#page_margins {
	width: 980px;
	min-width: 980px;
	max-width:none;
	}
	
/* #col1 wird zur linken Spalte */
#col1 {
	width: 720px;
	float: left;
	margin-left: 0;
	}
	
#col1_content {
	padding-left: 20px;
	padding-right: 20px;
	border-right: #EFEFEF solid 2px;
	}

/* #col2 abschalten */
#col2 {
	display: none;
	}
	
#col2_content {
	display: none;
	}

/* #col3 wird zur rechten Spalte */
#col3 {
	margin-left: 0;
	margin-right: 0;
	width: 240px;
	float:right;
	}
	
#col3_content {
	padding-left: 0;
	padding-right: 35px;
	}

#main {
	background: none;
	}


