body, html {
	background-color: #FFFFFF;
	color: #000000;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
}
body {
	top:0px;
	left:0px;
	position:absolute;
	font-size:0.9em;
}

html {
overflow-x:hidden;
}

.flash_container
{
	width: 100%;
	position:absolute;
	top:35px;
	text-align: center;
}

.drot, .dbraun, .gold {
	border: 2px solid;
	position:relative;
	margin-left:20%;
	margin-right:20%;
	margin-top:50px;
	padding:20px;
	height:1%;
}

.drot   { border-color:#810F18; }
.dbraun { border-color: #4C302F; }
.gold   { border-color: #D9C700; }

.text_li {
	width:200px;
	text-align:center;
	padding:1em;
	margin-left:1em;
	position:absolute;
	bottom:1em;
	right:1em;
}

.text_kontakt {
	width:300px;
	text-align:center;
	padding:1em;
	margin-left:1em;
	position:absolute;
	bottom:1em;
	right:1em;
}
	
.bild_li {
	display:block;
	position:relative;
	margin-right:1em;
	border: 0;
}

.waagerecht {
	clear:both;
	position:relative;
	border: 0;
	display:block;
	text-align:center;
}

b { font-weight:bold; }

a {color:#660000; }


/* Alles fuer den Footer (das Sofa) */

.clearer
{
clear: both;
display: block;
height: 1px;
margin-bottom: -1px;
font-size: 1px;
line-height: 1px;
}

/* New Footer CSS */

#page
{
width: 100%;
margin: 0 auto;
min-height: 100%;
}

* html #page
{
height: 100%;
}

/* The CSS that's required to position the footer */

#nonFooter
{
position: relative;
min-height: 100%;
margin-bottom:240px;
top:10px;
}

#footer
{
	position: relative;
	margin: -240px auto 0;
	background-image: url(images/barocksofa.jpg);
	background-repeat: no-repeat;
	width:100%;
	min-height:240px;
	background-position: center bottom;
}

#text_footer 
{
	position: absolute;
	bottom: 10px;
	text-align: center;
	color:#443322;
	font-weight:bold;
	width:100%;
}

#text_footer a:link { color:#443322; text-decoration:none; }
#text_footer a:visited { color:#443322; text-decoration:none; }
#text_footer a:hover { color:#996644; text-decoration:underline; }
#text_footer a:active { color:#660000; text-decoration:none; }

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer
{
margin-top: -240px;
height:240px;
}

/* CSS hack for the flash-movie. Hides the first part from IE and shows the second through Cond.Comm. */

*>.mozilla {
  display:inline;
}

* html .mozilla {
  display:none;
} 