/* 
CSS Document 
Copyright by Sascha Moetsch
*/
body,td,th {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;

}
body {
	background-color: #FFFFFF;
}
input,textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link { text-decoration:none; color:#0033CC }
a:visited { text-decoration:none; color:#0066FF}
a:hover { text-decoration:underline; color:#0099FF}
a:active { text-decoration:underline; color:#36F}
a:focus { color:#99FFFF}

/*Formulare*/

.fehlermeldung {
  border-width:1px;
  border-style:solid;
  border-color:red;
  background-color:#FF9999;
  width: 800px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}
.bestatigung {
  border-width:1px;
  border-style:solid;
  border-color:green;
  background-color:#66FF66;
  width: 800px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
}


/*fett*/

.fettgrossrot {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  bold;
       font-style:  normal;
       color:  #FF0000;
}

.fettmittelrot {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  bold;
       font-style:  normal;
       color:  #FF0000;
}

.fettkleinrot {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  bold;
       font-style:  normal;
       color:  #FF0000;
}




.fettgrossgelb {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  bold;
       font-style:  normal;
       color:  yellow;
}

.fettmittelgelb {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  bold;
       font-style:  normal;
       color:  yellow;
}

.fettkleingelb {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  bold;
       font-style:  normal;
       color:  yellow;
}




.fettgrossblau {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  bold;
       font-style:  normal;
       color: blue;
}

.fettmittelblau {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  bold;
       font-style:  normal;
       color: blue;
}

.fettkleinblau {
       font-family:  "Arial";
       font-size:  11px;
       font-weight:  bold;
       font-style:  normal;
       color: blue;
}




.fettgrossgruen {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  bold;
       font-style:  normal;
       color: lime;
}

.fettmittelgruen {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  bold;
       font-style:  normal;
       color: lime;
}

.fettkleingruen {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  bold;
       font-style:  normal;
       color: lime;
}




.fettgross {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  bold;
       font-style:  normal;
}

.fettmittel {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  bold;
       font-style:  normal;
}

.fettklein {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  bold;
       font-style:  normal;
}

/*standart*/

.standartgrossrot {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  normal;
       font-style:  normal;
       color:  #FF0000;
}

.standartmittelrot {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  normal;
       font-style:  normal;
       color:  #FF0000;
}

.standartkleinrot {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  normal;
       font-style:  normal;
       color:  #FF0000;
}




.standartgrossgelb {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  normal;
       font-style:  normal;
       color:  yellow;
}

.standartmittelgelb {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  normal;
       font-style:  normal;
       color:  yellow;
}

.standartkleingelb {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  normal;
       font-style:  normal;
       color:  yellow;
}




.standartgrossblau {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  normal;
       font-style:  normal;
       color:  blue;
}

.standartmittelblau {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  normal;
       font-style:  normal;
       color:  blue;
}

.standartkleinblau {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  normal;
       font-style:  normal;
       color:  blue;
}




.standartgrossgruen {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  normal;
       font-style:  normal;
       color:  lime;
}

.standartmittelgruen {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  normal;
       font-style:  normal;
       color:  lime;
}

.standartkleingruen {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  normal;
       font-style:  normal;
       color:  lime;
}
.standartgross {
       font-family:  "Arial";
       font-size:  24px;
       font-weight:  normal;
       font-style:  normal;
}
.standartmittel {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  normal;
       font-style:  normal;
}
.standartklein {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  normal;
       font-style:  normal;
}

/*Link*/

.linkmittel {
       font-family:  "Arial";
       font-size:  14px;
       font-weight:  normal;
       font-style:  normal;
       
}
.linkklein {
       font-family:  "Arial";
       font-size:  10px;
       font-weight:  normal;
       font-style:  normal;
       
}
.linka {
    text-decoration:none;
	color:#0066FF;
	font-size:14px;
}
.linkb {
    text-decoration:none;
	color:#00FF00;
	font-size:14px;
}

