﻿@import url('layout.css');
body {
	font-family: Georgia, "Times New Roman", Times, Serif; /*font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;*/;
	font-size: small;
	background-image: url('../images/back_vl.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
background-color: #fff;

	
}
#masthead {
	text-align: center;
	font-size: x-small;
	height: 130px;
	background-image: url('../images/head3.jpg');
	background-color: #9ECF3C;
	background-repeat: no-repeat;
}
#content {
	background-color: #fff;
}
#footer {
	padding: 10px;
	background: #99CC33;
}
/* Navigation */
#navigation {
	background: #99CC33;
	font-size: large;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px;
	background-color: #99CC33;
}
#navigation a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px white solid;
	background-color: #99CC33;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px white solid;
	background-color: #fff; /*border-right: thick #FCB774 solid;*/;
	color: black;
	font-weight: bold;
}


/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
	text-align: center ;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	text-align: left;
	color: #000;
}
/* Hyperlinks */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
li {
	margin-bottom: 5px;
}
