
 /* styles.dom.css
 -- --------------
    Stylesheet für alle DOM-fähigen Browser
 ** ********************************************************************************************************/


 /* Body Formatierungen */
 body.main		{background:#FFFFFF; margin-left:20px; margin-top:30px;}


 /* Link Formatierungen */
 a			{font-family:Tahoma,Arial,Helvetica; font-size:8pt; font-weight:bold; color:#8298C1; text-decoration:none;}
 a:hover		{color:#2F5397; text-decoration:none;}
 a:active		{color:#2F5397; text-decoration:none;}


 /* Formatierungen der Formular Elemente */
 input,textarea,select	{font-family:tahoma,arial; font-size:8pt; background-color:#F5FCED;}
 input.norm		{font-family:tahoma,arial; font-size:8pt; background-color:#FFFFFF;}
.px200			{width:200px;}


 /* Text Formatierungen */
 td,body		{font-family:Tahoma,Arial,Helvetica; font-size:8pt;  color:#000000; line-height:12pt;}
.headline-1		{font-family:Tahoma,Arial,Helvetica; font-size:15pt; color:#2F5397;}
.headline-2		{font-family:Tahoma,Arial,Helvetica; font-size:10pt; color:#2F5397; font-weight:bold; font-variant:small-caps;}
.errors			{font-family:Tahoma,Arial,Helvetica; font-size:8pt;  color:#FF0000; font-weight:bold;}
.notes			{font-family:Tahoma,Arial,Helvetica; font-size:8pt;  color:#B70202; font-weight:bold;}
.blue			{font-family:Tahoma,Arial,Helvetica; font-size:8pt;  color:#2F5397; font-weight:bold;}
