﻿body {
	margin: 0;
padding: 0;
width:100%;
height:100%;

	background-image: url("../images/large.73898095.gif");
	background-repeat: repeat;
	 font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #bfe1ff; 
}
#container {
	background-image: url("../images/blau_013.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	border-color: #D3D3D3;
	border-style: hidden;
	border-width: thin;
	background: #BFE4FF;
	width: 846px;
	margin: 30px 200px 30px 200px;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-top-color: #D3D3D3;
	margin-top: 15px;
}
#masthead {
	width: 626px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #bfe4ff;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #BFE4FF;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	background: #FFFFFF;
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: -5px;
	padding: 10px;
	position: relative;
	outline-color: #FFFFFF;
	color: #000000;
}
#footer {
	text-align: center;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #bfe4ff;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.8em;
	color: #0000FF;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}