/* beim drüberfahren -----------------------------------------------------------------------------------------*/

a {
    color: #75941f;
}

#content {
    width: 600px;
    margin: 30px auto;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

.quickFlip {
    height: 50px;
    width: 60px;
    float: left;
}

.panel1, .panel2, .panel3 {
    height: 50px;
    width: 60px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-family: "Trebuchet MS", Verdana, Sans-serif, sans;
    line-height: 40px;
}

.panel1 {
    background-color: #95BD28;
    z-index: 10;
}

.panel2 {
    background-color: #FFD993;
    color: #333;
}

.addthis_toolbox {
    width: 240px;
    margin: 30px auto;
}

.addthis_toolbox a {
    color: #000;
}

.footer {
    font-size: .8em;
}

/* grundgerüst -----------------------------------------------------------------------------*/

.quickFlip, .quickFlip3 {
    height: 230px;
    width: 485px;
}

.quickFlip2 {
    height: 150px;
    width: ;
    float: left;
    margin-right: 9%;
}

/* the rest of this is irrelevent */

.quickFlip h6, .quickFlip h7 {
    font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
}

.half-col {
    width: 50%;
    float: left;
}

/**** panels ****/

.quickFlip, .quickFlip2, .quickFlip3 {
    font-family: ;
    font-size: 13px;
    position: relative;
}


.quickFlip .blackPanel, .quickFlip2 .blackPanel, .quickFlip3 .blackPanel {
    background-color: white;
    color: ;
    border: 1px outset black;
}

.quickFlip .redPanel, .quickFlip2 .redPanel, .quickFlip3 .redPanel {
    background-color: white;
    color: #FFF;
    border: 1px outset #4f6417;
}

.half-col p {
    padding: 5px;
    margin:0 30px 10px 30px;
}

.half-col p.panel-content {
    text-align: ;
    margin-top: 10px;
}

.half-col h6, .half-col h7 {
    padding: 0;
    margin: 0 0px;
}

.half-col h6 {
    text-align: ;
    font-size:24px;
    line-height:24px;
}

.half-col .redPanel h7 {
    text-align: center;
    margin-bottom: 10px;
}

.half-col .first {
    margin-top: 30px;
}

.half-col EM {
    display: block;
    padding: 0;
}

.half-col A.quickFlipCta {
    position: absolute;
    bottom: 30px;
    left: 65px;
    width: 210px;
    font-size: 15px;
    outline: none;
}

.quickFlip2 .redPanel a {
    color: #FFF;
}

.quickFlipCta {
    cursor: pointer;
}

