/* CSS Document fuer HOTEL CHRISTIANA */
/* 03.06.2008 Michael Hoppe - hoppe-websolutions.de */
/* Layout ohne rechte sidebar */

* {
	margin: 0;
	padding: 0;
}		

body  {
	font: 100% "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-image: url(../images/hintergrund-2011.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}

a {
	text-decoration: underline;
	color: #666666;
}

a:focus, a:hover {
	text-decoration: none;
	color: #993333;
}

hr {
	height: 1px;
	width: 635px;
	border: none;
	background-color: #CCCCCC;
	color: #CCCCCC;
	padding: 0;
	margin: 1em 45px 1em 25px;
}

img {
	border: none;
}	

p, ul, ol {
	margin-top: 1em;
	line-height: 1.5em;
}
ul, ol {
	margin-left: 3em;
}	
ul {
	list-style-type: square;
}	

.rot {
	color: #993333;
	font-weight: bold;
}	

#container {
/*	position: relative;*/
	width: 920px; 
	margin: 0 auto;
	text-align: left; 
	background-image: url(../images/rand-x.gif);	
	background-position: center;
	background-repeat: repeat-y;	
}

#head {
	height: 230px;
	background-image: url(../images/masthead3.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#head h1 {
	color: #FFFFFF;
	text-align: center;
	padding: 1em;
	padding-top: 0px;
	font-size: 70%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

/* NAVIGATION */

#sidebar {
	float: left;
	left: 0;
	color: #666666;
	font-size: 90%;	
	width: 170px;
	padding: 20px 10px 15px 24px;
}

#navigation {
	width: 176px;
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;	
}
#navigation a {
	display: block;
	text-decoration: none;
	background: url(../images/li-s.gif) no-repeat 0.1em 50%;
	text-indent: 1.2em;
	line-height: 1.6em;
	height: 1.6em;
	border-bottom: 1px solid #993333;	
}	

#navigation .first a {
	border-top: 1px solid #993333;
}
#navigation .selected a {
	color: #993333;
	background-color: #FFFFFF;
	background-image: url(../images/li-a.gif);
}	
#navigation a:focus, #navigation a:hover {
	color: #666666;
	background-color: #FFFFFF;
}
#navigation a:active {
	color: #993333;
	background-color: #FFFFFF;
}	
/* NAVIGATION ENDE */

#content {
	width: 709px;
	float: right;
	padding-top: 20px;
	font-size: 90%;	
}	

#content p, #content h1, #content h2, #content h3, #content h4 {
	padding-left: 25px;
	padding-right: 45px;
}
#container #content p.small-text {
	font-size: 80%;
}		

#content h1, #content h2, #content h3, #content h4 {
	font-family: "Constantia", "Times New Roman", Times, serif;
	margin-top: 1em;
	color: #993333;
}

#content h1 {
	letter-spacing: -.025em;
	font-size: 200%;
	margin-top: -0.25em;
}

#content h2, #content h3 {
	letter-spacing: -.015em;
	font-size: 160%;
}

#content h4 {
	letter-spacing: 0;
	font-size: 125%;	
	margin-bottom: -0.6em;
}

/* Bild zentriert (links) via div mit Rahmen */
.bild-center, .bild-centers {
	width: 600px;
	padding: 20px;
	margin: 1em 10px 1em 25px;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;	
	background-color: #FFFFFF;		
}
.bild-centers {
	width: 450px;
}	

/* Bild zentriert (links) via div ohne Rahmen */
.bild-mittig {
	text-align: left;
	margin: 2em 0 1em 25px;
}

/* Bild links/rechts via div */
.bild-links {
	float: left;
	margin-left: 25px;
}
.bild-rechts {
	float: right;
	margin-right: 40px;	
}		
.bild-rechts1 {
	float: right;
	margin: 1em 40px 1em 1em;
}	
.bild-links1 {
	float: left;
	display: inline;
	margin: 1em 1em 1em 25px;
}	
.bild-links, .bild-rechts {
	display: inline;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 275px;
}
.bild-links, .bild-rechts, .bild-links1, .bild-rechts1 {	
	padding: 15px;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;	
	background-color: #FFFFFF;	
}
/* Bild rechts ohne Rahmen */
.bild-rechts2 {
	float: right;
	border: none;
	margin: -2.5em 45px 0 0;
}	

