﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000080;
	background-color: #000080;
}
#container {
	width: 980px;
	margin: 0 auto;
	background-color: #ededed;
}
#masthead {
	text-align: right;
	width: 980px;
	overflow: auto;
	background-color: #ddb;
}
#sidebar {
	float: left;
	width: 156px;
	background-color: #ededed;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 765px;
	padding: 15px;
	overflow: auto;
	background-color: #FFF;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 980px;
	background-color: #ededed;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}

/* Navigation oben */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	letter-spacing:1px;
	background-color: #000080;
}
#navigation li {
	float: left;
	background-color: #000080;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	border: 1px solid #ffffcf;
	background-color: #000080;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000050;
	border: 1px solid #b9d;
	background-color: #fff;
}


/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	margin-top: 30px;
	margin-left:10px;

	display: block;
	
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #ddd;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	display: block;
	padding: 5px;
	border-bottom: 0px solid #ddd;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	border-bottom: 1px solid #ddd;
	background-color: #f9f9f9;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}