/* Einstellungen für die gesamte Seite */
body {
	margin: 0px;
	font: 14px Arial,sans-serif;
	color: #333333;
	background-color: #333333;
}

#wallpaper {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #444444;
}

#wallpaper a {
	color: #444444;
	text-decoration: underline;
}

#wallpaper a:hover, #wallpaper a:active {
	color: #ffffff;
	text-decoration: none;
}

#body {
	margin: 0px;
	margin-left: 100px;
	width: 798px;
	font: 14px Arial,sans-serif;
	color: #333333;
	background-color: #333333;
	border: 1px solid #596071;
}

a {
	text-decoration: underline;
	color: #2f5887;
}

a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
}

/* Klasse für Bereiche, die die gesamte Breite ausfüllen */
.pagewidth {
	width: 778px;
	margin: 0px;
	padding: 0px 10px;
}

/* Bereiche in Orange, wie die Zeile für das Logo oder der Inhaltsbereich */
.orange {
	background-color: #e4b88e;
}

/* Zeile mit der Suchfunktion */
#search_div {
	color: white;
	/*font-size: 10px;*/
	text-align: right;
	background-image: url(../images/blauer_balken.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	height: 25px;
}

/* Für den IE */
#search_div form {
	margin: 0px;
	padding: 0px;
}

/* Textfeld für die Sucheingabe */
#search_input {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}

/* Titelzeile mit dem Logo */
#title_div {
	background-color: #e4b88e;
	height: 110px;
}

/* Titelbild */
#title_div img {
	padding-top: 5px;
}

/* Zeile für die Navigation */
#navi_div {
	color: white;
	background-image: url(../images/blauer_balken.png);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 5px;
}

/* Listeneinstellungen für die Navigation */
#navi_div ul {
	display: inline;
}

/* Listeneinträge für die Navigation */
#navi_div li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#navi_div a {
	text-decoration: none;
	color: #ffffff;
}

#navi_div a:hover, #navi_div a:active {
	text-decoration: none;
	color: #fb0303;
}

/* Hintergrundbild auf der Startseite */
#foto_div {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/titelbild.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	height: 390px;
}

/* News-Bereich auf der Startseite */
#news_div {
	width: 200px;
	border: 1px solid black;
	color: black;
	background-color: white;
	padding: 5px;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

/* News-Überschrift */
#news_div h1 {
	font: bold 14px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

#news_div h2 {
	font: bold 14px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

/* News-Text */
#news_div p {
	margin: 0px;
	margin-bottom: 1em;
}

/* News-Links */
#news_div a:hover, #news_div a:active {
	color: #fb0303;
}

/* Bilder unten auf der Startseite als Teaser für die Stände */
#stand_div img {
	background-color: white;
	border: 1px solid #333333;
	padding: 10px;
	margin: 3px;
	margin-top: 15px;
	width: 228px;
	height: 122px;
}
