@charset "iso-8859-1";
/* CSS Document */

body { 
	text-align: center;
	background-position:center;
	background-color:#ccc;
} 
.centeredDiv { 
	margin: 0px auto;
	text-align: left;
	width: 768px;
}

#kopfbild {
	background-image:url(bilder/banner.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:150px;
}

#navi {
	width:1200px;
	height:30px;
}

#inhaltrahmen {
	width: 1000px;
	background-color:#ccc;
}

#inhalt {
	width:800px;
	min-height:500px;
	text-align:left;
	padding-top: 20px;
	margin: auto;
	font-family: Arial, Verdana, Geneva, sans-serif;
	line-height: 25px;
}

h1 {
	font-family: Times New Roman, Baskerville Old Face, serif;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}

h2 {
	font-family: Times New Roman, Baskerville Old Face, serif;
	font-size: 30px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
}