/* -----------------------------
colors.css - 23.01.2015
----------------------------- */

/* Hintergrund */
.maroon { background: maroon; }
.darkred { background: darkred; }
.firebrick { background: firebrick; }
.brown { background: brown; }
.crimson { background: crimson; }
.red { background: red; }
.orangered { background: orangered; }
.indianred { background: indianred; }
.darksalmon { background: darksalmon; }
.lightsalmon { background: lightsalmon; }
.tomato { background: tomato; }
.salmon { background: salmon; }
.lightcoral { background: lightcoral; }
.palevioletred { background: palevioletred; }
.mediumvioletred { background: mediumvioletred; }
.deeppink { background: deeppink; }
.fuchsia { background: fuchsia; }
.magenta { background: magenta; }
.hotpink { background: hotpink; }
.lightpink { background: lightpink; }
.pink { background: pink; }
.thistle { background: thistle; }
.plum { background: plum; }
.violet { background: violet; }
.orchid { background: orchid; }
.mediumorchid { background: mediumorchid; }
.darkorchid { background: darkorchid; }
.darkviolet { background: darkviolet; }
.purple { background: purple; }
.darkmagenta { background: darkmagenta; }
.indigo { background: indigo; }
.blueviolet { background: blueviolet; }
.mediumpurple { background: mediumpurple; }
.mediumslateblue { background: mediumslateblue; }
.slateblue { background: slateblue; }
.darkslateblue { background: darkslateblue; }
.midnightblue { background: midnightblue; }
.navy { background: navy; }
.darkblue { background: darkblue; }
.mediumblue { background: mediumblue; }
.blue { background: blue; }
.royalblue { background: royalblue; }
.cornflowerblue { background: cornflowerblue; }
.steelblue { background: steelblue; }
.dodgerblue { background: dodgerblue; }
.deepskyblue { background: deepskyblue; }
.lightskyblue { background: lightskyblue; }
.skyblue { background: skyblue; }
.lightblue { background: lightblue; }
.powderblue { background: powderblue; }
.paleturquoise { background: paleturquoise; }
.mediumturquoise { background: mediumturquoise; }
.lightseagreen { background: lightseagreen; }
.darkcyan { background: darkcyan; }
.teal { background: teal; }
.cadetblue { background: cadetblue; }
.darkturquoise { background: darkturquoise; }
.turquoise { background: turquoise; }
.cyan { background: cyan; }
.aquamarine { background: aquamarine; }
.mediumaquamarine { background: mediumaquamarine; }
.darkseagreen { background: darkseagreen; }
.mediumseagreen { background: mediumseagreen; }
.seagreen { background: seagreen; }
.darkgreen { background: darkgreen; }
.forestgreen { background: forestgreen; }
.limegreen { background: limegreen; }
.springgreen { background: springgreen; }
.mediumspringgreen { background: mediumspringgreen; }
.palegreen { background: palegreen; }
.lightgreen { background: lightgreen; }
.lime { background: lime; }
.chartreuse { background: chartreuse; }
.lawngreen { background: lawngreen; }
.greenyellow { background: greenyellow; }
.yellowgreen { background: yellowgreen; }
.darkolivegreen { background: darkolivegreen; }
.olivedrab { background: olivedrab; }
.darkkhaki { background: darkkhaki; }
.darkgoldenrod { background: darkgoldenrod; }
.goldenrod { background: goldenrod; }
.gold { background: gold; }
.yellow { background: yellow; }
.khaki { background: khaki; }
.palegoldenrod { background: palegoldenrod; }
.sandybrown { background: sandybrown; }
.orange { background: orange; }
.darkorange { background: darkorange; }
.chocolate { background: chocolate; }
.saddlebrown { background: saddlebrown; }
.sienna { background: sienna; }
.peru { background: peru; }
.burlywood { background: burlywood; }
.tan { background: tan; }
.wheat { background: wheat; }
.navajowhite { background: navajowhite; }
.moccasin { background: moccasin; }
.blanchedalmond { background: blanchedalmond; }
.rosybrown { background: rosybrown; }
.mistyrose { background: mistyrose; }
.lavenderblush { background: lavenderblush; }
.lavender { background: lavender; }
.ghostwhite { background: ghostwhite; }
.azure { background: azure; }
.lightcyan { background: lightcyan; }
.aliceblue { background: aliceblue; }
.mintcream { background: mintcream; }
.honeydew { background: honeydew; }
.lightgoldenrodyellow { background: lightgoldenrodyellow; }
.lemonchiffon { background: lemonchiffon; }
.lightyellow { background: lightyellow; }
.ivory { background: ivory; }
.floralwhite { background: floralwhite; }
.oldlace { background: oldlace; }
.cornsilk { background: cornsilk; }
.antiquewhite { background: antiquewhite; }
.bisque { background: bisque; }
.peachpuff { background: peachpuff; }
.papayawhip { background: papayawhip; }
.seashell { background: seashell; }
.snow { background: snow; }
.white { background: white; }
.whitesmoke { background: whitesmoke; }
.gainsboro { background: gainsboro; }
.lightgrey { background: lightgrey; }
.silver { background: silver; }
.darkgray { background: darkgray; }
.gray { background: gray; }
.dimgray { background: dimgray; }
.lightslategray { background: lightslategray; }
.slategray { background: slategray; }
.darkslategray { background: darkslategray; }
.black { background: black; }

