﻿@import url(layout.css);
body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	background-color: #000033;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #000033;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #cc9900;
	position: fixed;
}
#navigation {
	background-color: #cc9900;
	overflow: hidden;
	position: fixed;
	top: 100px;
}
#page_content {
	position: relative;
	width: 100%;
	top: 130px;
	padding-bottom:90px;
}
#column_r {
	float: none;
	width: 100%;
	margin: 0;
	padding: 10px;
	background-color: #000033;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
}
#footer {
	background-color: #6699cc;
	padding-bottom: 5px;
	bottom: 0px;
	width: 100%;
	position: fixed;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin: 20px 0 20px 20px;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #FFFFFF;
	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;
	background-color: #CC9900;
}
#navigation a:hover {
	color: #cc9900;
	text-decoration: none;
	background-color: #000033;
	border-radius: 5px;
}
/* Inhaltsformatvorlagen */
h1 {
	font-size: 2em;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-size: 1.75em;
	color: #FFFFFF;
}
h3 {
	font-size: 1.5em;
	color: #FFFFFF;
}
h4 {
	font-size: 1.25em;
	color: #FFFFFF;
}
h5 {
	font-size: 0.75em;
	color: #FFFFFF;
}
h6 {
	font-size: 0.5em;
	color: #FFFFFF;
}
/* 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: #CC9900;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}