/*--------------------MainObjects-------------------------*/

TABLE
{
  border-style:solid;
  border-color:red;
  border-width:2px;  
}

BODY
{
  background-color:white;
  color:black;
  font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

A
{
  color:yellow;
  padding:3px;
}

A:active, A:link
{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;	
}

A:hover, A:visited
{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

UL
{
  font-family:Verdana, sans-serif;
  font-size:small;
  list-style-type:circle;  
}

/*--------------------myObjects---------------------------*/

.ipA /*Link innerhalb von Texten, etc. (in page Anker)*/
{
  font-weight:bold;
  font-size:x-small;
  text-decoration:none;
  color:black;
}

.nlA /*Link für Newsletter, etc. (NewsLetter Anker)*/
{
  font-weight:bold;
  text-decoration:underline;
  color:darkblue;
}

.leftBODY /*linker Frame*/
{
  background-color:white;
}
	
.noborderTD
{
	border:none;	
}

.headlineDIV /*große Überschrift im Text*/
{
  font-size:22;
  font-weight:bold;
  color:darkred;
}

.redlineDIV /*große Überschrift im Text (rot)*/
{
  font-size:22;
  font-weight:bold;
  color:red;
}

.sublineDIV /*große Überschrift im Text (rot, mittig)*/
{
  font-size:22;
  font-weight:bold;
  color:red;
  text-align:center;
}

.bluelineDIV /*große Überschrift (blau, mittig)*/
{
  font-size:25;
  font-weight:bold;
  color:blue;
  text-align:center;
}

.blacklineDIV /*große Überschrift (schwarz, mittig)*/
{
  font-size:25;
  font-weight:bold;
  color:black;
  text-align:center;  
}

.headDIV /*oberste Überschrift*/
{
  font-weight:bolder;
  font-family:Verdana, sans-serif;
}

.headsubDIV /*Unterschrift der Kopfzeile*/
{
  font-family:Verdana, sans-serif;
  font-size:11;
  text-align:top;
  height:20px;
}

.mainTABLE /*Standardtabelle im Hauptframe*/
{
  vertical-align:center;  
  background-color:white;
}

.menueTABLE /*Hauptmenü*/
{
  border:none;
}

.menueTD /*Zelle im Hauptmenü*/
{
  border:2px;
  border-style:solid;
  border-color:black;
  background-color:yellow;
  text-align:center;
}

.innerTABLE /*Tabelle innerhalb der Seite*/
{
  font-family:Verdana, sans-serif;
  font-size:small;
  vertical-align:baseline;
  width:55%;
  padding:5px;
  border:1px solid black; 
}

.innerTH
{
  font-size:small;
  font-weight:bold;
  text-align:left;
}

.IEspaceTD /*extra Platzhalter für den Internet Explorer*/
{
  padding-left:20px;
}

.leftTABLE /*Tabelle im linken Frame*/
{
  border:none;
  height:95%;
  width:100%;
}

.leftnaviTD /*Zelle im linken Menü*/
{
  border:2px;
  border-style:solid;
  border-color:red;
  background-color:red;
  text-align:top;
  vertical-align:center;
  height:25px;
}

.textnormal /*P*/
{
  font-family:Verdana, sans-serif;
  font-size:small;
}

.textmini /*P*/
{
  font-family:Verdana, sans-serif;
  font-size:x-small;
}

.textcenter /*P*/
{
  font-family:Verdana, sans-serif;
  font-size:small;
  text-align:center;
}

.textsmallbold /*P*/
{
  font-family:Verdana, sans-serif;
  font-weight:bold;
  font-size:small;
}

.textred /*P*/
{
  font-family:Verdana, sans-serif;
  font-size:small;
  color:red;
}

.textbigred /*P*/
{
  font-family:Verdana, sans-serif;
  font-size:large;
  font-weight:bold;
  color:red;
}

.textblue /*P*/
{
  font-family:Verdana, sans-serif;
  font-size:small;
  color:blue;
}

.nmsw_lv_bayern 
{ 
  text-decoration:blink; 
}

