/*  =========================================================
Titel des Projektes hier eingeben
Datei: print.css
Media: print 

Datum: 06. November 2006
Autor: Simon Kemmerling 
Web:   http://www.agentur-brandung.de
========================================================== */

/* ===============================

   =1. ALLGEMEINE SELEKTOREN 

=============================== */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 11px/14px arial, helvetica, sans-serif;
}

/* ===============================
   =Block-Elemente 
=============================== */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

p, 
ul, 
ol {
	margin: 0 0 1em 0;
}

li {
	list-style: none;
}

img {
	border: none;
}

small {
	font-size: 0.85em;
}

acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/* ===============================
   =Inline-Elemente 
=============================== */
strong {
	font-weight: bold;
}

a 					{ text-decoration: none; outline: none; }
a:visited 	{ text-decoration: none; }
a:hover			{  }
a:active 		{  }

/* ===============================
   =Classen
=============================== */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* ========================================

  =2. DISPLAY none

========================================= */ 
#hiddenNav,
#header h1,
#header p,
#menu,
#leftColumne,
#print,
#meta {
	display: none;
}

/* ===============================
   =Folgeseiten
=============================== */
#wrapperFolge {
	width: 650px;
	margin: 0;
	padding: 0;
}

#contentFolge {
	margin: 30px 0 0 0;
	float: none;
	width: 100%;
	padding: 0 0 30px 0;
}

#contentFolge h2 {
	width: 100%;
	font-size: 24px;
	border-left: 3px solid #ffa001;
	padding: 3px 0 0 8px;
}

#contentFolge p {
	width: 100%;
	font-size: 12px;
	line-height: 18px; 
}

#footer {
	padding: 20px 0 10px 0;
	width: 100%;
}
