/* 
CSS Document 
Copyright by Sascha Moetsch
*/
body,td,th {
	color: #000000;
}
body {
	background-color: #6D7E3A;
	background-image:url(http://unicorn.bplaced.net/blumen/bg_fade_rose_web.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-attachment:fixed;
}

a:link { text-decoration:none; color:#0066FF}
a:visited { text-decoration:none; color:#00FF00}
a:hover { text-decoration:underline; color:#0099FF}
a:active { text-decoration:underline; color:#00FFFF}
a:focus { text-decoration:none;  color:#00CCFF}

/*Formulare*/

.fehlermeldung {
  border-width:1px;
  border-style:solid;
  border-color:red;
  background-color:#FF9999;
  width: 500px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}
.bestatigung {
  border-width:1px;
  border-style:solid;
  border-color:green;
  background-color:#66FF66;
  width: 500px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
}
.button {
 font-weight: bold;
}

/*fett*/

.haupttitel {
       font-family:  "Viner Hand ITC", "Monotype Corsiva", Arial;
       font-size:  30px;
       font-weight:  bold;
       font-style:   normal;
       color: #0000A0;
}

.untertitel {
       font-family:  "Viner Hand ITC", "Monotype Corsiva", Arial;
       font-size:  20px;
       font-weight:  bold;
       font-style:   normal;
       color: #0099CC;
}



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

.fettmittelrot {
       font-family:  "Arial";
       font-size:  16px;
       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:  16px;
       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:  16px;
       font-weight:  bold;
       font-style:  normal;
       color: blue;
}

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




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

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

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




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

.fettmittel {
       font-family:  "Arial";
       font-size:  16px;
       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:  16px;
       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:  16px;
       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:  16px;
       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:  green;
}

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

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

.fliesstextmittel {
       font-family:  "Arial";
       font-size:  17px;
       font-weight:  normal;
       font-style:  normal;
	   color: #FFFFFF;
}
.fliesstextmittelfett {
       font-family:  "Arial";
       font-size:  17px;
       font-weight:  bold;
       font-style:  normal;
	   color: #FFFFFF;
}



