﻿@import url(layout.css);
body {
	color: #000080;
	background-position: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	background-color: #000066;
	background-attachment: fixed;
}
#container {
	width: 900px;
	margin: 10px auto;
	background-color: #FFFFFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 12px 5px 8px #888;
	-webkit-box-shadow: 12px 5px 8px #888;
	-moz-box-shadow: 12px 5px 8px #888;
}
#masthead {
	text-align: right;
	height: 120px;
	padding: 0;
}
#menue {
	background-color: #CC3300;
	overflow: hidden;
}
#column {
	width: 890px;
}
#footer {
	text-align: center;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin-left:200px;
}
#masthead p {
	font-size: small;
	margin: 10px 10px 0 10px;
}
/* Formatvorlagen für die Navigation */
#menue ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menue li {
	float: left;
}
#menue a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #800000;
}
#menue a:hover {
	color: #FFFF00;
	text-decoration: none;
	border: 1px solid #FFFF00;
	background-color: #800000;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.start {
	color: #000000;
	background-color: #CC0000;
}
.angeb {
	color: black;
	font-size: 36px;
	font-weight: bold;
}
