﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	background-color: white;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto;
	margin-top: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	padding: 10px;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 798px;
	border: 1px dotted #725972;
	background-color: #993300;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	
}
#content {
	float: left;
	width:639px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: 1px dotted #d8bfd8;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* 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 #993300;
	background-color: #993300;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #ffffff;
	background-color: #993300;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Inhalt
/* Inhaltsformatvorlagen */

h6 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}
h5 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
h4 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
}
h3 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
}
h2 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
}
h1 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 30px;
}

#content h1 {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
}
img {
	padding: 0px;
}
#content img {
	padding: 0px;
	border: 0px solid #402640;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #0066ff;
	text-decoration: underline;
}
#footer a:hover {
	color: #993300;
	text-decoration: none;
}
a {
	color: #0066ff;
	text-decoration: underline;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
