﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #000000;
	font-family: Georgia;
	padding: 0px;
	text-align: center;
	font-size: small;
	font-style: italic;
	color: #000000;
}
/* Formatvorlagen für DIV-Tags */
#container {
	background-color: #000000;
	
	background-image: url("../images/leftphoto.gif");
	background-repeat: no-repeat;
	background-position: left 0px;
	background-attachment: scroll;
	border-bottom-width: 6px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-right: 6px solid #999999;
	border-left: 6px solid #999999;
	border-top: 6px solid #999999;

	
}
#masthead {
	background-color: #000000;#778899;
	padding: 0px;
}
#navigation {
	background-color: #000000;#998866;
	margin-left: 160px;
	text-align: center;
	font-style: normal;
	border-top: 2px solid #000000;#445566;
	border-bottom: 2px solid #000000;#665533;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
	
}
#column_left {
	float: left;
	background-color: #ffffff;
	border-right: 0 solid #ffffff;
	
	
}
#column_right {
	background-color: #666666;#ccbb99;
	padding-bottom: 10px;
	border-left: 0px solid #000000;
	border-bottom:0px solid #000000;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #000000;#666666;
	color: #FFFFFF;
	
	
}
#masthead h1 {
	color: #000000;
	font-style: italic;
	font-weight: normal;
	font-size: xx-large;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#masthead h3 {
	margin-top: 0.4em;
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: center;
	font-size: large;
	padding-top: .3em;
	font-style: italic;
	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: 800px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #ffffff;#986;
}
#navigation a:hover {
	color: #ff0000;
	border: 1px solid #000000;#456;
	background-color: #ffffff;#456;
}
/* Formatvorlagen für die rechte Spalte */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
	font-size: small;
	text-align: center;
}
#column_right a {
	color: #000099;#443311;
}
#column_right a:hover {
	background-color: none;#776644;
	color: #FF0000;#FFFFFF;
}
/* Formatvorlagen für die linke Spalte */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
	text-align: center;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
	text-align: center;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
	text-align: center;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
	text-align: center;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
	text-align: center;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
	text-align: center;
}
a {
	color: #000099;#112233;
}
a:hover {
	color: #FF0000;#998866;
	text-decoration: none;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	margin: 0px;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
	color: #FFFFFF;

}
#copyright p {
	font-size:0.8em;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #FF0000;#FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}