/* Stylesheet für lfv-schutterwald.de */

body {
 background: #FFDF00;
 color: black;
 font-family: Arial, sans-serif;
}

h1 {
 color: darkblue;
 font-family: Verdana;
}

h2 {
 color: darkblue;
 font-family: Verdana;
}

h3 {
 color: darkblue;
 font-family: Verdana;
 font-decoration: underline;
}

img {
 border-color: darkblue;
}

.small {
 color: darkblue;
 font-size: smaller;
 font-weight: bold;
}

.darksmall {
 color: #ffdf00;
 font-size: smaller;
 font-weight: bold;
}

/* LINK */

a:link {
 font-style: italic;
 text-decoration: none;
}
a:visited {
 font-style: italic;
 text-decoration: none;
}
a:active {
 font-style: italic;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

/* new Menu with Submenus */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

ul.menu li {
	background: url('/images/menu.jpg') left repeat-y;
  float: left;
	list-style-type: none;
	position: relative;
	width: 100%
}

ul.menu li.darksmall {
  background: darkblue;
	display: block;
  height: auto;
	padding: 7px; 
	width: 186px;
}

ul.menu li a,
ul.menu li a:link,
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:visited {
	background: url('/images/menu.jpg') left repeat-y;
  color: #000080;
	display: block;
	float: left;
  font-size: small;
	font-style: italic;
  font-weight: normal;
	margin: 0px;
	padding: 4px 24px 3px 9px;
	text-align: left;
	text-decoration: none;
	width: 167px;
}
* html ul.menu li a,
* html ul.menu li a:visited {
	width: 167px;
}

ul.menu li.more a {
  cursor: default;
  font-weight: bold;
}

ul.menu li.more ul {
  border: 1px solid darkblue;
	height: 0px;
	margin: 0px;
	padding: 0px;
  position: absolute;
	  top: -1px;
	  left: 200px;
	overflow: hidden;
	visibility: hidden;
	width: 200px;
}

ul.menu li.more:hover ul,
ul.menu li.more a:hover ul {
	height: auto;
	overflow: visible;
  position: absolute;
	visibility: visible;
}

ul.menu li.more:hover ul li a,
ul.menu li.more a:hover ul li a {
	display: block;
	height: auto;
}

ul.menu li.more ul li a {
  cursor: pointer;
  font-weight: normal;
}

ul.menu li a:hover {
	background: url('/images/menu.jpg') center repeat-y;
	text-decoration: underline;
}
ul.menu li.more:hover {
	position: relative;
	z-index: 90;
}
* html ul.menu li.more a:hover {
	position: relative;
	  top: 0px;
		left: 0px;
	z-index: 100;
}

ul.menu li.active a,
ul.menu li.active ul li.active a {
	background: url('/images/menu.jpg') right repeat-y!important;
  font-style: normal;
}
ul.menu li.active ul li a {
	background: url('/images/menu.jpg') left repeat-y!important;
}

ul.menu li.gallery a, ul.menu li.gallery a:link, ul.menu li.gallery a:visited, ul.menu li.gallery a:hover, ul.menu li.gallery a:active, ul.menu li.counter {
  background: white!important;
	padding: 3px 3px 10px 3px;
	text-align: center;
	width: 194px;
}

ul.menu table {
	border: 0px solid red;
	border-collapse: collapse;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: absolute;
		top: 0px;
		left: 0px;
	width: 167px;
}

#routeForm {
  margin: 1em 100px;
	font-size: 12px;
}

#routeForm fieldset {
  margin: 1em 0;
  padding: 1em;
}

#routeForm fieldset.address label {
  clear: both;
  display: block;
	float: left;
	margin: 3px 0;
	padding: 6px 0;
	width: 6em;
}

#routeForm fieldset.address input {
	margin: 6px 0 3px 0;
}


#routeForm fieldset.target label {
  clear: both;
  display: block;
	margin: 3px 0;
	padding: 6px 0;
}

#routeForm fieldset.target input {
	float: left;
	margin: 0 3px 0 0;
	!margin: -2px 3px 0 0;
}

a.return
{
  background-color: white;
  border: solid 1px #00008b;
  clear: both;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  padding: 3px 5px;
  position: relative;
  text-align: center;
}
a.return:hover,
a.return:focus,
a.return:active
{
  background-color: #00008b;
  color: white;
}
a.return:active
{
  color: #FFDF00;
  top: 1px;
  left: 1px;
}

