/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  Byteconcepts
  http://www.byteconcepts.de

  Copyright (c) 2005 Byteconcepts

  BG-Color:         #
  Header-BG-Color: 	#
  Text-Color:       #
  Link-Color:		#
  Very light gray:	#
*/

A.hervorgehobenerLink {
  /* background-color: #015F1A; */
  color: #F7800A;
  text-decoration: none;
  font-weight: bold;
}
A.hervorgehobenerLink:hover {
  color: #F7800A;
  text-decoration: underline;
  font-weight: bold;
}

TD.Normal, P.Normal, DIV.Normal, SPAN.Normal {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  /* line-height: 1.5; */
  color: white;
  /* font-weight: bold; */
}
.Normal {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  /* line-height: 1.5; */
  color: white;
  /* font-weight: bold; */
}

H1.Ueberschrift {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px; /* line-height: 1.5; */
	color: white;
	font-weight: bold;
}

TD.Ueberschrift, P.Ueberschrift, DIV.Ueberschrift, SPAN.Ueberschrift {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px; /* line-height: 1.5; */
	color: white;
	font-weight: bold;
	/* font-style: italic;*/
}
.Ueberschrift {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px; /* line-height: 1.5; */
	color: white;
	font-weight: bold;
	/* font-style: italic;*/
}

H2.UnterUeberschrift {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px; /* line-height: 1.5; */
	color: white;
	font-weight: bold;
	/* font-style: italic; */
}
TD.UnterUeberschrift, P.UnterUeberschrift, DIV.UnterUeberschrift, SPAN.UnterUeberschrift {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px; /* line-height: 1.5; */
	color: white;
	font-weight: bold;
	/* font-style: italic; */
}
.UnterUeberschrift {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px; /* line-height: 1.5; */
	color: white;
	font-weight: bold;
	/* font-style: italic; */
}

TD.SymbolAutobahn, P.SymbolAutobahn, DIV.SymbolAutobahn, SPAN.SymbolAutobahn {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: Yellow;
	font-weight: bold;
	background-color: Blue;
	padding: 2px 2px 2px 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	border: 2px solid White;
}
.SymbolAutobahn {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: Yellow;
	font-weight: bold;
	background-color: Blue;
	padding: 2px 2px 2px 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	border: 2px solid White;
}

TD.SymbolBundesstrasse, P.SymbolBundesstrasse, DIV.SymbolBundesstrasse, SPAN.SymbolBundesstrasse {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	background-color: Yellow;
	padding: 2px 2px 2px 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	border: 2px solid Black;
}
.SymbolBundesstrasse {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
	background-color: Yellow;
	padding: 2px 2px 2px 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	border: 2px solid Black;
}

.SymbolPreis {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: yellow;
	font-weight: bold;
	/*
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 15px;
	*/
	padding-top: 5px;
}

.BoxTip {
	background-color: white;
	background-image: url(/imagesets/Byteconcepts.com_2009/icons/debug.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #F7800A;
	text-decoration: none;

	border-width: 2px;
	border-style: solid;
	border-color: #5050a9;

	width: 90%;
	min-height: 22px;

	padding-left: 40px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;

}

.LinkWeiterZu {
	background-color: white;
	background-image: url(/imagesets/Byteconcepts.com_2009/icons/forward.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #F7800A;
	text-decoration: none;

	border-width: 0px;
	border-style: solid;
	border-color: #5050a9;

	min-height: 14px;

	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.LinkZurueckZu {
	background-color: white;
	background-image: url(/imagesets/Byteconcepts.com_2009/icons/back.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #F7800A;
	text-decoration: none;

	border-width: 0px;
	border-style: solid;
	border-color: #5050a9;

	min-height: 14px;

	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.LinkHoch {
	background-color: white;
	background-image: url(/imagesets/Byteconcepts.com_2009/icons/up.png);
	background-repeat: no-repeat;
	background-position: right 5px;

	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color: #F7800A;
	text-decoration: none;

	border-width: 0px;
	border-style: solid;
	border-color: #5050a9;

	min-height: 14px;

	padding-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
}

.DatenTabellenfeldUeberschrift {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;

	background-color: #8686D0;

	border-width: 1px;
	border-style: solid;
	border-color: #8686D0;
}

.DatenTabellenfeldGanzeZeile {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;

	border-left: 1px;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #8686D0;
}

.DatenTabellenfeldSchluessel {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;

	border-left: 1px;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #8686D0;
}

.DatenTabellenfeldWerte {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;

	border-left: 0px;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #8686D0;
}
