﻿@import url("layout.css");
body {
	font-family: Microsoft Sans Serif, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 641px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 621px;
	padding: 10px;
	border: 1px dotted #725972;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#linkpartner {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #dfb8df;
	border-bottom: 1px dotted #dfb8df;
	background-color: rgb(240,221,240);
	padding:5px;
	font-size:0.9em;
}
#content {
	float: right;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 639px;
	border: 1px dotted #d8bfd8;
}

#fazit {
	padding-top:0px;
	padding-left:160px;
	text-align: left;
	clear: both;
}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
	font-size:1.9em;
}
#masthead h3 {
	color:#333333;
	font-weight:normal;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
#linkpartner a {
	color: #402640;
	text-decoration: none;
}
#linkpartner a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #dfb8df;
}

/* Inhaltsformatvorlagen */
h6 {
	color: #503750;
	margin-top:0px;
}
h5 {
	color: #503750;
	margin-top:0px;
}
h4 {
	color: #503750;
	margin-top:5px;
	padding-bottom:-15px;
}
h3 {
	color: #503750;
	margin-top:0px;
}
h2 {
	color: #503750;
	margin-top:0px;
	font-size:1.5em;
}
#content h1 {
	color: #503750;
	margin-top:0px;
}
#content img {
	padding: 0px;
	border: none;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
a.h {
	color: #503750;
	text-decoration: none;
}
a.h:hover {
	color: #dfb8df;
	text-decoration: none;
}
a.p {
	color: #000;
	text-decoration: none;
}
a.p:hover {
	color: #000;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

<!-- eigene formatierungen -->
div.card {
	float:inherit;
	border-bottom:1px dotted #dfb8df;
}
div.bild120 {
	margin:-3px 5px 2px 0px; width:100px; float:left; font-size:11px; line-height:14px; padding:5px; background-color:#dfb8df; text-align:left; border:none;
}
img.bild100 {
	width:100px; float:left; margin:2px 5px 2px 0px;
}
img.bild120r {
	width:120px; margin-bottom:5px;
}
div.bild120r {
	margin:0px 0px 2px 5px; width:120px; float:right; font-size:11px; line-height:14px; padding:5px; background-color:rgb(240,221,240); text-align:left; border:none; border-bottom:1px dotted #dfb8df; border-left: 1px dotted #dfb8df;
}
div.headline {
	color: gray;
	padding:0px;
	margin:0px;
	font-size: 0.9em;
	font-weight:lighter;
}
