/*
    Document   : crossword
    Created on : 04.07.2012, 15:03:45
    Author     : k-kombinat
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/**
  blue: #18B6D5;
  red: #c3182a:
  green: #2fd60a;
*/

.boxshadow_1 {
    moz-box-shadow: 1px 1px 1px #888;
    -webkit-box-shadow: 1px 1px 1px #888;
    box-shadow: 1px 1px 1px #888;
}

.boxshadow_2 {
    moz-box-shadow: 2px 2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888;
    box-shadow: 2px 2px 2px #888;
}

.boxshadow_4 {
    moz-box-shadow: 4px 4px 4px #888;
    -webkit-box-shadow: 4px 4px 4px #888;
    box-shadow: 4px 4px 4px #888;
}

.borderradius_10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.border-radius_10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#content-interaction {
    height: 490px;
    left: 275px;
    position: absolute;
    top: 30px;
    width: 630px;
}

.opacity_2 {
    opacity: 0.2;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
}

.center {
    text-align: center;
}

#quiZ {
    background: url(../media/design/bg-quizcontent.png) no-repeat scroll 0 0 transparent;
    width: 570px;height: 463px;position: relative;
}

/**
* =============================== Linke Seite Fragen ================================
*/
#leftsidequestions {
    cursor: pointer;
}

/**
* =============================== Startbildschirm ================================
*/
#startSelection {
    left: -18px;
    position: absolute;
    top: 180px;
}
#startSelection .startselection{
    float:left;
    width: 239px;height: 126px;
    margin-left: 40px;
    background: url(../media/design/btn-startselection.png) no-repeat #18B6D5;;
    width: 239px;height: 126px;
    cursor: pointer;
}
#startSelection .startselection:hover{
    background: url(../media/design/btn-startselection-active.png) no-repeat #18B6D5;;
}
#startSelection .startselection span {
    display: block;
    font-family: Geogrotesque-Medium;font-weight: normal;font-style: normal;
    font-size: 24px;text-align: center;color:#fff;
    line-height: 120px;
}


/**
* =============================== Fragepipes  links/rechts ================================
*/
#sidebar-questionpipes {
    height: 319px;
    left: 10px;
    position: absolute;
    right: 13px;
    top: 90px;
}
#sidebar-questionpipes .questionpipe {
    background: url('../media/design/bg-pipes.png') repeat-y;
    height: 285px;
    width: 28px;
}
#sidebar-questionpipes .questionpipe ul {
    margin-top: -5px;
}
#sidebar-questionpipes .questionpipe ul li span {
    color: #B9B8B8;
    display: block;
    font-family: Geogrotesque-SemiBold;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 28px;
    letter-spacing: -2px;
    line-height: 26px;
    margin-left: -4px;
    text-align: center;
    text-indent: 3px;
    width: 28px;
}
/*inaktiv*/
#sidebar-questionpipes .questionpipe ul li{
    background: url('../media/design/btn-pipe-inactive.png') no-repeat;
    height: 28px;width: 28px;margin-bottom: 2px;
}
/*aktiv*/
#sidebar-questionpipes .questionpipe ul li.active {
    background: url('../media/design/btn-pipe-active.png') no-repeat;
}
/*richtig*/
#sidebar-questionpipes .questionpipe ul li.correct{
    background: url('../media/design/btn-pipe-correct.png') no-repeat;
}
/*falsch*/
#sidebar-questionpipes .questionpipe ul li.wrong{
    background: url('../media/design/btn-pipe-wrong.png') no-repeat;
}


/**
* =============================== 4 Fragecontainer ================================
*/
#content-questionboxes {
    width: 439px;height: 266px;
    position: absolute; top:100px; left: 60px;
}
#content-questionboxes .qcontainer {
    border: 5px solid #18B6D5;
    width: 189px;
    height: 108px;
}
#content-questionboxes .qcontainer.correct{
    border-color:#2fd60a;
}
#content-questionboxes .qcontainer.wrong{
    border-color:#c3182a;
}
#content-questionboxes .qcontainer.bottom {
    margin-top: 31px;
}
#content-questionboxes .qcontainer .qbox {
    position: absolute;top: 0;
    left: 0; background-color: #18B6D5;
    width: 22px;height: 22px;
    color:#FFF;
    font-family: Geogrotesque-SemiBold;font-weight: normal;font-style: normal;
    font-size: 18px;
    text-align: center;
}
#content-questionboxes .qcontainer .qbox.correct{
    background-color:#2fd60a;
}
#content-questionboxes .qcontainer .qbox.wrong{
    background-color:#c3182a;
}
#content-questionboxes .qcontainer .text {
    font-size: 14px;line-height: 16px;
    margin: 35px 15px auto 15px;
    height: 65px; overflow: hidden;
}

