html, body {
	font-family: Arial;
	height: 100%;
	margin: 0px;
	padding: 0px
}

body {
	background-color: #E3D8C1;
	color: #4D85A8
}

table tr td {
	font-family: Arial;
	margin: 0px;
	padding: 0px
}

p {
	font-family: Arial;
	text-align: justify
}

a {
	color: #4D85A8
}

h1 {
	font-family: Arial;
	font-size: x-large;
	text-align: left
}

h2 {
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	text-align: left
}

img {
	border: 0px
}

li {
	text-align: left
}

span.stress {
	font-weight: bold
}

span#greeting {
	font-size: x-large;
	font-weight: bold
}

table#splash {
	border: 0px;
	bottom: 10%;
	height: 80%;
	left: 5%;
	position: absolute;
	right: 5%;
	top: 10%;
	width: 90%
}

table#contenttable {
	border: 0px;
	height: 95%;
	width: 100%
}

table#partner td {
	padding: 20px
}

td#contenttd {
	background-color: #FFFFFF;
	border: 2px solid #31A2CF;
	height: 100%;
	padding: 10px;
	padding-right: 25px;
	overflow: hidden;
	text-align: center
}

tr#headerrow {
	background-color: #FFFFFF;
	height: 100px
}

tr#navrow {
	background-color: #E0D4BA;
	height: 20px
}

td#contenttd-withbg {
	background-color: #FFFFFF;
	background-image: url( 'img/pilatesbg.jpg' );
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	border: 2px solid #31A2CF;
	height: 100%;
	padding: 10px;
	padding-right: 25px;
	overflow: hidden;
	text-align: center
}

table.facts td {
	text-align: left;
	padding: 10px;
	padding-right: 50px
}

table#stundenplan {
	border-collapse: collapse
}

table#stundenplan td {
	border: 1px solid #31A2CF;
	padding: 5px;
	text-align: left
}

table#stundenplan td.stpl-header {
	font-weight: bold;
	width: 200px
}

