@import url("layout.css");
.img_Rahmen {
	border: thin solid #416A18;
	padding: 3px;
	margin: 3px;
}
body {
	background-position: center top;
	font-family: "Times New Roman";
	font-size: medium;
	background-image: url('../images/Hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-style: normal;
	background-color: #FFFFF7;
}
#container {
	width: 900px;
	margin: 10px auto;
}
#masthead {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 895px;
}
#navigation {
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
	width: 190px;
	top: 0px;
	left: 0px;
	height: 699px;
	right: 0px;
	bottom: 0px;
}
#content {
	margin: 0px auto auto 200px;
	padding: 0px;
}
#footer {
	padding: 10px 0px 5px 0px;
	text-align: left;
	clear: both;
	width: 698px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #999966;
	float: right;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	padding: 0px;
	margin: 0px;
	color: #666633;
	font-size: 3.5em;
	font-weight: 100;
	font-variant: normal;
	text-transform: none;
	font-style: oblique;
	font-family: "Bodoni MT";
}
#masthead h3 {
	color: #666633;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	width: 88%;
	display: block;
	margin: 0;
	padding: 0;
	height: 444px;
	font-family: verdana, Geneva, Tahoma, Sans-Serif;
	font-size: medium;
	color: #008000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
#navigation li {
	display: block;
	font-family: "Times New Roman", Times, Serif;
	font-size: medium;
	color: #669900;
	margin-bottom: 4px;
	margin-top: 4px;
}
#navigationText {
	color: #336600;
	display: block;
	padding: 5px;
	width: 182px;
	margin-top: 0px;
	text-decoration: none;
	font-family: "times New Roman", Times, Serif;
	font-size: small;
}
#navigation a:hover {
	color: #800000;
	text-decoration: none;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #666633;
}
h5 {
	color: #666633;
}
h4 {
	color: #666633;
}
h3 {
	color: #666633;
	text-align: center;
}
h2 {
	color: #666633;
	text-decoration: none;
}
#content h1 {
	color: #666633;
}
img {
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #999966;
	text-align: left;
}
#footer a {
	color: #999966;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
li {
	color: #669900;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}