﻿@import url("layout.css");
body {
	color: black;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	font-family: Arial, Verdana;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 910px;
	margin: 0 auto;
	border-top: 2px solid #b7b7b7;
	border-right: 2px solid #b7b7b7;
	border-bottom: 2px solid #b7b7b7;
	border-left: 2px solid #b7b7b7;
}
#masthead {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#navigation {
	background-color: #CC3333;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 910px;
	margin-left: 0 auto;
	margin-right: 1px;
	padding: 0px;
	visibility: visible;
}
#content {
	position: relative;
	float: right;
	width: 630px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: visible;
}
#sidebar {
	float: left;
	width: 260px;
	height: 100%;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer {
	clear: both;
	width: 600px;
	height:1px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	text-align: right;
	padding-top: 0px;

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #b22222;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
/* Randleisten-Formatvorlagen */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: ;
	margin-bottom: 2px;
	margin-left: 5px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	font-size:;
	color: ;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Hyperlink-Formatvorlagen */
a {
	color: #191970;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}