/*##############################
www.berlin-tourismus-online.de Stylesheet Druck
Datei: print.css
Media: print
Datum: 27.02.2007
###############################*/

/* allgemeine Styles */
*{
	padding:0px;
	margin:0px;
}

*  html, body {
           height : 100%;
}

body {
           font-family : verdana, arial, sans-serif;
           font-size : 10px;
           color : #000;
           background-color : #DEEFE5;
           text-align : center;
           margin : 0;
           min-height : 100%;
           height:100%;
}

p{margin-bottom: 15px;}

h1, h2, h3, h4 {
	font-size: 10px;
	font-weight: bold;
	color: #0D57A6;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

h3 {
	font-size: 24px;
	color: #CEE9CC;
	border-bottom: 1px solid #089301;
	width: 400px;
}

/* erste H1-Überschrift */
.csc-header-n1 h1 {
	border-bottom: 1px solid #089301;
}

li, ul{
	list-style: url(http://www.berlin-tourismus-online.de/fileadmin/template/image/aufzaehlungspunkt.gif);
	margin-bottom: 5px;
	padding-left: 25px;
}

/* Nicht benötigte Container unsichtbar schalten */
#header,#left,#right,#footer{display:none;}