﻿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: #fff;
}
#navigation {
background-color: #F2F2F2;
overflow: hidden;
}
#page_content {
position: relative;
width: 100%;
border-top-width: 4px;
border-top-style: solid;
border-top-color: #0099ff;
}
#column_l {
	position: relative;
	margin: 0 280px 0 0;
	padding: 10px;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 250px;
	margin: 0;
	padding: 5px;
	background-color: #F2F2F2;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
background-color: #F2F2F2;
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 #c0c0c0;
background-color: #f2f2f2;
}
#navigation a:hover {
color: #fff;
text-decoration: none;
border: 1px solid #0099ff;
background-color: #0099ff;
}
/* Inhaltsformatvorlagen */
h1 {
font-size: 2em;
color: #000;
}
h2 {
font-size: 1.25em;
color: #000;
}
h3 {
font-size: 1em;
color: #f2f2f2;
}
h4 {
font-size: 1em;
color: #000;
}
h5 {
font-size: 0.75em;
color: #ff8000;
}
h6 {
font-size: 0.5em;
color: #000;
}
/* 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;
}
