﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: small;
/*	font-size: 0.8em;*/
	background-color: #fff;
	background-image: url("../images/hintergrund_browser.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
}
#container {
	width: 760px;
	margin: 10px auto;
}
#masthead {
	text-align: left;
	width: 748px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-image: url("../images/hintergrund_kopf.gif");
/*	background-color: #fafafa; */
}
#middle {
	float: left;
	width: 758px;
	background-color: #B1D8F3;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}
#navigation {
	position: relative;
	float: left;
	width: 130px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
/*	border-top: 1px solid #dcdcdc; */
/*	border-right: 1px solid #a9a9a9; */
/*	border-bottom: 1px solid #808080; */
/*	border-left: 1px solid #a9a9a9; */
	background-color: #fff;
}
#nav_footer {
	position: relative;
	float: left;
	width: 130px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}
#content {
	float: left;
	width: 606px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
/*	border-top: 1px solid #dcdcdc; */
/*	border-right: 1px solid #a9a9a9; */
/*	border-bottom: 1px solid #808080; */
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 758px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #808080;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-image: url("../images/hintergrund_kopf.gif");
/*	background-color: #fefeff;*/
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #0033CC;
}
#masthead h4 {
	color: #0033CC;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #B1D8F3;
	background-color: #B1D8F3;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px;
	border: 1px solid #B1D8F3;
	background-color: #B1D8F3;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #555;
	background-color: #218CD3; /*0033CC; /*5959FF; */
}
#navigation a:active {
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #B1D8F3;
}
#navigation strong {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px;
	border: 1px solid #555;
	background-color: #218CD3;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #000;
}
h5 {
	color: #000;
}
h4 {
	color: #000;
}
h3 {
	color: #0033CC;
}
h2 {
	color: #0033CC;
}
#content h1 {
	color: #0033CC;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer h6 {
	color: #000;
	font-size: 7pt;
	font-weight: lighter;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #0000FF; /*#5f8ea9; */
	text-decoration: underline;
}
a:hover {
	color: #00009D; /*33627d; */
	text-decoration: underline;
}
.font_xxsmall {
	font-size: xx-small;
}
.font_xsmall {
	font-size: x-small;
}
.font_smaller {
	font-size: smaller;
}
.style_center {
	text-align: center;
}
.style_center_impressum {
	text-align: center;
	font-size: x-small;
}
.style_justify {
	text-align: justify;
}
.style_justify_impressum {
	text-align: justify;
	font-size: x-small;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.toptext {
	color: #3567BC;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: large;
	font-weight: bold;
}

