﻿@import url("layout.css");
body {
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 11px;
	color: #000000;
	background-color: #90AFF1;
	background-image: url('../images/main.gif');
	background-repeat: repeat-x;
}
#container {
	border: 0;
	width: 973px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	border-left: 1px solid #385D8A;
	border-right: 1px solid #385D8A;
	border-top: 1px solid #385D8A;
	width: 971px;
	overflow: auto;
	background-image: url('../images/banner04.jpg');
	background-repeat: no-repeat;
	height: 180px;
	color: #FFFFFF;
}
/* Formatvorlagen für die Navigation */
/* Formatvorlagen für Fußzeile */
table#menuoben {
	border-collapse: collapse;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 24px;
}
table#menuoben td {
	background-color: #4F81BD;
	border: 1px solid #385D8A;
}
table#menuoben a {
	text-decoration: none;
	color: #FFFFFF;
}
table#menuoben a:hover {
	color: #FF0000;
	text-decoration: none;
}
table#menuunten {
	border-collapse: collapse;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 24px;
	margin-top: 1px;
}
table#menuunten td {
	background-color: #4F81BD;
	border: 1px solid #385D8A;
}
table#menuunten a {
	text-decoration: underline;
	color: #FFFFFF;
}
table#menuunten a:hover {
	text-decoration: none;
}
table#menumitte {
	border-collapse: collapse;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 24px;
	margin-top: 1px;
}
table#menumitte td {
	background-color: #4F81BD;
	border: 1px solid #385D8A;
	background-image: url('../images/menumitte.jpg');
	background-repeat: repeat-x;
}
table#textmitte {
	padding: 1px;
	border-collapse: collapse;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	width: 100%;
}
table#textmitte td {
	background-color: #4F81BD;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #385D8A;
	border-bottom-color: #385D8A;
	border-left-color: #385D8A;
}
table#textmitte a {
	color: #FFFFFF;
}
table#textmitte a:hover {
	color: #FF0000;
}
#links {
	font-size: 10px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	color: #D7D7D7;
	background-color: #90AFF1;
}
#links a {
	color: #D7D7D7;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}

