#naviLN li a {
	text-decoration: none;
	color: white;
	background: #278154;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#naviLN li a:hover {
  background:#015A2E;
}
#naviLN {
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#naviLN li {
	float: left;
	/*width: 19.8333333333334%;*/
	width: 15.8666667%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#naviLN a:last-child {
  border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#naviLN {
	padding: 0px 8% 0px 6%;
	height: 26px;
	background-image:url('http://sportfoto-fuchs.de/ln_images/left.gif'), url('http://sportfoto-fuchs.de/ln_images/right.gif');
	background-repeat:no-repeat, no-repeat;
	background-position: top left, top right;
}



body {
  background-color: #278154;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #015A2E;
  SCROLLBAR-ARROW-color: #fcdc43;
}

.tablehead tr .background img {
	width:100%
}
table table {
	border: 1px solid #FFF;
	background-color:#015A2E;
}
table table table {
	border: none;
}
a { 
  color: #FFFFFF; 
  text-decoration: none;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold
}
hr {
  height: 1px; 
  color: #FFFFFF;
  background-color: #ffffff;
}

ul, li, p, td {
  color: #ffffff;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

a:hover {
  color: #FFFF66;
}

form {
  font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
  font-size: 11px;
}
.bordered {  border: #FFFFFF; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.ueberschrift {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.tableheader {  background-color: #006633; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; border-color: #FFFFFF #FFFFFF black; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px}
.tableheader_left { background-color: #015A2E; border: #FFFFFF solid; border-width: 1px 1px 1px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold }
.darkbackground {  background-color: #015A2E}
.lightbackground { background-color: #278154 }
.ln-topnavi{
}
.ln-position{
	background-color: #278154;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.darklink-ln {
	font-size: 16px;
	color: #FFF;
	background-color: #B00000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	}

.clear {
	clear:both;
}
.benutzer-navi {
	margin-top: 30px;
	margin-left: 10px;
	border: 1px solid #FFF;
	}
/*
.bild-ln {
	width:100%;
}

.bild-ln img {
	width:100%;
	height:100%;
}
*/
.myButton {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color: #f24537;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.myButton:active {
	position:relative;
	top:1px;
}
