﻿@import url(layout.css);
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: repeating-linear-gradient(#A4A4A4, #2E2E2E);
	min-height:800px;
	height:auto
}
#container {
	width: 670px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#content {
	float: left;
	width: 670px;
	height:600px;
	padding: 15px;
	overflow:scroll;
	background-color: #ffffff;
	margin: 0px;
	position:;
}
#masthead {
	text-align: right;
	width: 670px;
	padding: 0;
	background-color: #B40404;
}
#navigation {
	background-color: #2E2E2E;
	overflow: hidden;
}
#column_l {
	width: 600px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#footer {
	
	width: 670px;
	text-align: center;color:#FFFFFF;
	background-color: #2E2E2E;
	overflow: hidden;
}

#masthead p {
	color: #B40404;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color:#FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	background-color: #B40404;
}
/* Formatvorlagen für Hyperlinks */
a {
	color:blue;
	text-decoration: underline;
}
a:hover {
	color:blue;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
figure {
display: table-cell;
padding: 0 8px;
text-align: center
}
