
/* Ritzi Lounge Bar by apw-media */

* {
	margin: 0; 
	padding: 0; 
	}
html, body {
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFCD4;
	font-size: 1em;
	line-height: 1.2em;
	height: 100%;
	}
body {
	background: #8E2140 url(bilder/fond-seite.gif) repeat-x; 
	}
h1, h2, h3  {
	margin: 0px 0px 0.5em 0px;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: normal;
	}
h2, h3, h4 {
	font-size: 1em;
	}
h2 {
	font-weight: bold;
	}
h3 {
	font-weight: normal;
	margin-top: 5px;
	font-style: italic;
        }
h4 {
	margin: 0px 0px 0.3em 0px;
	}
img {
	border: 0px;
	}
a {
	color: #C78F8A;
	text-decoration: underline;
	}
a:hover {
	}
a.weiter {
	background: url(bilder/pict-ornament.gif) no-repeat 0 0.2em;
	padding-left: 22px;
	margin: 0px 0px 3px;
	white-space: nowrap;
	text-decoration: none;
	}
a.weiter:hover {
	text-decoration: underline;
	}
ul { 
	list-style-type: none; 
	list-style-image: none;
	padding: 7px 0px 7px 0px;
	}
li {
	/* background: #FDFCFB url(bilder/pict-liste.gif) no-repeat 0 0.3em; */
	padding-left: 22px;
	margin: 0px 0px 5px;
	}
acronym {
	cursor: help;
	}
	
/* ----- Seitenaufbau ----- */
	
#inhalt {
	position: relative;
	width: 934px;
	margin: auto auto;
	padding: 0;
	min-height: 100%;
	height: auto;
	background: url(bilder/fond-inhalt.gif) repeat-y; 
	}
* html #inhalt {
	height: 100%;
	}
#header {
	padding: 0 19px;
	height: 236px;
	background: #E5E5E5 url(bilder/fond-head.gif) repeat-y;
	}
#header img {
	float: left;
	}
#navigation {
	position: absolute;
	letter-spacing: 1px;
	right: 44px;
	margin: 16px 0 0 0;
	padding: 0;
	}
#navigation li {
	float: left;
	color: #C78F8A;
	margin: 0;
	padding: 0;
	background: none;
	}
#navigation a {
	color: #C78F8A;
	text-decoration: none;
	}
#navigation a:hover {
	text-decoration: underline;
	}
#navigation a.active {	
	color: #FFFCD4;
	}
#navigation a.active:hover {	
	cursor: default;
	text-decoration: none;
	}
#content {
	line-height: 1.8em;
	letter-spacing: 0.03em;
	width: 420px;
	margin: 0;
	padding: 150px 0 90px 193px;
	background: url(bilder/fond-ornament.gif) no-repeat 19px 0;
	}
* html .content {
	margin: 0;
	}
#content p  {
	margin: 0px 0px 1em 0px;
	}
#content p.noben {
	margin: 40px 0 0 0;
	}
#fussnote {
	position: absolute;
	color: #C78F8A;
	width: 934px;
	height: 50px;
	bottom: 0;
	padding: 30px 0 10px 0;
	text-align: center;
	font-size: 0.7em;
	}
#fussnote a {
	text-decoration: none;
	}
	
/* ----- Stile ----- */
	
.links {
	clear: both;
	}
.imgleft, .imgright {
	float: left;
	margin: 4px 18px 5px 0;
	padding: 0 0 0 0;
	border: 0px;
	}
.imgright {
	float: right;
	margin: 4px 5px 5px 10px;
	}
