/* CSS Document fuer HOTEL CHRISTIANA */
/* 10.06.2008 Michael Hoppe - hoppe-websolutions.de */
/* Spezifikationen fuer den Druck */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	padding: 0;
	margin: 0.5cm 0cm 1cm 1cm;
	text-align: left;
}

body a:link, body a:visited {
	text-decoration: none;
	color: #000000;
}

hr {
	color: #000000;
}

h1 {
	font-size: 18pt;
	line-height: 24pt;
}
h2 {
	font-size: 14pt;
	line-height: 18pt;
}
h3 {
	font-size: 14pt;
	line-height: 18pt;
}
h4 {
	font-size: 12pt;
	line-height: 16pt;
}				

h1, h2, h3, h4 {
	page-break-after: avoid;
}
#content p {
	line-height: 18pt;
}	

#content a:link, #content a:visited {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}	

#head, #sidebar {
	display: none;
}

img {
	border: 1px solid #000000;
	padding: 8pt;
}		

.noframe {
	border: none;
	padding: 0;
}	

#footer {
	border-top: 1pt solid #000000;
	margin-top: 10pt;
}	
#footer p {
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
}	

table {
	border: 1pt solid #000000;
	border-collapse: collapse;
}	
tr.zebra {
	border-top: 1pt solid #000000;
}
tr.zebra1 td {
	border-bottom: none;
}
tr.zebra2 td {
	border-top: none;
}
tr.nobordertop td {
	border-top: none;
}
tr.noborderbottom td {	
	border-bottom: none;
}	

.klein, .small-text {
	font-size: 8pt;
}	
td {
	font-size: 10pt;
	border-top: 1pt solid #000000;
	padding: 5pt 0 5pt 5pt;
}	

.infobox {
	margin: 10pt 0 1pt 0; 
	padding: 0 6pt;
	border: 1pt dashed #000000;
	border-left: 6pt solid #000000;
	color: #000000; 
	background-color: #FFFFFF;
}

/* Bilder */

.bild-rechts, .bild-rechts1, bild-rechts2 {
	float: right;
	margin: 0 0 10pt 10pt;
}	
.bild-links, .bild-links1 {
	float: left;
	margin: 0 10pt 10pt 0;
}	
.bild-mittig img {
	border: none;
}

.clearall {
	clear: both;
}
.clearlinks {
	clear: left;
}

dl {
	clear: both;
/*	padding-right: 45pt;*/	
	margin-top: 10pt;
}	

dt {
	float: left;
	display: block;
	width: 140pt;	
	margin-bottom: 10pt;
	font-weight: bold;
}
dt img {
	border: none;
}	
dd {
	display: block;
	margin-left: 150pt;
	margin-bottom: 10pt;
	line-height: 16pt;
}
