﻿@import url("layout.css");
body {
	/*font-family: "Freestyle Script", sans-serif;*/
	font-family:  "Bookman Old Style"
	/*font-family: "Comic San MS", sans-serif;*/
}
#container {
	border-right: 5px solid #8c8c8c;
	border-bottom: 5px solid #8c8c8c;
	border-left: 5px solid #8c8c8c;
	background-color: #141512;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 507px;
	padding: 15px;
	background-color: #141512;
}
html>body #column_l {
	width: 510px;
	padding: 0 15px;
	background-color: #141512;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #141512;}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #141512;}
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #141512;
	
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* 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: #000;
	display: block;
	padding: 10px 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid  #00a651; /*hellgrün*/   /* #364d14; dunkelgrün*/
	background-color: #00a651; /*hellgrün*/
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: x-large;
	color: #a5d45e; /*hellgrün*/
}
h2 {
	font-size: x-large;
	color: #a5d45e; /*hellgrün*/
}
h3 {
	font-size: large;
	color: #a5d45e; /*hellgrün*/
}
h4 {
	font-size: medium;
	color: #a5d45e; /*hellgrün*/
}
blockquote,p,ol {
	font-size: medium;
	color: #abc3b6; /*hellgrau*/
}
ul {
	font-size: medium;
	color: #abc3b6; /*hellgrau*/
}
h5 {
	font-size: x-small;
	color: #a5d45e; /*hellgrün*/
}
h6 {
	font-size: xx-small;
	color: #a5d45e; /*hellgrün*/
}
/* Footer */
#footer p {
	font-size: small;
	color: #abc3b6; /*hellgrau*/
	/*font-size: medium;
	color: #c77;*/
}
/* Links */
a {
	color: #a5d45e; /*hellgrün*/
	text-decoration: underline;
}
a:hover {
	/*color: #9c9;*/
	color: #c55;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}