﻿@import url(layout.css);
@import url(tabelle.css);
body {
	color: #000099;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	background-color: #000059;
}
#container {
	width: 900px;
	background-color: #EEE8AA; 
	margin: 10px auto;
	border: 3px #0066FF solid;
	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;
}
#masthead {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	height: 130px;
}
#navigation {
/*	margin-right: 10px;
	margin-left: 10px; 
	background-color: #E4E4E4; */
	overflow: hidden;
}
#content {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}

#footer {
	text-align: center;
/*	background-color: #E4E4E4;
	margin-right: 10px;
	margin-left: 10px; */
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden; 
	padding: 2px; 
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000099;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #EEE8AA;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px #000080 solid;
	color: #D56A00;
}
/* Inhaltsformatvorlagen */
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	color: #000099;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a:link {
	color: #000099;
	text-decoration: none;
}
#footer a:visited {
	color: #333300;
	text-decoration: none;
}
#footer a:hover {
	color: #D56A00;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #456;
	text-decoration: none;
}
a:hover {
	color: #456;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.bild {
	border:0px;
}