/* FOOTER */
#footer {
	background-image: url(../images/2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	clear: both;
	height: 80px;
	padding: 0 22px 0 224px;
} 

#footer p {
	margin: 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #CCCCCC;
	color: #993333;
	text-align: center;
	font-size: 70%;	
}
#footer a {
	color: #993333;
}	

/* Tabellenformatierungen */
table {
	width: 90%;
	border-collapse: collapse;
	background: #FFFFFF;
	color: #666666;
	border: 1px solid #993333;
	margin-left: 25px;
	margin-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
}
caption {
	font-family: "Constantia", "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #993333;
	text-align: left;
	margin-left: 15px;
	padding: 1em;
	padding-left: 0;
	padding-bottom: 0;
}
th, td {
	padding: 0.3em 1em;
	padding-left: 6px;
	text-align: left;
	vertical-align: top;
}
th {
	font-size: 100%;
	font-weight: bold;
	padding: 0.5em 1em;	
	padding-left: 6px;
}	
th p {
	padding: 0;
	margin: 0;
}	
td {
	font-size: 90%;
}		
thead {
	background-color: #993333;
	color: #FFFFFF;
}	
tr.zebra {
	background-color: #DDDDDD;
	border-bottom: 1px solid #993333;
	border-top: 1px solid #993333;
}
tr.zebra1 {
	background-color: #DDDDDD;
	border-top: 1px solid #993333;
}
tr.zebra2 {
	background-color: #DDDDDD;
	border-bottom: 1px solid #993333;
}
tr.zebra3 {
	background-color: #DDDDDD;
}
tr.zebra3 td, tr.small-height {
	line-height: 0.5;
}
tr.nobordertop, tr.noborderbottom {	
}
/*tr:hover {
	background-color: #993333;
	color: #FFFFFF;
}*/
/*tr:hover.nohover  {
	background: #FFFFFF;
	color: #666666;
}	
thead tr:hover {
	background-color: transparent;
	color: inherit;
}	*/

.klein {
	font-size: 70%;
	font-weight: normal;
}	

.clearall {
	clear: both;
	margin-top: 0;
}
.clearlinks {
	clear: left;
	margin-top: 0;	
	margin-right: 320px;
}
.kursive {
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
/*	font-weight: bold;*/
	font-style: italic;
	font-size: 100%;
	letter-spacing: 0.05em;
	padding-right: 10em;
}	

dl {
	clear: both;
	width: 635px;
	padding-left: 25px;
	padding-right: 45px;	
	margin-top: 1em;
	line-height: 1.5em;
}	

dt {
	float: left;
	display: block;
	width: 10em;	
	margin-bottom: 1em;
	font-weight: bold;
}
dd {
	display: block;
	margin-left: 12em;
	margin-bottom: 1em;
}

/* letzter Absatz - Abstand nach unten */
.last {
	margin-bottom: 2em;
}	
/* Abstand nach oben */
.abstand-oben {
	margin-top: 1.5em;
}

/* Info-Box */
.infobox {
	width: 632px;
	margin: 1em 0 1em 25px; 
	border: 1px dashed #993333;
	border-left: 10px solid #993333;
	color: #993333; 
	background-color: #EEEEEE;
}
.infobox a {
	color: #993333;
}	

/* Google Maps */
#map-outer {
	width: 600px;
	height: 460px;
	margin-top: 1em;
	margin-left: 25px;
	padding: 20px;
	border: 1px solid #DDDDDD;
	border-right: 3px solid #DDDDDD;
	border-bottom: 3px solid #DDDDDD;	
}	
#map {
	clear: both;
	width: 600px;
	height: 460px;
	font-size: 80%;
	line-height: 1.3em;
}

/* Diverses */
.text-center {
	text-align: center;
}	

/* Bilduntertitel */
.bildtitel {
	margin: 0;
	margin-top: -1em;
	padding: 0;
}	

.noframe {
}	

/* div fuer Empfehlung Schlummer Atlas */
.empfehlung {
	width: auto;
	margin: 2em 0 0 0;
	text-align: center;
}	

.neu {
	margin-left: 45px;
}
