﻿@import url("layout.css");
body {
	font-family: Calibri;
	font-size: small;
	background-color: #FDFBF7;
	background-image: url('');
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#navigation {
	position:relative;	 
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	font-family: Calibri;
}
#content {
	background-position: center;
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	font-family: Calibri;
	font-style: italic;
	color: #000000;
	font-size: small;
	font-weight: 400;
	background-image: url('../Hintergrund/weiß pfotezw.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #008080;
	font-style: italic;
	font-family: Calibri;
	text-align: center;
	font-size: xx-large;
}

/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-style :;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
	font-family: Calibri;
	font-size: small;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */

h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}

h2 {
	color: #008080;
	font-size: x-large;
}

#content img {
	padding: 5px;
	border: 2px solid #808080;
	vertical-align: bottom;
	margin-top: 16px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #008080;
	text-align: left;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}

