
/*Außenrahmen*/
.rahmen 	{
						background-color:#ffffff; 
					}
.bg1			{
						background-color:#000033; 
					}
	

/* Seitenformat für Inhalt*/
.page 		{ 
						background-color:#EBEBEB;
						scrollbar-base-color:#7C001C; 
						SCROLLBAR-ARROW-COLOR:#ffffff;
						margin-left:20px;
						marginright:20px;
						margin-top:20px;
						margin-bottom:25px
					}

/* Allgemeiner Text */
.txt1 		{
						font-family:arial; 
						font-size:12px; 
						color:#000000;
					}

/* Trennlinie */
hr 				{
						color:#7C001C;
						height:1px;
					}
			
/* Seitentitel*/
.titel		{
						font-family:arial;
						font-size:16px;
						color:#000066;
						font-weight:bold;
					}
						
ol				{
						list-style-type:disk;
						list-style-image:url(../images/bullet_1.gif);
					}

ul				{
						list-style-image:url(../images/bullet_2.gif);
					}


/* Hintergrund Navigation */
.bg2			{
						background-color:#ffffff
					}
			
.Zelle1 	{
						background-color:#7C001C
					}
			
.Zelle2 	{ 
						background-color:#660012
					}
			
.navleiste	{
							background-color:#606060
						}
			
a.navlink:link   {
                     font-family:arial;
                     font-size:11px;
                     font-weight:bold;
                     color:#ffffff;
                     text-decoration:none;
                     margin-left:10px;
                     margin-right:10px;
                  }

a.navlink:visited   {
                      font-family:arial;
                      font-size:11px;
                      font-weight:bold;
                      color:#ffffff;
                      text-decoration:none;
                      margin-left:10px;
                      margin-right:10px;
                    }
                  
a.navlink:hover     {
                      font-family:arial;
                      font-size:11px;
                      font-weight:bold;
                      color:#ffffff;
                      text-decoration:underline;
                      margin-left:10px;
                      margin-righ:10px;
                     }
