u {
	text-decoration: underline;
}
BODY {
	color: #000000;
	background-color: #C67338;
	font-family: Helv, Roman, serif;
	text-align: left;
	font-size : 16px;
	margin: 0 0 0 0;
}

table {
	width: 100%;
} 
table.flooring {
	width: 250px;
	padding: 5px 5px 5px 5px;
}
p {
	text-indent : 2em;
}

td {
	background-color: #E0C398;
}

a {
	color: Blue;
	text-decoration: none;
	font-weight : bold;
	background-color : transparent;
}


a:focus {
	color: Blue;
	text-decoration: underline;
	font-weight : bold;
	background-color : transparent;
}

a:hover {
	color: Blue;
	text-decoration: underline;
	font-weight : bold;
	background-color : transparent;
}

h1 {
	color : Green;
	background : transparent;
}

h2 {
	color : Green;
	background : transparent;
}

h3 {
	color : Blue;
	background : transparent;
}

u {
	text-decoration : underline;
}

div.elite{
	position: absolute;
	right: 20px;
	top: -60px;
	z-index: 1;
}
div.buchlogo{
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 2;
}
div.elitelogo{
	position: absolute;
	left: 20px;
	top: 110px;
	z-index: 2;
}
div.container {
	position: absolute;
	left: 160px;
	top: 180px;
	background-color: #E0C398;
	}

div.sniplet {
	background-color: #cc3300;
	height: 180px;
	}

span.sniplet{
	position: absolute;
	left: 10px;
	color: #FFFFFF;
	padding: 10px 15px 10px 15px;
	text-align: left;
	z-index: 3;
}

div.content {
	padding: 10px 15px 10px 15px;
	background-color: #E0C398;
}

span.left-pic{
	float: left;
	margin: 10px 15px 10px 15px;
}


span.right-pic{
	float: right;
	margin: 10px 15px 10px 15px;
}
img {
	border : 3px solid #cc3300;
	}

img.noborder {
	border : 0px none;
}

div.navigation {
	position: absolute;
	left: 0px;
	top: 190px;
	width: 160px;
	font: bold 18px "Gill Sans MT", GillSans, Helvetica, sans-serif;
}

div.links {
	margin-left: 10px;
}

p.navigation {
	background-color: #9FCEEF;
	padding: 5px 5px 5px 5px;
	width: 130px;
	height: 26px;
	text-indent: 0;
	margin: 4px 0 4px 0;
}

a.navigation {
	color: #000000;
	text-decoration: none;
}
a:hover.navigation {
	color: #F37428;
	text-decoration: none;
}

a:active.navigation {
	color: #red;
	text-decoration: none;
}
.blueThing {
	background: #9FCEEF;
	width: 130px;
	height: 26px;
	padding: 3px 3px 3px 3px;
	border : 2px solid #9FCEEF;
 	text-indent: 0;
	margin: 4px 0 4px 0;
}

.yellowThing {
	background: #FFF799;
	color: #F37428;
	width: 130px;
	height: 26px;
	padding: 3px 3px 3px 3px;
	border : 2px solid #9FCEEF;
	text-indent: 0;
	margin: 4px 0 4px 0;
}
