﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	background-color: #fff;
	padding-top:10px;
}
#masthead {
	text-align: left;
	background-color: #FFFFFF;
	background-image:url("../images/schriftzug_web.jpg") ;
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 0;
	width: 1010;
}
#navigation {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 15px 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: left;
	
	padding-bottom: 0px;
	background-image: url("../images/Welle.jpg");
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}

#masthead a {
	font-weight: bold;
	text-decoration: none;
	color: #59B547;

	padding: 5px;
	border: 1px #FFFFFFsolid;
	background-color: #FFFFFF;
}
#masthead a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ACD26D;
	border: 1px solid #59B547;
	background-color: #59B547;
}

/* 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: #59B547;
	display: block;
	padding: 5px;
	border: 1px #FFFFFFsolid;
	background-color: #FFFFFF;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ACD26D;
	border: 1px solid #59B547;
	background-color: #FFFFFF;
}
/* Right Column */
#column_r img {
	border: 0px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #89C667;
}
h3 {
	font-size: large;
	color: #89C667;
}
h4 {
	font-size: medium;
	color: #89C667;
}
h5 {
	font-size: x-small;
	color: #89C667;
}
h6 {
	font-size: xx-small;
	color: #89C667;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
	padding:10px 
}
/* Links */
a {
	color: #59B547;
	text-decoration: underline;
}
a:hover {
	color: #CCFFCC;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}