html, body{
	background-image: url(../aegypten/bilder/hiero01.gif);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #FBEBC9;
	color: #871319;
	
}

#kopf {
	background-color: transparent;
	height: 160px;
	margin-top: 20px;
	z-index: 50;
	background-image: url(../aegypten/bilder/wings.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 339px;
	height: 56px;
	z-index: 25;
}

#inhalt {
	background-color: transparent;
	border-left: 1px solid #871319;
	border-right: 1px solid #871319;
}

#inhalt hr {
	color: #871319;
	width: 100%;
}

#inhaltsbereich {
	background-image: url(../aegypten/bilder/hiero02.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

h1,h2,h3,h4,h5,h6 {
	color: #871319;
}


/*Links */
#inhaltsbereich .linkliste li a {
	background-image: url(../aegypten/bilder/link.gif);
	padding-left: 25px;
	background-position: 0 6px;
}

a:link  { color: #0C3B27;}  /* #004c4c */
a:visited { color: #000;}
a:hover {color: #000;}
a:active  { color: #000;}
a:focus  { color: #000;}

#inhaltsbereich #inhalt li a:hover,
#inhaltsbereich #inhalt p a:hover,
#inhaltsbereich #inhalt li a:active,
#inhaltsbereich #inhalt p a:active,
#inhaltsbereich #inhalt li a:focus,
#inhaltsbereich #inhalt p a:focus {
	color: #000;
}

#inhaltsbereich li a:hover,
#inhaltsbereich p a:hover,
#inhaltsbereich li a:active,
#inhaltsbereich p a:active,
#inhaltsbereich li a:focus,
#inhaltsbereich p a:focus {
	color: #000;
}


#inhaltsbereich #inhalt li a:visited,
#inhaltsbereich #inhalt p a:visited {
	color: #000;
}

#inhaltsbereich li a:visited,
#inhaltsbereich p a:visited {
	color: #000;
}

p.wetter,
form.wetter {
	text-align: center;
	width: 30%;
}

form.wetter {
	text-align: center;
	border-bottom: 2px solid #871319;
	margin-bottom: 1em;
}

form.wetter input.button {
	border: 1px solid #000;
	background-color: #871319;
	color: #FBEBC9;
	font-size: 80%;
	width: 5em;
	margin: .2em;
	padding: .2em;
}

#inhalt p {
	margin: 1em auto;
}

table {
	border: 2px solid #871319;
}

th {
	border: 1px solid #871319;
}

td {
	border: 1px solid #871319;
}


body>div#borderoben {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	background-image: url(../aegypten/bilder/border.gif);
	background-repeat: repeat-x;
	background-position: top left;
	z-index: 90;
}

body>div#borderunten {
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 20px;
	background-image: url(../aegypten/bilder/border.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	z-index: 90;
}

body>div#borderlinks{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 20px;
	height: 100%;
	background-image: url(../aegypten/bilder/borderhoch.gif);
	background-repeat: repeat-y;
	background-position: top left;
	z-index: 90;
}

body>div#borderrechts {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0 auto;
	width: 20px;
	height: 100%;
	background-image: url(../aegypten/bilder/borderhoch.gif);
	background-repeat: repeat-y;
	background-position: bottom left;
	z-index: 90;
}

