body
{
	font-size: 90%;
	font-family: Frutiger Linotype, Verdana, Courier, Arial;
}

.Guestbook
{
	width : 650px;
	height : 300px;
	overflow : auto;
}

.Guestbook_Item
{
	margin-right : 5px;
}

.BG_Pic
{
	background-image : url(img/wappen.gif);
	background-repeat : no-repeat;
}

.center, .site
{
	background-color: beige;
}

.head
{
	position : relative;
	top : 0px;
	left : 0px;
	z-index : 1;
	background-color : #006400;
}

.ad
{
	position : absolute;
	top : 200px;
	left : 848px;
	z-index : 1;
}

.ad img:hover, .ad img:focus, .ad img:active
{
	background-color: #006400;
}

.stone
{
	margin-left : 130px;
}

.content
{
	float: left;
	position: relative;
	top: 5px;
	left: 20px;
	width: 670px;
	z-index : 1;
}

.content a:link
{
	color: #006400;
	text-decoration: underline;
}

.content a:visited
{
	color: #006400;
	text-decoration: underline;
}

.content a:hover, .content a:focus, .content a:active
{
	color: black;
	background-color: khaki;
	text-decoration: none;
}

.menue
{
	float: left;
	position: relative;
	top: 5px;
	left : 0px;
	z-index : 1;
}

.cr
{
	position : absolute;
	top : 590px;
	left : 0px;
	z-index : 1;
	font-size : 9pt;
}

h1
{
	font-size : 14pt;
	font-weight : bold;
}

h2, th
{
	font-size : 11pt;
	font-weight : bold;
}

h5
{
	font-size : 9pt;
}

td, p, div
{
	font-size : 10pt;
	font-weight : normal;
}

label
{
	font-weight : bold;
}

ul#Navigation
{
	width: 10.3em;
	margin: 0;
	padding: 0.5em;
	border: 1px solid black;
	background-color: khaki;
	text-decoration : none;

}

* html ul#Navigation
{
	width: 10.3em;
	w\idth: 10.3em;
	padding-left: 0;
	padd\ing-left: 0.5em;
	text-decoration : none;

}

ul#Navigation li
{
	list-style: none;
	margin: 0.2em;
	padding: 0;
	text-decoration : none;
	font-weight : bold;
}

/* buttons normal */
ul#Navigation a
{
	display:block;
	padding: 0.3em;
	text-decoration: none;
	border: 2px solid black;
	border-left-color: white;
	border-top-color: white;
	background-color: palegoldenrod;
	color : black;
}

/* hover ueber buttons */
ul#Navigation a:hover, ul#Navigation a:focus, ul#Navigation a:active
{
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	background-color: darkkhaki;
	color : black;
}

.Link li
{
	list-style: none;
}

.Link label
{
	width: 15%;
	margin-left: 0em;
}

/* Pic
================================== */
.picview, .thumb
{
	margin-left: 4em;
}

.picview
{
	width: 35%;
}

.thumb
{
	font-size : 11pt;
	width: 20%;
}

.picnav
{
	width: 7.5%;
}

/* Links vom WSV
================================== */
.links p, .links ul
{
	width: 75%;
	margin-top: 2em;
}

.links img
{
	max-width: 120px;
	border: none;
	width: 20%;
	margin-top: 1em;
	margin-left: 2em;
}

/* Spacer
================================== */
.spacer
{
	padding: 0.5em;
	clear: both;
}

/* NewLine
================================== */
.break
{
	clear: both;
}

/* Vorstand
================================== */
.vorstand
{
	position: absolute;
	left: 233px;
}

/* Shortcuts
================================== */
abbr
{
	cursor: help;
	border-bottom: 1px dotted #666;
}

/* Andere
================================== */
#left, .links img, .picview, .thumb, .picnav, .Link input, textarea, .Link label
{
	float: left;
}

#right, .links p, .links ul
{
	float: right;
}

/* Menueleiste
================================== */
nav {
  float: left;
  width: 100%;
  background: #3a3a3a;
  font-size: 16px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
  color: #fff;
  text-decoration: none;
}
nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: #fff;
  transition: 0.5s;
}

nav ul li a {
  padding: 20px;
}
nav ul li:hover {/* Farbe wechseln */
  background: #4096ee;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: #333;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
nav ul li:hover > ul {/* 1 Untermenue */
  top: 100%;
  left: 0;
}
nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

nav ul > li.submenu > a:after {/* Pfeile 1 */
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {/* Pfeile 2 */
  margin-left: auto;
  margin-right: -20px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid #555;
}

nav ul ul li a {
  padding: 10px 20px;
}

nav ul ul li:last-child {
  border-bottom: none;
}
/* Clear floated elements */
#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
