@charset "utf-8";
/* Globales */
* {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
.fett { font-weight: bold;}
.kurs { font-style: italic;}
td { background-color: #333333; padding-left: 2px; padding-right: 2px;}

body {
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url(bilder/bg.jpg) #b6d40a repeat-x;
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6d9500;
	text-decoration: underline;
}
img {
	border: 0px;
}
/*Standard Div Elemente*/
#header {
	position: absolute;
	background: url(bilder/logo_kalorientabelle.png) no-repeat top;
	height: 197px;
	width: 904px;
	margin: 0 0 0 -460px;
	left: 50%;
	top: 10px;
}
#imp { position: absolute;
		height: 30px;
		width: 450px;
		margin: 10px 0 0 -225px;
		left: 50%;
		text-align: center;		
		}
#ueberschrift {
	position: absolute;
	margin: 220px 0 0 -452px;
	left: 50%;
	width: 904px;
	height: 50px;
	text-align: center;
}
#ueberschrift h1 {
	color: #000000;
}
#kalnavi {
	position: absolute;
	margin: 280px 0 0 -450px;
	height: 20px;
	width: 904px;
	left: 50%;
}
#kalnavi ul {
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 10px;
}
#kalnavi li {
	display:inline;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	border: 1px solid;
	float: left;
}
#kalnavi a:active, #kalnavi a:visited, #kalnavi a {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#kalnavi li a:hover {
	background-color: #6d9500;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#container {
	position: absolute;
	width: 904px;
	height: auto;
	left: 50%;
	margin: 0 0 0 -452px;
	top: 340px;
}
#headcont {
	height: 36px;
	background: url(bilder/head.png) no-repeat;
}
#content {
	width: 904px;
	height: auto;
	padding-left: 30px;
	background: url(bilder/body.png) repeat-y;
	z-index: 1;
	text-align: justify;
}
#rechts {
	float: right;
	width: 200px;
	height: auto;
	margin-right: 60px;
	text-align: justify;
	padding-left: 10px;
}
#footcont {
	width: 904px;
	height: 48px;
	bottom: 0;
	background: url(bilder/foot.png) no-repeat;
	text-align: center;
	z-index: 2;
}
#footer {
	background: url(bilder/footer.png) no-repeat;
	height: 150px;
	width: 904px;
	padding-top: 25px;
	text-align: center;
}
/*Ueberschriften*/
h1 {
	font-size: 30px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}