/* - TEMPLATE CSS - */
/* Aufbau Haupttemplate */

html {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow-y: scroll;
    overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	background: transparent;
	color: #444;
}

body,
table tr td {
	font: 400 13px/21px 'Open Sans', sans-serif;
}

body strong,
table tr td strong,
body b,
table tr td b {
	font-weight: 600;
}

img {
	border: none;
	display: inline-block;
}

img.responsive-image {
	display: block;
	width: 100%;
}

img.max-image {
	display: inline-block;
	max-width: 100%;
}

.cleaner,
.clean {
	display: block !important;
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}

.hide,
.hidden {
	display: none !important;
}

#website-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
}