﻿@import url("layout.css");
body {
	font-family: Verdana;
	font-size: small;
	background-attachment: scroll;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 10px;
}
#masthead {
	width: 955px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page_content {
	position: relative;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 955px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
}
/* Hyperlink-Formatvorlagen */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
