html, body{ height: 100%; }
body {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 13px;*/
    font-family: 'Open Sans', sans-serif;
	background:	url('img/background.jpg');
	-moz-background-size: cover;
	background-size: cover;
}
a[href] {
    text-decoration: none;
    color: #673954;
}
a[href]:hover {
    color: #434343;
}

.site-floater {
    position: relative; 
    float: left;
    margin-bottom: -319px;
    height: 50%;	
}
.site-floater + * {
    clear: left;
}

#site {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 742px;
    height: 538px;
    padding: 50px;
    color: #434343;
    background: #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px #999;
    -moz-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888;
}

header {
	background: url("img/spacer.png") no-repeat scroll center bottom transparent;
	padding: 0 0 40px;
}

header h1 {
	background: url("img/logo.png") no-repeat center top transparent;
	height: 191px;
    margin: 0;
    text-indent: -9999px;
}

.welcome {
    text-align: center;
	padding: 35px 0 0 0;
}

div.element.paragraph h2.title {
	font-size: 1.375em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

div.element.paragraph div.text {
	font-size: 0.813em;
	line-height: 1.5em;
}

div.element.paragraph div.text p {
	margin: 0 0 1.8em 0;
}

div.element.paragraph div.text p em {
	margin: 0 0 1.8em 0;
	font-size: 1.077em;
}

.welcome em {
    line-height: 200%;
}

.contact {
    display: block;
    position: absolute;
    bottom: 54px;
    font-style: normal;
}
.contact p {
    margin: 0 0 14px 0;
    font-size: 0.938em;
    font-weight: normal;
}

.contact table {
	border-spacing: 0;
}
.contact td {
    padding-left: 30px;
	font-size: 0.813em;
}
.contact td:first-child {
    padding-left: 0;
}

#arrow {
    position: absolute;
    right: 105px;
    bottom: 120px;
    width: 36px;
    height: 97px;
    background: url('img/arrow.png');
}
#appointment-button {
    position: absolute;
    right: 50px;
    bottom: 55px;
}
#appointment-button button {
    border: 0;
    width: 195px;
    height: 41px;
    padding-left: 42px;
    font-size: 14px;
    color: #efefef;
    background: url('img/terminplaner-button.png') no-repeat;
}
#appointment-button button:hover {
    background-image: url('img/terminplaner-button-hover.png');
}