﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-image: url('bg.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	border-right: 3px #808080 solid;
	border-bottom: 3px #808080 solid;
	border-left: 3px #808080 solid;
	background-color: #FFFFFF;
}
#masthead {
	width: 720px;
	height: 110px;	
	background-position: center;
	background-image: url('logo.png');
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 690px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 718px;
	border-top: 2px #339933 dashed;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #606060;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 1;
	padding: 0;	
}
#navigation a {
	color: #339933;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF7200;
}
/* Inhaltsformatvorlagen */
#content h3,h4,h5,h6 {
	color: #606060;
}
#content h1,h2 {
	color: #606060;
	font-family: "Lucida Handwriting";
	font-size: 1.8em;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}

#map {
	height: 550px;
	width: 550px;
	border: 1px solid #808080;
}
#map img {
	padding: 0; margin: 0;
	border: none;
}
hr {		
	height: 0px;
	border: 1px solid #339933;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #606060;
}
#footer a {
	color: #606060;
	text-decoration: underline;
}
#footer a:hover {
	color: #339933;
	text-decoration: underline;
}
a {
	color: #606060;
	text-decoration: underline;
}
a:hover {
	color: #339933;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}