﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #000;
	background-color: #7B7B7B;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #545454;
}
#masthead {
	text-align: right;
	width: 960px;
	overflow: auto;
	background-color: #ddb;	
}
/* Navigation */
#sidebar {
	float: left;
	width: 160px;
	height:auto;
	background-color: #545454;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 770px;
	height:700px;
	padding: 15px;
	overflow-y:hidden;
	background-color: #ffffff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
	float: none;
}

#footer {
	clear: both;
	width: 960px;
	background-color: #545454;
	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 */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #545454;
}
 
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFD700;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #545454;
	transition: all .4s ease-in;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #545454;
	border-bottom: 1px solid #FFD700;
	background-color: #FFD700;
    
/* Fußzeile */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #fff;
}

