﻿@import url('layout.css');
body {
	background-image: url('../images/body_pic.gif');
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px;
	font-size: small;
	color: #000000;
}
/* Formatvorlagen für DIV-Tags */
#container {
	border-top: 3px solid #999999;
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	border-bottom: 3px solid #999999;
	background-color: #FF9900;
	background-image: url('../images/linksfoto.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#masthead {
	background-color: #FF9900;
	padding: 0px;
	height: 109px;
}
#masthead img {
	float: right;
	width: auto;
	height: auto;
	margin-right: 3px;
	margin-top: 3px;
}
#navigation {
	background-color: #FF6600;
	margin-left: 150px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
html > body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FF9900;
	padding: 0px;
}
#column_right {
	background-color: #FF9900;
	padding-bottom: 30px;
}
#footer {
	background-color: #666666;
	color: #FFFFFF;
}
/* Formatvorlagen für Mastertitel */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: center;
	padding: 15px;
}
/*#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}*/
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: auto; /* änderung */
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Formatvorlagen für die rechte Spalte */
#column_right h3 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
}
/* Navigationsbereich rechte Spalte */
#column_right ul {
	background-color: #FF6600;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
#column_right li {
	display: block;
	margin: 0;
	padding: 0;
}
#column_right a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	display: block;
	padding: 5px;
	border: 1px solid #986;
}
#column_right a:hover {
	background-color: #456;
	color: #FFFFFF;
}
/* Formatvorlagen für die mittlere Spalte */
h1 {
	font-size: x-large;
	color: #FF0000;
	margin-top: 0px;
	text-align: left;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
	text-align: left;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
h5 {
	margin: 0;
	font-size: small;
}
h6 {
	font-size: small;
	color: #FF0000;
	margin: 0px;
	text-align: center;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



