﻿@import url(layout.css);
body {
  color: #000;
  font-family: Verdana;
  font-size: small;
  font-style: normal;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 6px;
}

	width: 100%;
	margin: 0;
	background-color: #fff;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #EAFAFF;
	font-family: Verdana;
	font-size: small;
	position: fixed;
	z-index: 2;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #EAFAFF;
	font-family: Verdana;
	font-size: small;
	position: fixed;
	top: 0px;
	z-index: 2;
}
#navigation {
	background-color: #D5B98E;
	overflow: hidden;
	position: fixed;
	top: 56px;
	z-index: 2;
	width: 100%;
}
#page_content {
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 6px;
	top: 83px;
}
#column_l {
	position: relative;
	margin: 0 270px 0 0;
	padding: 0 2% 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
  float: none;
  width: 250px;
  margin: 0;
  padding: 10px;
  background-color: #cdf;
  position: fixed;
  right: 0px;
  top: 82px;
}
#footer {
  width: 100%;
	background-color: #dfcfbf;
	position: relative;
	bottom: 0px;
}
#copyright {
	background-color: #dfcfbf;
	padding-bottom: 5px;
	top: 83px;
	position: relative;
}
/* Formatvorlagen für Mastertitel */
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: solid;
	border-width: 2px 1px 2px 1px;
	border-color: #D5B98E;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px 10px 3px 10px;
	background-color: #ECE2BB;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #EAFAFF;
}
/* Inhaltsformatvorlagen */
h1 {
  font-size: 1.75em;
  color: #003399;
  margin-top: 0px;
  margin-bottom: 9px;
}
h2 {
  font-size: 1.5em;
  color: #003399;
  margin-top: 0px;
  margin-bottom: 9px;
}
h3 {
  font-size: 1.25em;
  color: #003399;
  margin-top: 18px;
  margin-bottom: 9px;
}
h4 {
  font-size: 1.1em;
  color: #003399;
  margin-top: 12px;
  margin-bottom: 6px;
}
h5 {
  font-size: 1.0em;
  color: #003399;
  margin-top: 12px;
  margin-bottom: 6px;
}
h6 {
	font-size: 0.75em;
	color: #003399;
  margin-top: 12px;
  margin-bottom: 6px;
}
/* Formatvorlagen für Fußzeile */
#footer p {
  font-size: x-small;
  text-align: center;
  color: #393939;
  margin: 3px;
  padding: 1px;
  font-family: Arial, Helvetica, Sans-Serif;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#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;
}
div {
}
