html,
body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

body
{
    margin: 0;
	padding: 0;
	font-size: 22px;
	font-family: Arial;
	line-height:1.0em;
	background: url(../img/hintergrund-bretterwand.jpg) top left;
	color: #f8e89f;
	overflow: auto;
}

iframe
{
	background-color: transparent;
	border: 0px;
	margin: 0;
	padding: 0;
}

img
{
	border: 0px;
}


a
{
	font-size: 1em;
	font-family: Arial;
	color: #f8e89f;
	text-decoration: none;
}

button
{
    width: 90px;
    height: 22px;
    background-color: #efefef;
    border: 2px #888 solid;
    font-family: Arial;
    font-size: 0.7em;
    font-weight: bold;
}
table.referenzen
{
    width: 920px;
    margin: 20px 0 0 70px;
    padding: 0px;
}

th.referenzen
{
    width: 15%;
    text-align: left;
    color: #442f0c;
    font-size: 0.8em;
    margin: 0px;
    padding: 0px;
    text-transform:capitalize;
    cursor: pointer;
}
td.referenzen
{
    width: 15%;
    height: 10px;
    text-align: left;
    color: #1d4c00;
    font-size: 0.5em;
    line-height: 0.8em;
    margin: 0px;
    vertical-align:top;
    padding-left: 20px;
    cursor: pointer;
}

#slideshow {
 height:357px; /* hier Hoehe der Slideshow-Bilder angeben */
 width: 1050px;
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; right:0;
}
#slideshow img.start {
 display:block;
}


.big
{
    font-size: 1.1em;
    font-family: Arial;
    color: #442f0c;
}

#block
{
    position: absolute;
    top:455px;
    right: 258px;
    z-index: 2;
    height: 143px;
    width: 258px;
}

.container
{
    width: 1280px;
    height: 725px;
    margin: 0 auto 0 auto;
}

.top
{
    width: 1280px;
    height: 201px;
    background: url(../img/top.jpg) no-repeat top left;
}

.center
{
    width: 1280px;
    height: 357px;
    overflow: hidden;
}

.bottom
{
    width: 1280px;
    height: 167px;
    background: url(../img/bottom.jpg) no-repeat top left;
}

.re
{
    float: left;
    width: 112px;
    height: 357px;
    background: url(../img/re.jpg) no-repeat top right;
}

.li
{
    float: left;
    width: 118px;
    height: 357px;
    background: url(../img/li.jpg) no-repeat top left;
}

.content
{
    float: left;
    width: 1050px;
    height: 357px;
    background-color: #f8e89f;
    color: #614414;
}

.menu
{
float: left;
    margin: 54px 0 0 195px;
}


.menubutton
{
    float: left;
    width: 250px;
    height: 83px;
    margin: 0 71px 0 0;
}
.clr
{
    clear: both;
    height: 0px;
    width: 0px;
    margin: 0px;
}
