﻿@import url(layout.css);
body {
	color: black;
	font-size: small;
	font-family: Verdana;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 850px;
	margin: 100 auto 100 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #000099;
	width: 843px;
	height: 92px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 600px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: auto;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
#masthead p {
	font-size: medium;
	color: #fff;
	margin: 30px 10px 0 10px;
	height: 57px;
	text-align: left;
	font-weight: 700;
}
#column_r p {
	font-size: small;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFF00;
	font-size: x-small;
}
#navigation li {
	list-style: none;
	border-style: none;
	padding: 0px;
	float: left;
	display: list-item;
}
#navigation a {
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	font-weight: 700;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	line-height: 14px;
	color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	background-color: #000099;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	background-color: #000099;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #000099;
	font-size: small;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
