﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url('../images/bg_metal.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border-right: thick #800000 solid;
	border-bottom: thick #800000 solid;
	border-left: thick #800000 solid;
	background-color: #666666;
	border-style: solid;
	border-color: #800000;
	border-width: medium;
	background-image: url('../images/Riffelblech.jpg');
}
#masthead {
	text-align: center;
	width: 680px;
	padding: 10px;
	border: thin solid #CC0000;
	background-image: url('../images/Antunacum-Kopf.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-style: none;
	border-right-width: 0px;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Copywright {
	float: none;
	width: 680px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 700px;
}
/* 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: thin solid;
	background-color: #FF0000;
}
#navigation a {
	border-bottom-style: solid;
	background-color: #333333;
	background: url('../images/Riffelblech.jpg');
	color: #C0C0C0;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: thin solid;
	outline-color: #800000;
	border: #800000 outset;
}
#navigation a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #C0C0C0;
	background: url('../images/Riffelblech_hell.jpg');
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #C0C0C0;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	border: thin solid #800000;
	color: #C0C0C0;
	background-image: url('../images/Riffelblech.jpg');
	azimuth: behind;
}
#footer a {
	color: #CC0000;
	text-decoration: none;
}
#footer a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
#footer a:hover {
	color: #C0C0C0;
	text-decoration: none;
}
a {
	color: #C0C0C0;
	text-decoration: underline;
	font-family: "Copperplate Gothic Bold";
	font-size: small;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	font-family: "Copperplate Gothic Bold";
	font-size: x-large;
	color: #666666;
}
.style_italic {
	font-style: italic;
	font-family: "Copperplate Gothic Bold";
	color: #C0C0C0;
	font-size: x-large;
	text-decoration: blink;
}
