﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, Serif;
	font-size: 0.8em;
	background-color: #764;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border: 1px solid #431;
	background-color: #fff;
	
	background-repeat: repeat;
	background-attachment: scroll;
}
#header {
	position: relative;
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #AAFFAA;
}
		
#content {
	background-color: #fff;
	background: #E6FFF7;
	position: relative;
	float: left;
	width: 698px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
}
	
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigationsformatvorlagen*/
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
	border: 1px solid #964;
}
/* Fußzeilen-Formatvorlagen */
#header p {
	/*color: #808080;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header a {
	/*color: #a60;*/
	/*text-decoration: underline;*/
}
#header a:hover {
	/*color: #853;*/
	/*text-decoration: none;*/
}
a {
	/*color: #a60;*/
	/*text-decoration: underline;*/
}
a:hover {
	/*color: #742;*/
	/*text-decoration: underline;*/
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}