﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	height: auto;
	max-height: inherit;
}
#masthead {
	text-align: right;
	background-color: #CCCE18;
	width: 800px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
	max-width: 800px;
	width: auto;
}
#column_l {
	width: 560px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	top: 2px;
	left: -2px;
	height: auto;
	background-attachment: fixed;
	z-index: 2;
}
#column_r {
	width: 197px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
	top: 3px;
	left: 1px;
	height: auto;
}
	margin: 42px 0px 0px 0px;
	padding: 5px 0px;
	width: 620px;
	text-align: center;
	background-color: #CCCE18;
	line-height: 100%;
	color: #522F91;
	font-size: 13px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin-bottom: 2px;
	position: relative;
	width: 220px;
	top: (10px);
	left: 19px;
	z-index: 3;
	margin-top: 5px;
}
#masthead p {
	font-size: medium;
	color: #522F91;
	margin: 10px 10px 0;
	background-color: #CCCE18;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #522F91;
	margin: 1px;
	padding: 1px;
	width: 800;
	position: relative;
	top: auto;
	left: 0px;
	z-index: 1;
}
#footer a {
	color: #522F91;
	text-decoration: underline;
	text-align: left;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {}
.style_italic {
	font-style: italic;
}
