/* ----------  Gesamteindruck der Seite ---------- */
body      		
				{
				margin-left: 0px; 
				margin-top: 0px; 
				margin-right: 0px; 
				margin-bottom: 0px; 
				background-color: #2D438C; 
				background-image: url(../images/bg.jpg);
				}
				
/* ----------  Hauptschriftart, Größe und Farbe ---------- */			
body,td,th 		
				{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				}

/* ----------  Seitenüberschrift ---------- */
.Ueberschrift 
				{
				font-size: 14;
				font-weight: bold;
				color: #336799;
				}

/* ----------  Seitenüberschrift2 ---------- */
.Ueberschrift2
 				{
				font-size: 12px; 
				font-weight: bold; 
				color: #336799; 
				}

/* ----------  Links intern und extern ---------- */
a:link 			{
				color: #336799;
				}
a:visited 		{
				color: #336799;
				}
a:hover 		{
				color: #7094B6;
				}
a:active 		{
				color: #336799;
				}