﻿@import url("layout.css");
body {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: small;
	background-repeat: repeat;
	background-color: #0080C0;
}
#container {
	width: 90%;
	margin-left:10px;
	padding:10px;
	border: 3px solid #5b7ea1;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 12px 5px 8px #888;
	-webkit-box-shadow: 12px 5px 8px #888;
	-moz-box-shadow: 12px 5px 8px #888;
	margin: 10px auto;
	background-color:white;
}
#masthead {
    height:80px;
	background-position: center;
	background-image: url('../images/image.gif');
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #8AA8FF;
	overflow: hidden;
}
#column {
	width:97%;
	padding:10px;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Hyperlinks */
a {
	color: #000080;
	text-decoration: none;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
