body,td,th {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
}

body {
	text-align: center;
	background-image: url(img/kreuzchen.gif);
}

h1 {
	font-size: large;
}

h2 {
	font-size: medium;
}

#seite {
	text-align: left;
	width: 800px;
	margin: auto;
}

#kopf {
	background: white url('img/creativepages.gif') no-repeat;
	height: 100px;
	border-bottom: 1px solid gray;
}

#navigation {
	position: relative;
	width: 130px;
	top: 30px;
	left: 670px;
}

#navigation ul {
	list-style-type: none;
}

#navigation a {
	text-decoration: none;
	color: black;
}

#navigation a:hover {
	color: #c3190d;
}

#inhalt a {
	color: #3878a5;
	text-decoration: none;
	font-weight: bold;
}

#inhalt a:hover {
	color: #c3190d;
}

#startseite #inhalt a {
	color: white;
}

#startseite #inhalt a:hover {
	color: #c3190d;
}

#startseite #inhalt {
	width: 800px;
	height: 450px;
	background-image: url(img/ausgangostwest.jpg);
}

#startseite #inhalt #text {
	width: 300px;
	position: relative;
	top: 320px;
	left: 480px;
	color: white;
	font-weight: bold;
}

#kontakt #inhalt {
	background: white url(img/kaffee.jpg) no-repeat;
	height: 450px;
}

#kontakt #inhalt #text{
	width: 400px;
	position: relative;
	top: 0px;
	left: 400px;
	color: black;
	padding: 30px;
}

#impressum #inhalt {
	background: white url(img/zweifel.jpg) no-repeat;
	height: 450px;
}

#impressum #inhalt #text{
	width: 400px;
	position: relative;
	top: 0px;
	left: 400px;
	color: black;
	padding: 30px;
}

#fuss {
	clear: both;
	background-color: gray;
	color: white;
	font-size: 8pt;
	padding: 3px 3px 3px 10px;
}