/*
* {
	margin: 0;
	padding: 0;
	*/
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	width: 100%;
	height: 100%;
}

input {
	vertical-align: middle;
}
#wrapper {
	width: 970px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 235px;
	padding-left:88px;
	padding-right:54px;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 80px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 74px 0 105px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 85px;
	margin-left: -100%;
	position: relative;
	background-image:url(tl_files/contao_th_kl/bg_li.jpg);
	background-repeat:repeat-y;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 54px;
	margin-left: -54px;
	position: relative;
	background-image:url(tl_files/contao_th_kl/bg_re.jpg);
	background-repeat:repeat-y;
}