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

body {
	font-family: Arial, sans-serif;	
	font-size: 14px;
	color: #433e2b;	
	background: #f5f2eb url('images/background-top-repeat.png') repeat-x scroll top left;
}

div, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a img { border: 0; }

a, a:link, a:visited { 
    text-decoration: none;
}

a:hover { 
    text-decoration: underline 
}

.container { 
    float: left;
    width: 100%;
}

.footer-container {
    float: left;
    width: 100%;
    height: 258px;
    background: transparent url('images/background-bottom-repeat.png') repeat-x scroll top right;
}

#body-home .footer-container {
    height: 642px;
    background: transparent url('images/background-bottom-home.png') repeat-x scroll top right;
}

.footer-background {
    float: left;    
    width: 100%;
    height: 258px;
}

.header, .content, .footer {
    margin: 0 auto;
    width: 960px;    
    text-align: left;
}


.content-bg-repeat {
    float: left;
    width: 960px;
}

.content-bg-single {
    float: left;
    width: 960px;
    background: transparent url('images/background-content-single.png') no-repeat top left;
}

.content-full {
    float: left;
    width: 960px;
}

.content-full-margin {
    margin: 20px 0px;
}

.footer-box {
    float: left;
    width: 960px;
    height: 228px;
    padding-top: 30px;
}

.footer-top {
    float: left;
    width: 960px;
    height: 167px;
}

.footer-top .referenzen {
    float: left;
    width: 460px;
    padding: 0px 10px;
}

.footer-top .referenzen .title {
    float: left;
    width: 460px;
    height: 50px;
    color: #392f23;
    font-size: 30px;
    font-family: Georgia, Arial, sans-serif;
    padding-top: 24px;
}

.footer-top .referenzen .title a {color: #392f23;}

.footer-top .referenzen .textcontent {
    float: left;
    width: 460px;
    font-size: 14px;
    line-height: 21px;
    color: #392f23;
}

.footer-top .referenzen .textcontent a {color: #392f23;}

.footer-top .referenzen .signature {
    float: left;
    width: 460px;
    text-align: right;
    font-size: 14px;
    color: #392f23;
    line-height: 21px;
}

.footer-bottom {
    float: left;
    width: 960px;
    height: 60px;
    border-top: 1px dotted #6b6653;
    line-height: 60px;
}

.footer-bottom .left {
    float: left;
    width: 400px;
    color: #848177;
}

.footer-bottom .left a {
    color: #392f23;
}

.footer-bottom .right {
    float: right;
    width: 400px;
    text-align: right;
    color: #392f23;
}

.footer-bottom .right a {
    color: #392f23;
}



.content-bg-repeat {
    float: left;
    width: 960px;
}

.content-bg-single {
    float: left;
    width: 960px;
    background: transparent url('../images/background-content-single.png') no-repeat top left;
}

.content-full {
    float: left;
    width: 960px;
}

.content-full-margin {
    margin: 20px 0px;
}
