/*
	filename:	/css/skin-print.css
	version:	1.0 - 2008-03-15 -
	author:		-quale- at web dot de 
	validated by W3C CSS Validator // jigsaw.w3.org
*/

html {
	font-size: 100%;
}

html > body {
	font-size: 16px;
}

input, select, th, td, li li, li p, td p, q p {
	font-size: 1em;
}

table td * {
	font-size: 1em ! important;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
}

#stage {
	margin-top: 250px;
}

#teaserFruehstueck,
#layerContent #layerLeftNav,
#layerMainnav,
#logo,
#musikkalender,
#klassiker {
	display: none;	
}

h1 {
	font-size: 16px;
	margin-bottom: 5px;	
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;	
}

h3 {
	font-size: 12px;
}

ul,
p {
	font-size: 12px;
	margin-bottom: 10px;
}

#containerPrint {
	font-size: 0.6875em;
	position: absolute;
	top: 10px;
	left: 0;
	clear: both;
	display: block;
}

#containerPrint p {
	font-size: 11px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px 10px 0px;
	margin-top: 110px;
	float: left;
}

.printLogo {
	margin-right: 30px;
	float: left;	
}

/* ---- misc ---- */

.clearAll {
	font-size: 0px !important;
	line-height: 0px !important;
	height: 0px !important;
	clear: both;
}

img {
	border: none;
	margin-bottom: 10px;
	display: block;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}