﻿@charset "utf-8";
@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border-bottom: 2px #FFCC00 solid;
	width: 700px;
	margin: 10px auto;
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-color: #FFCC00;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #FFCC00;
	border-right-style: solid;
	border-right-width: 2px;
}
#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 2px #FFCC00 solid;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	border-right-color: #0000FF;
	border-right-style: solid;
	border-right-width: thin;
}
#content {
	border-bottom-color: #FFCC00;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 2px solid #dcdcdc;
	border-right: 2px solid #a9a9a9;
	border-bottom: 2px solid #808080;
	border-left: 2px solid #a9a9a9;
	background-color: #fff;
	border-color: #FFCC00;
	position: relative;
	overflow: hidden;
	height: auto;
	width: auto;
	margin-left: 0px;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px #FFCC00 solid;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

/* Navigationsformatvorlagen*/
#navigation ul {
	border-left-style: solid;
	border-right-style: solid;
	list-style-type: none;
	width: 130px;
	display: block;
	margin: 0;
	padding: 0;
	border-left-width: 1px;
	border-left-color: #FFCC00;
	border-right-color: #FFCC00;
	border-right-width: 1px;
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #3d6c87 solid;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
h2{
			font-size:1.3em;
			color:black;
			text-transform:uppercase;
			font-family:arial, Sans-Serif;
			padding:0 0 .7em .2em;
			text-align:center;
}
#content img {
	padding: 5px;
	border: 2px solid #990000;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #003366;
	margin-top: 5px;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