/**
* =============================== Aktuelle Fragen im Header ================================
*/
#headerbox {
    left: 84px;
    position: absolute;
    top: 20px;
    right: 80px;
}
#headerbox #currentQuestionNumber {
    border: 2px solid #c3182a;
    height: 38px;
    width: 39px;
    border-radius:10px;
}
#headerbox #currentQuestionNumber span{
    color: #000000;
    display: block;
    font-family: Geogrotesque-SemiBold;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 39px;
    text-align: center;
}
#headerbox #currentQuestion {
    font-family: Geogrotesque-Medium;font-weight: normal;font-style: normal;
    font-size: 17px; color:#000;line-height: 40px;
    margin-left: 15px;width: 345px;cursor: pointer;
    line-height: 43px;
}
#headerbox #currentQuestion.longtext {
    font-size: 15px;
    line-height: 16px;
}


/**
* =============================== 4 Antwortfelder ================================
*/
#quiZ #footer-selectionboxes {
    bottom: 8px;
    height: 55px;
    left: 11px;
    position: absolute;
    width: 544px;
}

#quiZ .selectionbox .td {
    font-family: Geogrotesque-Medium;font-weight: normal;font-style: normal;
    height: 19px;
    text-align: center;
    width: 19px;
    font-size: 18px;
    color: #000;
    float:left;
    margin:2px;
    cursor: pointer;
}
#quiZ .selectionbox .td.active {
    background-color: #FFF !important;
    color:#000 !important;
}
#quiZ .selectionbox .td.active.correct {
    background-color: #2fd60a !important;
    color:#FFF !important;
}
#quiZ .selectionbox .td.active.wrong {
    background-color: #c3182a !important;
    color:#FFF !important;
}
#quiZ .selectionbox .td .leftvalue {
    padding-left: 2px
}
#quiZ .selectionbox .td .rightvalue {
    padding-right: 0px
}
#quiZ .selectionbox .td.hover{
    background-color : #FFFFFF !important;
    color : #000000 !important;
}
#quiZ .selectionbox .td.topleft {
    background-color: #18B6D5;
    color: #FFF;
    border-top:1px solid #5992a4;
    border-left:1px solid #5992a4;
    border-bottom:2px solid #136b88;
    border-right:2px solid #136b88;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius:8px;
    border-top-left-radius: 8px;
    -moz-box-shadow: 1px 1px 2px #8FBBC8 inset;
    -webkit-box-shadow: 1px 1px 2px #8FBBC8 inset;
    box-shadow: 1px 1px 2px #8FBBC8 inset;
}

#quiZ .selectionbox .td.topright {
    background-color: #18B6D5;
    color: #FFF;
    border-top:1px solid #12879e;
    border-right:2px solid #12879e;
    border-left:1px solid #5a929c;
    border-bottom:2px solid #0e6b7d;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius:8px;
    border-top-right-radius: 8px;
    -moz-box-shadow: 1px 1px 2px #8FBBC8 inset;
    -webkit-box-shadow: 1px 1px 2px #8FBBC8 inset;
    box-shadow: 1px 1px 2px #8FBBC8 inset;
}
#quiZ .selectionbox .td.bottomleft {
    background-color: #18B6D5;
    color: #FFF;
    border-top:1px solid #6aaabc;
    border-left:1px solid #3da9c1;
    border-bottom:2px solid #0d84a2;
    border-right:2px solid #0c7d9b;
    -moz-border-radius-bottomleft: 8px;
    -webkit-border-top-left-radius:8px;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 1px 1px 2px #8FBBC8 inset;
    -webkit-box-shadow: 1px 1px 2px #8FBBC8 inset;
    box-shadow: 1px 1px 2px #8FBBC8 inset;
}
#quiZ .selectionbox .td.bottomright {
    background-color: #18B6D5;
    color: #FFF;
    border-top:1px solid #6aaabc;
    border-left:1px solid #59a0b4;
    border-bottom:2px solid #0d84a2;
    border-right:2px solid #0d84a2;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-right-radius:8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 1px 1px 2px #8FBBC8 inset;
    -webkit-box-shadow: 1px 1px 2px #8FBBC8 inset;
    box-shadow: 1px 1px 2px #8FBBC8 inset;
}


/**
* =============================== Ergebnisausgabe ================================
*/

#resultcontainer_1player {
    position: absolute;
    top: 95px;
    left: 180px;
}

#resultcontainer_2player {
    position: absolute;
    top: 95px;
    left: 60px;
}
#resultcontainer_1player .points,
#resultcontainer_2player .points{
    font-family: Geogrotesque-SemiBold;font-weight: normal;font-style: normal;
    font-size: 24px;
}

.resultbox {
    border: 5px solid #18B6D5;
    width: 190px;
    height: 275px;
}
