﻿@import url(layout.css);
@import url('style2.css');
@import url('style3.css');
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	background-color: #ffffff;
}
#container {
	margin: 0 auto;
	background-color:#efefef;
}
#navigation_Headline {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #68676C;
}

#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #A11623;
}
#masthead_Line {
	margin-right: 10px;
	margin-left: 10px;
	height:20px;
	background-color: #68676C;
	overflow: hidden;
}
/* Formatvorlagen für die  Hauptnavigation */
#sidebar {
	float: left;
    background-color: #EAEAEC;
	position: relative;
	clear: both;
	display: inline;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #A11623;
	display: block;
	padding: 7px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #68676C;
	border-bottom: 1px solid #f2f2f2;
	background-color: #ffffff;
}
/* ++++++++++++++++++++++++++++++++++++++++ */
#content_links {
	background:#d3d3d3;
	margin: 0 0 0 10px;
	padding: 0 1px 1px 1px;
	left:0px;
	display:block;
}
#content_mitte
{
    margin: 0 0 0 0px;
    padding: 1px 1px 1px 1px;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
}
#content_rechts {
	background: #FACCCE;
	margin: 0 0 0 2px;
	padding: 0 2px 2px 2px;
}
#footer {
	text-align: center;
	background-color: #68676C;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 0px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #ffffff;
	font-size: x-small;
	text-align: right;
	margin: 1px 1px 0 1px;
}
/* Formatvorlagen für die Navigation_Headline */
#navigation_Headline ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_Headline li {
	float: right;
}
#navigation_Headline a {
	color: #000;
	text-decoration: none;
	margin: 0 5px;
	padding: 2px;
	display: block;
	border: 0px solid #68676C;
	color:#ffffff;
}
#navigation_Headline a:hover {
	background-color: #A11623;
	border: 0px solid #A11623;
	color:#000000;
}
div.ueberschrift				/* weiß auf rot  */
{
	color: #ffffff;
	background-color: #A01622;
	width: 99.3%;
	font-weight: bold;
	padding: 0.2em;
	font-size:1em;
	font-family: Arial;
	min-height:1em;
	overflow:visible;
}
div.ueberschrift_grau				/* rot auf grau  */
{
	color: #A01622;
	background-color: #d3d3d3;
	width: 99.3%;
	font-weight: bold;
	padding: 0.2em;
	font-size:1em;
	font-family: Arial;
	min-height:1em;
	overflow:visible;
}
/* Formatvorlagen für die Hauptnavigation */
.Menu a {
	  display: block  ;
	  text-decoration: none;
	  color: black;
	  padding: 2px;
	  font-family: Tahoma, Helvetica, Arial, sans-serif;
	  font-size: 12px ;
	  font-variant:small-caps;
	  font-weight:bold;
}
 .Menu a:hover {
	  color: #A11623;
	  border-top: 1px solid #d3d3d3;
	  background-color: #ffffff;
	  font-weight: bold;
	  background-position: right;
	  background-repeat: no-repeat;
}
/* Inhaltsformatvorlagen */
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:center;
	color: #68676C;
	
}

h1 {
	color: #68676C;
	font-size: 2.0em;
}
h2 {
	color: #68676C;
	font-size: 1.75em;
}
h3 {
	color: #68676C;
	font-size: 1.5em;
}
h4 {
	color: #68676C;
	font-size: 1.25em;
}
h5 {
	color: #68676C;
	font-size: 0.75em;
}
h6 {
	color: #68676C;
	font-size: 0.5em;
}
big {
	color: #68676C;
	font-size: medium;
}
#content_rechts p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#content_rechts h4 {
	margin-bottom: 0;
}
#content_rechts ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#content_rechts ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #68676C;
	text-decoration: underline;
}
a:hover {
	color: #A11623;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}