.color1 {color: #f6a132;}		/*ORANGE*/
.color2 {color: #a5dd33;}               /*KNALLGRÜN*/
.color3 {color: #d3ee9d;}               /*HELLGRÜN*/
.color4 {color: #66a413;}               /*DUNKELGRÜN*/


.box {margin: 0px !important; background: transparent; text-align: left;}
.full {width: 720px;}
.oneFourth {width: 180px;}
.oneThird {width: 240px;}
.oneHalf {width: 360px;}
.twoThird {width: 480px;}
.threeFourth {width: 540px;}


div.box h1 {font-size: 30px; font-weight: bold; margin: 0px 20px 15px 20px; color: #666666; text-transform: lowercase; letter-spacing: 2px; font-weight: normal;}
div.box h2 {font-size: 16px; font-weight: normal; margin: 20px 20px 10px 20px; color: #666666; text-transform: uppercase;}
div.box h3 {font-size: 12px; color: #777777; font-weight: bold; margin: 13px 20px 5px;}
div.box p {font-size: 14px; margin: 0px 20px 7px 20px; color: #EEEEEE; text-align: justify;}
div.box ul {margin: 0px;}
div.box ul li {font-size: 14px; margin: 0px 20px 0px 35px; color: #EEEEEE;}
div.box a {color: #00af9d; font-weight: normal; text-decoration: none;}
div.box a img {border:none;}
div.box a:hover {color: #01e3cc; font-weight: normal;}


/*CLASSES*/
.small {font-size: 11px !important;}
.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center !important;}
.fleft {float: left;}
.fright {float: right;}
.clear {clear: both;}
.white {color: #FFFFFF !important;}
.black {color: #000000 !important;}
.red {color: red !important;}
.green {color: green !important;}
.uppercase {text-transform: uppercase;}
.bold {font-weight: bold;}
.pointer {cursor:pointer;}
.button {cursor:pointer;}
.button b {display: none;}
.button img {border: none;}
