/* Haupttexte */
body,td,tr
	{
	color:                  #000000;
	font-size:              12px;
	font-family:            Arial, Helvetica, sans-serif;
	}

/* Hyperlinks */
a
	{
	color:                  #003399;
	text-decoration:        none;
	}

a:hover
	{
	color:                  #0033ff;
	text-decoration:        none;
	}

/* Inhalt Copyright unten */
.copyright
	{
	color:                  #C0C0C0;
	font-size:              9px;
	font-family:            Arial, Helvetica, sans-serif;
	font-weight:            normal;
	}

/* Hauptmenue links */
.menue
	{
	color:                  #003399;
        font-size:              11px;
	font-family:            Arial, Helvetica, sans-serif;
	font-weight:            bold;
	}

/* Untermenue links */
.umenue
	{
	color:                  #003399;
        font-size:              11px;
	font-family:            Arial, Helvetica, sans-serif;
	font-weight:            normal;
	}

/* Menue Kopf */
.menue-k
	{
	font-size:              12px;
	font-family:            Arial, Helvetica, sans-serif;
	}

/* Formulare */
.form,input,select,textarea,button,submit
	{
	color:                  #444444;
        font-size:              12px;
	font-family:            Arial, Helvetica, sans-serif;
        background-color:       #ffffff;
        border-width:           1px;
        border-style:           solid;
        border-color:           #002877;
	}

.input2
	{
	color:                  #444444;
        font-size:              12px;
	font-family:            Arial, Helvetica, sans-serif;
        background-color:       #ffffff;
        border-width:           0px;
        border-style:           solid;
        border-color:           #002877;
	}