﻿@import url(layout.css);
body {
	background-image: url('../images/page_bg.jpg');
	background-repeat: repeat-x;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	background-color: #FFFFFF;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
	margin-top: 20px;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 800px;
	padding: 0;
	
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
	background-image: url('../images/page_bg1.jpg');
}
#column_l {
	border-right: thin #D3D3D3 solid;
	width: 530px;
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 20px;
	font-family: Calibri;
	font-size: small;
	margin-left: 10px;
	background-color: #FFFFFF;
	text-align: justify;
}
#column_r {
	width: 240;
	margin: 0 0 0 0px;
	float: left;
	
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 0 0 0;
}
#footer {
	background-color: #DCDCDC;
    background: url('../images/page_bg2.jpg') repeat-x;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	background-color: #DCDCDC;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* 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;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #FFFFFF;
	border: 1px solid #f2f2f2;
	color: #FF0000;
}
/* Inhaltsformatvorlagen */
h1 {
	border-bottom: 1px #94B5D8 solid;
	color: #E90000;
	font-size: large;
}
h2 {
	color: #E90000;
	font-size: large;
	border-bottom-color: #94B5D8;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	background-color: #FFFFFF;
}
h3 {
	color: #999999;
	font-size: large;
	background-color: #FFFFFF;
}
h4 {
	color: #94B5D8;
	font-size: 1.25em;
}
h5 {
	color: #94B5D8;
	font-size: 0.75em;
}
h6 {
	color: #94B5D8;
	font-size: 0.5em;
}
big {
	color: #94B5D8;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
	font-family: Calibri;
}
#column_r h4 {
	margin-bottom: 0;
	color: #999999;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Formatvorlagen für Fußzeile */
#footer p {

	color: #fff;
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #E90000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}