﻿@import url(layout.css);
body {
	color: #000;
	font-family: "Arial";
	font-size: 17px;
	font-style: normal;
/*	background-image:url('../images/body_bg.png'); background-repeat:repeat-x;*/
	background-color: #fff;
}
#container {
	width: auto;
	margin: 0 auto;
	margin-top:0px;
	position: relative;
	border-width: 0px 5px; border-style: solid; border-color: rgb(178, 178, 178); background-color: rgb(255, 255, 255);
}
#header {
	width: auto;
	margin: 0 auto;
	margin-top:0px;
	position: relative;
	height: 160px;
	background-color: #c3c3c3;
}
#masthead {
	margin: 0 auto;
	width: 1024px;
	height: 120px;
}
#headertext {
	margin: 0 auto;
	width: auto;
	height: 2px;
	background-color:#750303;
	text-align: center;
}
#column {
	width: 1024px;
	left:50%;
	margin-left: -512px;
	margin-top:0px;
	position: relative;
	min-height: 550px;
	padding-left:20px;
	padding-right:20px;
	/*	Rahmen um den Containerblock */
	border-width: 0px 1px; border-style: solid; border-color: rgb(178, 178, 178); background-color: rgb(255, 255, 255);
}
#footer {
	background-image:url('../images/footer.png');
	padding-bottom: 4px;
	width:auto;
}
/* Inhaltsformatvorlagen */
h1 {
	font-family: "Arial";
	font-size: 2em;
	color: #393939;
}
h2 {
	font-family: "Arial";	font-size: 1.5em;
	color: #393939;
}
h3 {
	font-size: 1.5em;
	color: #469;
	font-family: "Arial";}
h4 {
	font-family: "Arial";	font-size: 1.25em;
	color: #469;
}
h5 {
	font-family: "Arial";	font-size: 0.75em;
	color: #469;
}
h6 {
	font-family: "Arial";	font-size: 0.5em;
	color: #469;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: small;
	text-align: center;
	color: #fff;
	padding: 2px;
	font-family: "Arial";
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-family: "Arial";
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}