﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-image: url('../bilder/Banner/Orion.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
	cursor: default;
}
#container {
	border-right: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #C0C0C0;
	background-image: url('../bilder/Banner/verlauf.jpg');
	cursor: auto;
	max-width: 900px;
	background-repeat: repeat;
}
#masthead {
	text-align: right;
	background-image: url('../bilder/Banner/Lemgohintergrund.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px #008080 solid;
	background-color: #000000;
	outline-color: #000000;
	cursor: move;
}
html>body #navigation {
	border-bottom-color: #000000;
	border-color: #000000;
	background: #000000;
	border-bottom: #000000;
	overflow: hidden;
	outline-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	background-color: #0000FF;
	cursor: pointer;
	visibility: visible;
}
#column_l {
	width: 800px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	background-color: #fff;
	background-image: url('../bilder/Banner/verlauf.jpg');
	color: #FFFFFF;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #808080;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	background: #008000;
	text-align: center;
	padding-bottom: 0;
	background-color: #FF0000;
}
/* Mastertitel */
#masthead h1 {
	color: #FFFFFF;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	cursor: pointer;
	visibility: visible;
}
#navigation li {
	float: left;
	cursor: pointer;
	visibility: visible;
}
#navigation a {
	border-bottom: #0000FF;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	border: 1px #0000FF ridge;
	background-color: #000080;
	float: none;
	cursor: pointer;
	visibility: visible;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: large;
	color: #FF9900;
}
h2 {
	font-size: x-large;
	color: #FFAA33;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: small;
	color: #FFFFFF;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Hyperlinks */
a {
	color: #C0C0C0;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
