﻿@import url("layout.css");
@import url("heike.css");

body {
	font-family:  Arial, Helvetica, Sans-Serif;
	background-image: url("../images/Hintergrund6.jpg");
	background-repeat: inherit;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
/*	background-image: url("../images/BeideRechteSeitea.jpg");
	background-repeat: no-repeat;*/
}
ul#Navigation {
    margin: 0; padding: 0.8em;
   /* text-align: center;*/
    border: 1px solid black;
   /* background-color: silver;*/
    background-color: #F5DA81;

  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

#navigation {
    border-top: 1px solid #8A0808;
	border-bottom: 1px solid #8A0808;
	border-left: 1px solid #8A0808;
 	border-right: 1px solid #8A0808;
	/* background-color: #cdc; */
	background-color: #F5DA81;
	overflow: hidden;
}
#column_l {
	width: 667px;
	padding: 0px 15px;
	background-color: #fff;
}
#column_r {
	width: 225px;
	padding: 0px 10px;
	background-color: #fff;
}
#column_hl {
	width: 180px;
	height: 130px;
	padding: 0px 0px;
	background-color: #fff;
}
#column_hr {
	width: 180px;
	height: 130px;
	padding: 0px 0px;
	background-color: #fff;
}
#column_hm {
	width: 600px;
	height: 130px;
    padding: 0px 0px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
/* Mastertitel */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FF8000;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #B40404;
    background-color: #B40404;
}
#column_r p {
	font-size: small;
	color: #000;

}
/* Rechte Spalte */
/* #column_r img {
	border: 1px solid #808080;
} */
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #B40404;
}
h2 {
	font-size: xx-large;
	color: #B40404;
	font-family: "Harlow Solid Italic";
}
h3 {
	font-size: large;
	color: #FF8000;
}
h4 {
	font-size: xx-large;
	color: #FF8000;
	 
}
blockquote,p,ol,ul {
	font-size: medium;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Fußzeile */
#footer p {
	font-size: small;
	color: #B40404;
}
/* Hyperlinks */
a {
	color: #B40404;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clearing { 
clear: both;
 }
.bildrechts {
  float:right;
  margin-right: 230px 
}
.bildlinks {
  float:left;
 
}