﻿@import url(layout.css);
body {
	margin: 15px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 0.8em;
	padding: 0px;
	background-color: #5a857b;
}
#container {
	border-top: 5px #996633 solid;
	border-bottom: 5px #996633 solid;
	border-right: 5px #996633 solid;
	border-left: 5px #996633 solid;
	background-color: #e8b776; 
	/*background-image: url("../images/Wappen.png");*/;
	background-repeat: no-repeat;
	background-position: inherit;
}
#masthead {
	background-color: #e8b776;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 15px;
}
#navigation {
	background-color: #e8b776;
	margin-left: 0px;
	text-align: center;
}
html>body #navigation {
	background-color: #e8b776;
	left: auto;
}
#content_container {
	background-color: #e8b776;
	padding: 0px;
	height: auto;
}
#column_left {
	float: left;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
}
#footer {
	background-color: #e8b776;
	color: #666644;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 8px;
	padding-bottom: 8px;
}
/* Mastertitel */
#masthead h1 {
	color: #555533;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}
#masthead h3 {
	margin-top: .4em;
	color: #999977;
	margin-bottom: 0px;
	text-align: right;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
/* Fußzeile */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
	color: #6A6AB4;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
	color: #999966;
}
#footer a {
	color: #999977;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