/* Schriftfarbe */
.font-maroon { color: maroon; }
.font-darkred { color: darkred; }
.font-firebrick { color: firebrick; }
.font-brown { color: brown; }
.font-crimson { color: crimson; }
.font-red { color: red; }
.font-orangered { color: orangered; }
.font-indianred { color: indianred; }
.font-darksalmon { color: darksalmon; }
.font-lightsalmon { color: lightsalmon; }
.font-tomato { color: tomato; }
.font-salmon { color: salmon; }
.font-lightcoral { color: lightcoral; }
.font-palevioletred { color: palevioletred; }
.font-mediumvioletred { color: mediumvioletred; }
.font-deeppink { color: deeppink; }
.font-fuchsia { color: fuchsia; }
.font-magenta { color: magenta; }
.font-hotpink { color: hotpink; }
.font-lightpink { color: lightpink; }
.font-pink { color: pink; }
.font-thistle { color: thistle; }
.font-plum { color: plum; }
.font-violet { color: violet; }
.font-orchid { color: orchid; }
.font-mediumorchid { color: mediumorchid; }
.font-darkorchid { color: darkorchid; }
.font-darkviolet { color: darkviolet; }
.font-purple { color: purple; }
.font-darkmagenta { color: darkmagenta; }
.font-indigo { color: indigo; }
.font-blueviolet { color: blueviolet; }
.font-mediumpurple { color: mediumpurple; }
.font-mediumslateblue { color: mediumslateblue; }
.font-slateblue { color: slateblue; }
.font-darkslateblue { color: darkslateblue; }
.font-midnightblue { color: midnightblue; }
.font-navy { color: navy; }
.font-darkblue { color: darkblue; }
.font-mediumblue { color: mediumblue; }
.font-blue { color: blue; }
.font-royalblue { color: royalblue; }
.font-cornflowerblue { color: cornflowerblue; }
.font-steelblue { color: steelblue; }
.font-dodgerblue { color: dodgerblue; }
.font-deepskyblue { color: deepskyblue; }
.font-lightskyblue { color: lightskyblue; }
.font-skyblue { color: skyblue; }
.font-lightblue { color: lightblue; }
.font-powderblue { color: powderblue; }
.font-paleturquoise { color: paleturquoise; }
.font-mediumturquoise { color: mediumturquoise; }
.font-lightseagreen { color: lightseagreen; }
.font-darkcyan { color: darkcyan; }
.font-teal { color: teal; }
.font-cadetblue { color: cadetblue; }
.font-darkturquoise { color: darkturquoise; }
.font-turquoise { color: turquoise; }
.font-cyan { color: cyan; }
.font-aquamarine { color: aquamarine; }
.font-mediumaquamarine { color: mediumaquamarine; }
.font-darkseagreen { color: darkseagreen; }
.font-mediumseagreen { color: mediumseagreen; }
.font-seagreen { color: seagreen; }
.font-darkgreen { color: darkgreen; }
.font-forestgreen { color: forestgreen; }
.font-limegreen { color: limegreen; }
.font-springgreen { color: springgreen; }
.font-mediumspringgreen { color: mediumspringgreen; }
.font-palegreen { color: palegreen; }
.font-lightgreen { color: lightgreen; }
.font-lime { color: lime; }
.font-chartreuse { color: chartreuse; }
.font-lawngreen { color: lawngreen; }
.font-greenyellow { color: greenyellow; }
.font-yellowgreen { color: yellowgreen; }
.font-darkolivegreen { color: darkolivegreen; }
.font-olivedrab { color: olivedrab; }
.font-darkkhaki { color: darkkhaki; }
.font-darkgoldenrod { color: darkgoldenrod; }
.font-goldenrod { color: goldenrod; }
.font-gold { color: gold; }
.font-yellow { color: yellow; }
.font-khaki { color: khaki; }
.font-palegoldenrod { color: palegoldenrod; }
.font-sandybrown { color: sandybrown; }
.font-orange { color: orange; }
.font-darkorange { color: darkorange; }
.font-chocolate { color: chocolate; }
.font-saddlebrown { color: saddlebrown; }
.font-sienna { color: sienna; }
.font-peru { color: peru; }
.font-burlywood { color: burlywood; }
.font-tan { color: tan; }
.font-wheat { color: wheat; }
.font-navajowhite { color: navajowhite; }
.font-moccasin { color: moccasin; }
.font-blanchedalmond { color: blanchedalmond; }
.font-rosybrown { color: rosybrown; }
.font-mistyrose { color: mistyrose; }
.font-lavenderblush { color: lavenderblush; }
.font-lavender { color: lavender; }
.font-ghostwhite { color: ghostwhite; }
.font-azure { color: azure; }
.font-lightcyan { color: lightcyan; }
.font-aliceblue { color: aliceblue; }
.font-mintcream { color: mintcream; }
.font-honeydew { color: honeydew; }
.font-lightgoldenrodyellow { color: lightgoldenrodyellow; }
.font-lemonchiffon { color: lemonchiffon; }
.font-lightyellow { color: lightyellow; }
.font-ivory { color: ivory; }
.font-floralwhite { color: floralwhite; }
.font-oldlace { color: oldlace; }
.font-cornsilk { color: cornsilk; }
.font-antiquewhite { color: antiquewhite; }
.font-bisque { color: bisque; }
.font-peachpuff { color: peachpuff; }
.font-papayawhip { color: papayawhip; }
.font-seashell { color: seashell; }
.font-snow { color: snow; }
.font-white { color: white; }
.font-whitesmoke { color: whitesmoke; }
.font-gainsboro { color: gainsboro; }
.font-lightgrey { color: lightgrey; }
.font-silver { color: silver; }
.font-darkgray { color: darkgray; }
.font-gray { color: gray; }
.font-dimgray { color: dimgray; }
.font-lightslategray { color: lightslategray; }
.font-slategray { color: slategray; }
.font-darkslategray { color: darkslategray; }
.font-black { color: black; }
