﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #000000;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	border-style: none;
	border-width: 1px;
	border-radius: 9px;
	text-align: center;
	width: 800px;
	padding: 0px 0px 0px 0px;
	background-repeat: none;
	background-attachment: scroll;
}
#navigation {
	padding: 0 0 0 0;
	position: relative;
	float: left;
	width: 135px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: none;
	min-height: 400px;
}
#content {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: "Comic Sans MS";
}
#footer {
	text-align: center;
	clear: both;
	width: 790px;
	border: 1px dotted #d8bfd8;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #ff0000;
}
#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: none;
	background-color: #cac4ca;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #ff0000;
	background-color: #ff0000;
	border-bottom-color: #ff0000;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #cac4ca;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #FF0000;
	font-family: "Comic Sans MS";
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
}
a {
	color: #ff0000;
	text-decoration: underline;
	margin-bottom: 5px;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}