﻿@charset "UTF-8";

.container {
	min-heigh\t: 100%;
	height: 100%;
	height: auto;
} 
html>body .container {
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.layout {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	min-heigh\t: 100px;
	height: 100px;
	height: auto;
	overflow: visible;
} 
.seite {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 578px;
	border: none 0px #FFF;
	color: #4B4B45;
	min-heigh\t: 300px;
	height: 300px;
	height: auto;
	overflow: visible;
} 
.mitte {
	margin: 0;
	padding: 0;
	margin-left: 2px;
	width: 574px;
	border: none 0px #FFF;
	min-heigh\t: 380px;
	height: 380px;
	height: auto;
} 

.naviIou  {
	background-repeat: repeat;
	margin-top: 200px;
}

.inhalt {
	background-repeat: repeat;
	min-heigh\t: 330px;
	height: 330px;
	height: auto;
	padding-bottom: 10px;
} 

.footerU  {
	position: relative;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: visible;
}
.footerUI  {
	z-index: 3000; /* opera-problem */
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 40px; /* wenn Höhe = 580px dann firefox-problem */
	overflow: visible;
}
.footerUU  {
	position: relative;
	margin: 0;
	padding: 0;
	height: 20px;
	overflow: visible;
}
.footerUUI  {
	margin: 0;
	padding: 0;
}



