﻿@import url(layout.css);
@import url(class.css);
@import url(lightbox.css);
@import url(screen.css);
body {
	background-color: #FFFFFF;
	background: #EAEAEC;
	margin: 0px;
	font-family: Noto Sans, Sans-Serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Formatvorlagen für DIV-Tags */
html>body #navigation {
	overflow: hidden;
}
#container {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-top: 5px #8C2850 solid;
	border-right: 5px #8C2850 solid;
	border-left: 5px #8C2850 solid;
	border-bottom: 5px #8C2850 solid;
	background-position: left top;
	background: #FFFFFF url('../pics/7-ausschnitt-1.jpg');
}
#masthead {
	background-color: #F9F9EC;
	background: url('../pics/7-ausschnitt-q3.jpg');
	border-top: 0px;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #EAEBEE;
	background: #EAEBEE;
	margin-left: 160px;
	text-align: center;
}
#content_container {
	background-color:#FFFFFF;
	padding: 0px;
}
#column_left {
	background: #B9BBCA;
	float: left;
}
#column_right {
	background-color: #EAEAEC;
	padding-bottom: 30px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background: #EAEBEE;
	background-color: #EAEBEE;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 12px;
}
/* Formatvorlagen für Mastertitel */
#masthead h1 {
	color: #993366;
	font-style: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: left;
	letter-spacing: 9px;
}
#masthead h3 {
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	margin-top: auto;
	margin-bottom: 0px;
	margin: 80px 0 0 0;
	font: 100% Noto Sans;
	color: #8C2850;
	text-align: center;
}
#masthead a {
	font: normal normal bold 100% "Noto Sans";
	color: #555533;
	text-decoration: none;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 28px;
}
#navigation li {
	float: left;
}
#navigation a {
	background: #EAEBEE;
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: none;
	margin-left: 10px;
	color: #5E627B;
	background-color: #EAEBEE;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #7B7C84;
	border: 1px solid #cc9;
}
/* Formatvorlagen für die rechte Spalte */
#column_right h4 {
	color: #666644;
	margin-top: 0px;
}
#column_right p {
	color: #444422;
	margin-top: 3px;
	font-size: 0.9em;
}
#column_right a {
	color: #6A6AB4;
}
#column_right a:hover {
	background-color: #EEEECC;
}
/* Formatvorlagen für die linke Spalte */
h1 {
	font-size: xx-large;
	color: #222200;
	margin-top: 0px;
	font-style: normal;
}
h2 {
	font-size: x-large;
	color: #333311;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #444422;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #6A6AB4;
	left: auto;
	position: inherit;
}
a:hover {
	background-color: #EAEAEC;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
	color: #FFFFFF;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
	color: #5E627B;
}
#footer a {
	color: #5E627B;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
