@charset "UTF-8";

/* 
* ============================================================== 
* Kauber Freizeit
*
* @copyright       brandung GmbH & Co KG
* @author          Olaf Gleba
* @file            print.css
* @version         0.1
*
* ============================================================== 
*/

/* ===============================

  =1. ALLGEMEINE SELEKTOREN 

=============================== */

* {
padding: 0;
margin: 0;
}

body {

}

/* ===============================
  =Block-Elemente 
=============================== */

h1 {

}

h2 {

}

h3 {

}

img {border: none;}

p, 
ul, 
ol {
margin: 0 0 1em 0;
}

li {
list-style: none;
}

address {

}

/* ===============================
  =Inline-Elemente 
=============================== */

strong {
font-weight: bold;
}

a 								{  }
a:link 						{  }
a:visited 				{  }
a:hover, a:focus 	{  }
a:active 					{  }

/* ===============================
  =Classen
=============================== */

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

/* ========================================

 =2. LAYOUTBEREICHE

========================================= */ 


/* ===============================
  =Wrapper
=============================== */

#container #col2 { margin-left: 0; }
#footer, #knauber-energie, #header, #container #col1 { display: none; }

/* ===============================
  =Header
=============================== */

/* ===============================
  =Navigation
=============================== */

/* ===============================
  =Content
=============================== */

/* ===============================
  =Footer
=============================== */

