﻿@import url(layout.css);
.style1 {
	border-width: 0px;
}
.style1 {
	border-width: 0px;
}
.style2 {
	font-size: medium;
}
.style3 {
	margin-left: 40px;
}
.style4 {
	text-align: right;
}
.style5 {
	list-style-type: lower-alpha;
}
.style7 {
	text-decoration: underline;
}
.style8 {
	text-decoration: underline;
}
.style18 {
	text-align: center;
}
.style19 {
	text-align: left;
}
.style20 {
	border-width: 1px;
}
.style21 {
	margin-bottom: 0px;
}
.style22 {
	list-style-type: none;
}
.style23 {
	color: #FF0000;
}
.style23 {
	color: #FF0000;
}
.style24 {
	border-width: 0;
}
.style25 {
	font-size: x-small;
}
.style26 {
	margin-left: 80px;
}
.style27 {
	list-style-type: upper-roman;
}
.style28 {
	list-style-type: circle;
}
.style29 {
	list-style-type: lower-alpha;
	margin-left: 80px;
}
.style30 {
	color: #FF0000;
}
.style31 {
	font-weight: bold;
	text-decoration: underline;
}
.style32 {
	font-weight: normal;
}
.style33 {
	color: #446699;
}
.style34 {
	border-style: solid;
	border-width: 1px;
}
.style35 {
	color: #446699;
	text-decoration: underline;
}
.style36 {
	background-color: #C0C0C0;
}
.style37 {
	font-size: small;
}
body {
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #999999
;
}
#navigation {
	background-color: #f1f1f1;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;

}
#column_l {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#footer {
	background-color: #f1f1f1;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* 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;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #f1f1f1;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #999999;
}
/* Inhaltsformatvorlagen */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}