#container {
	height: 720px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 10px;
	background-image: url(../bilder/layout/tke_backgroundmitlogo_900px.jpg);
}

#container #header {
	height: 110px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center;
}
#footer  {
	height: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#Navi {
	height: 30px;
	width: 895px;
	padding-left: 5px;
}
#mainframe {
	background-image: url(../bilder/layout/background_maincontainer_706px.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 706px;
	margin-left: 97px;
	height: 510px;
	padding-top: 30px;
}
#mainframetext {
	overflow: auto;
	max-width: 640px;
	max-height: 470px;
	padding-left: 30px;
	padding-right: 20px;
}

h1 {
	font-size: 200%;
	color: #333;
}
h2 {
	font-size: 200%;
	color: #F00;
}
h3 {
	font-size: 140%;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}
.fett_wichtig {
	font-weight: bold;
	color: #F00;
}

.fett {
	font-weight: bold;
}
#footer p  {
	font-size: 90%;
	font-weight: bold;
	color: #F00;
	text-align: right;
	padding-right: 15px;
}




body {
	font-size: 12px;
	background-color: #151515;
	font-family: Tahoma, Geneva, sans-serif;
}
.kleingeschrieben {
	font-size: 85%;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.farbabschnitt {
	color: #F00;
}
.fett_underline {
	font-weight: bold;
	text-decoration: underline;
}

