﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #d3d9d6;
}
#container {
	border-style: none;
	border-width: 0 1px 0 0px;
	background-color: #FFFFE1;
	width: 900px;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-color: inherit;
	border-right-color: #FFFFFF;
	border-bottom-color: inherit;
	border-left-color: #FFFFFF;
}
#masthead {
	border-style: solid;
	border-width: 3px 2px 0px 2px;
	border-color: #FFFFFF #999999 #FFFFFF #999999;
	background-position: center top;
	text-align: center;
	line-height: 20px;
	background-image: url('../images/muenster1.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#navigation {
	border-color: #FFFFFF;
	border-width: 2px;
	background-color: #E6E6E6;
	overflow: hidden;
	border-bottom-style: solid;
	border-top-style: solid;
}
#column_l {
	border: 7px double #FF8635;
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #FFFFFF;
	color: #00006A;
}
#column_r {
	border: 7px double #FF8635;
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #EBEBEB;
	position: relative;
}
#footer {
	width: 960px;
	text-align: right;
	background-color: #FFFFE1;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: large;
	color: #545454;
	margin: 10px 10px 0;
	font-family: Verdana;
	font-weight: bolder;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #00274F;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	font-weight: bolder;
	font-size: 13px;
	font-family: Verdana;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #000080;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000080;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
