@charset "utf-8";
/* CSS Document */

#container {
	width: 910px;
	margin: auto;
}
body {
	background-image: url(../img/hintergrund.png);
	background-repeat: repeat-x;
	background-color: #f1882b;
}
#head {
	height: 155px;
	width: 910px;
}
#menue a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menue {
	width: 910px;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#content {
	width: 610px;
	background-color: #faa86c;
	padding-right: 150px;
	padding-left: 150px;
	text-align: center;
}
.rot {
	color: #F00;
}

