﻿@import url('layout.css');
body {
	color: #000;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	letter-spacing: 0.5px;
	background-color: #ffffff;
}
#container { /* */
	width: 100%;
	margin: 0;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
#masthead {
	text-align: right;
	width: 100%;
	height: 130px;
	background-color: white;
	z-index: 2;
}
#mashead a, img{
  text-decoration: none;
  border: 0;
}
#navigation {
	background-color: #a19096;
	overflow: hidden;
	z-index: 3;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	z-index: 4;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 2% 2%;
	float: none;
}
#column_r {
	float: none;
	width: 300px;
	margin: 0;
	padding: 10px;
	background-color: #F9C586;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
}
#fusszeile {
	background-color: #a19096;
	padding-bottom: 3px;
	z-index: 6;
}
/* Formatvorlagen Mastertitel */
#masthead img {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	float: left;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #505046;
	margin: 10px 10px 10px 10px;
	padding: 0;
}
/* Formatvorlagen Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 120px;
	text-align: center;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Inhaltsformatvorlagen */
h1 {
	font-size: 20px;
	color: #27a6a0;
	margin-top: 3px;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}
h2 {
	font-size: 18px;
	color: #27a6a0;
	margin-top: 3px;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}
h3 {
	font-size: 16px;
	color: #27a6a0;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}
h4 {
	font-size: 14px;
	color: #27a6a0;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}
h5 {
	font-size: 12px;
	color: #27a6a0;
	font-variant: small-caps;
	letter-spacing: 0.5px;
}
h6 {
	font-size: 11px;
	color: #27a6a0;
	font-variant: small-caps;
	letter-spacing: 0.7px;
}
/* Formatvorlagen Fusszeile */
#fusszeile p {
	font-size: 10px;
	text-align: center;
	color: #505046;
	margin: 10px;
	padding: 1px;
}
#fusszeile a {
	color: #505046;
	text-decoration: underline;
}
#fusszeile a:hover {
	color: #000000;
	text-decoration: none;
}
/* Formatvorlagen Hyperlinks */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
ul, li {
	color: #505046;
}
#jpz {
	width: 205px;
	left: 20px;
	float: left;
	overflow: hidden;
	font-size: 10px;
}
#dbz  {
	width: 203px;
	left: 20px;
	float: left;
	font-size: 10px;
	overflow: hidden;
}
#tt  {
	width: 203px;
	left: 20px;
	float: left;
	font-size: 10px;
	overflow: hidden;
}#diz  {
	width: 195px;
	left: 20px;
	float: none;
	font-size: 10px;
	overflow: hidden;
}
.style2 {
	text-align: right;
}
.style3 {
	color: #505046;
}
.style1 {
	text-align: left;
}