	/* 
	* ============================================================== 
	* Senats Hotel Koeln
	*
	* @copyright       Senats Hotel Koeln
	* @author          brandung GmbH & CoKG - Andrea Loeper
	* @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
=============================== */

/* ===============================
   =Header
=============================== */

/* ===============================
   =Navigation
=============================== */

/* ===============================
   =Content
=============================== */

/* ===============================
   =Footer
=============================== */

