.standard {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none
	}
.small {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none
	}
.fett {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
    font-weight: bold
	}
.standard1 {
	font-family: "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-variant: small-caps;
	text-decoration: none;
	font-weight: bold
	}
.fixed {
	font-family: Courier, fixed, "Courier New", mono;
    font-size: 10pt;
    }
.rot {
	color: red;
	font-weight: bold
	}
.gruen {
	background-color: green;
	color: white;
	}
.blau {
	background-color: #0033cc;
	color: white;
	font-weight: bold
	}
.login {
  	//background-color: #0034CD;
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    //color: white
    }
.mist {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-color: red
    }

/****************************************************************************/

table#homebox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none
	width: 200;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0;
	border: thin solid;
	background-color: none;
    //background-image: url(vv1.gif);
	}

table#homebox h2 {
	font-size: 12pt;
	letter-spacing: 0.2em
	text-align: center;
	color: black;
	background-color: #FFE95B;
	text-decoration: none;
	}
table#homebox h1 {
	font-size: 16pt;
	letter-spacing: 0.2em
	text-align: center;
	color: blue;
	text-decoration: none;
	background-image: url(vv1.gif);
	}
table#homebox h3 {
	font-size: 12pt;
	letter-spacing: 0.2em
	text-align: center;
	color: black;
	text-decoration: none;
	}
/*****************************************************************************/
.navtxt {
	font-family:  "Comic Sans MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	vertical-align: middle;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0;
	padding-bottom: 0;
	list-style-image: url(sphere.gif);
    }
.navtxt a {
	color: #0033cc;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	}
.navtxt a:hover {
	font-style: italic;
	color: #0077FF

	}
/*****************************************************************************/
a {
	text-decoration: none;
	color: #0033cc;
	font-weight: bold;
	font-style: normal
	}
a:hover {
	text-decoration: none;
	color: #0077ff;
	font-weight: bold;
	font-style: normal;
	}

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none
	color: #000;
	}
body#fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
body#fixed1 {
	background-attachment: fixed;
	}
