@media screen {
    body,p,div,h1,h2,h3,h4,h5,h6,button,input,select,textarea {
        font-family: Verdana,Tahoma,Trebuchet MS,sans-serif;
    }

    body {
        font-size: 0.95em;
    }

    p,ul,ol {
        line-height: 130%;
    }
    #Container p {
        text-align: justify;
    }
    p.template {
        margin: 0.3em;
        text-align: center;
    }
    .First {
        margin-top: 0;
    }
    .Last {
        margin-bottom: 0;
    }
    .annotation {
        font-size:0.85em;
    }
    DIV.bargraph {
        white-space: nowrap;
        padding-top: 6px;
    }
    DIV.barlegend {
        font-size: 0.7em;
    }
    DIV.bar-left {
        float:left;
        height: 12px;
        margin: 0px;
        padding: 0px;
        width: 2px;
        background-image: url('/portal/images/bar-left.gif');
    }
    DIV.bar-center {
        float:left;
        height: 12px;
        margin: 0px;
        padding: 0px;
        background-image: url('/portal/images/bar-center.gif');
    }
    DIV.bar-right {
        float:left;
        height: 12px;
        margin: 0px;
        padding: 0px;
        width: 6px;
        background-image: url('/portal/images/bar-right.gif');
    }

    .ProgressBar {
        z-index: 2000;
    }

    #positionInfo {
        margin-top: 2px;
        float: left;
        text-align: left;
        width: 400px;
    }

    #TabNavi {
        margin: 15px;
        margin-bottom: 0px;
        border-bottom: 2px solid #005E49;
        padding: 0px;
        height: 30px;
        color: #000;
    }
    #TabNavi, #TabNavi a {
        color: #000;
    }
    #TabNavi div.tab, #TabNavi div.tabEnd {
        float: left;
        margin: 0px;
        border: 0px none;
        border-top: 1px #fff solid;
        position: relative;
        top: -1px;
        padding: 5px 20px;
        height: 20px;
        font-weight: bold;
        color: #000;
    }
    #TabNavi div.tabEnd {
        width: 30px;
        font-style: italic;
        text-align: right;
    }
    #TabNavi div.tab:hover, #TabNavi div.tab:hover a, #TabNavi div.tabActive, #TabNavi div.tabActive a {
        background-color: #005e49;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }

    /* ITEM - DARSTELLUNG ##RH 25-01-10 */
    table.Border {
        border: 0px !important;
        font-size: small;
        border-collapse: collapse;
    }
    table.Border td {
        padding: 4px;
    }
    td.HeaderAnswer {
        border-bottom: 4px solid #002E19;
    }
    div.Question {
        border: 0px;
        /*font-weight:bold;*/
    }
    tr.even {
        background: none !important;
    }
    div#TestFooter {
        width: 995px !important;
    }
    div.wrapper hr {
        width: 995px !important;
    }
    div.wrapper {
        width: 995px !important;
    }

    /* Bugfix for IE */
    table {
        font-size: 100%;
    }
    button,input,select,textarea,a.Button {
        font-size:0.9em;
    }

    body,form {
        margin:0;
        padding:0;
    }

    td,th {
        vertical-align: top;
    }

    table.Vertical, table.Horizontal, table.Both, table.Mini {
        border-collapse: collapse;
    }
    table.Vertical td,table.Vertical th,table.Horizontal td,table.Horizontal th,table.Both td,table.Both th {
        padding: 0.2em 0;
    }
    table.Vertical td, table.Horizontal td, table.Both td {
        padding-right: 0.5em;
    }
    table.Mini td {
        padding-bottom: 0.5em;
    }
    table.Vertical th, table.Horizontal th, table.Both th, table.Mini th {
        text-align: left;
    }
    table.Vertical th, table.Horizontal th, table.Both th {
        padding-right: 1.5em;
    }
    td.Submit {
        padding: 0.5em 0 ! important;
    }

    table.Layout {
        border-collapse: collapse;
    }
    td.Layout {
        padding:0;
    }

    table.Border, td.Border {
        border: 1px solid #CCCCCC;
    }

    .Answers table.Border, .Answers td.Border {
        border:0;
    }
    .MidAnswers table.Border, .Answers td.Border {
        border:0;
    }
    td.HeaderAnswer {
        font-size: 80%;
        text-align: center;
    }

    table.BorderedLayout {
        border: 1px solid #000000;
        border-spacing: 0px;
        margin: 0.8em;
    }

    .BorderedLayout td, .BorderedLayout th {
        border: 1px solid #CCCCCC;
        padding: 0.3em;
    }

    h1, h2, h3 {
        margin:0;
        padding:0;
    }

    ul {
        list-style-type:square;
    }
    ul.messages, p.messages {
        margin:0 0 1em 0;
        padding: 1.5em;
        border:1px solid #FEFECC;
        background-color: #EEEEBC;
    }

    ul.Blind {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    ul.Padded li {
        margin-top: 0.2em;
    }

    hr {
        border:none;
        height:1px;
        color:#044294;
        background-color:#FEFECC;
    }

    div.Error,p.Error,p.FatalError {
        color:#990000;
    }
    div.Error,p.Error {
        border:1px solid #990000;
        padding:0.4em;
    }
    p.FatalError {
        text-align:center;
        border:solid #c00;
        border-width:0 15px;
        margin:1em 0;
        padding:1em;
        font-size:1.5em;
        line-height:150%;
    }
    .correction {
        color: #c00
    }

    .lotsoftext blockquote {
        margin:0 2em;
        padding:0;
    }
    .lotsoftext p {
        margin:0.5em 0 0;
    }
    .lotsoftext p.clear {
        margin-top:1em;
    }

    /**********************/
    /* Header definitions */
    /**********************/
    #Header {
        text-align:center;
        margin-top:5px;
    }
    #Navigation {
        padding:5px;
        color:#000;
        text-align:right;
    }
    #Login input.textfield {
        border:1px solid #FEFECC;
        background-color:#fff;
    }
    #Login input.textfield:hover {
        border:1px solid #207E69;
    }
    #Unswitch {
        float:left;
        padding:1px;
    }
    #Usermenu ul {
        display:inline;
    }
    #Usermenu li {
        display:inline;
    }
    #Unswitch a, #Usermenu a, #Login a {
        color:#000;
        padding:2px;
    }
    #Unswitch a:hover, #Usermenu a:hover, #Login a:hover {
        background-color:#FEFECC;
    }
    #LanguageMenu input {
        float: left;
        padding: 0;
        margin: 0 5px 0 0;
    }
    #LanguageMenu {
        position: absolute;
        left: 12px;
        top: 12px;
        width: 300px; /* Really sad fix for Opera */
    }
    #MetaLinks {
        position: absolute;
        top: 8px;
        right: 16px;
        margin: 0;
        text-align: left;
        list-style-type:none;
    }

    /*************************/
    /* Container definitions */
    /*************************/
    #Content {
        padding:1em;
    }
    #BareContent {
        background-color:white;
    }
    #Content h2, #BareContent h2, #Popup h2, #AdminMenu h2 {
        padding-left:5px;
        margin-bottom:1em;
        border-left:10px solid #FEFECC;
        border-bottom:solid 1px #FEFECC;
    }
    #BareContent {
        padding:1em;
    }
    .additional {
        margin: 1em 0em;
        padding-left: 1em;
        border:1px solid #666;
    }

    /**********************/
    /* Footer definitions */
    /**********************/
    #Footer {
        padding:2px 5px;
        font-size:0.85em;
        color:#000;
        background:#FEFECC;
        border-top:5px solid #828268;
        clear: both;
        text-align: left;
    }

    #TestFooter {
        display: none;
    }
    .SendBar {
        text-align:right;
        clear: both;
        margin: 30px 0 0 0;
    }

    /* Tabs */
    ul.Line {
        margin: 1em 0 0 10px;
        padding: 0;
        line-height: 120%;
        width: 100%; /* For our friend, IE */
    }
    ul.Line li {
        display: inline;
    }
    ul.Line li span.Background {
        background-position: top left;
        background-repeat: no-repeat;
        padding: 3px 4px 3px 4px;
        display: block;
    }
    ul.Line li a.on span.Background {
        background-image: url(../images/left_on.png);
    }
    ul.Line li a.on {
        background-image: url(../images/right_on.png);
    }
    ul.Line li a.off span.Background {
        background-image: url(../images/left_off.png);
    }
    ul.Line li a.off:hover span.Background {
        background-position: left -100px;
    }
    ul.Line li a.off {
        background-image: url(../images/right_off.png);
    }
    ul.Line li a.off:hover {
        background-position: right -100px;
    }
    ul.Line li span.DisabledTab span.Background {
        background-image: url(../images/left_disabled.png);
    }
    ul.Line li span.DisabledTab {
        background-image: url(../images/right_disabled.png);
    }


    ul.Line li a, ul.Line li span.DisabledTab {
        position: relative;
        z-index: 2;
        display: block;
        float: left;

        margin-left: 4px;
        margin-bottom: -1px;

        font-family: Tahoma,Verdana,sans-serif;
        text-align: center;
        white-space: nowrap;
        color:#444;

        background-color: #ddd;
        background-position: top right;
        background-repeat: no-repeat;
    }
    ul.Line li a:hover {
        text-decoration: none;
    }

    ul.Line li a.off span.Background, ul.Line li span.DisabledTab span.Background {
        padding-bottom: 2px;
    }
    ul.Line li a.off {
        border-color:#bbb;
    }
    ul.Line li a.on {
        background-color:#fff;
        color:#FEFECC;
    }
    ul.Line li a.off:hover {
        border-color:#999;
        background-color: #eee;
        color: #000;
    }
    ul.Line li span.DisabledTab {
        border-color:#ddd;
        background-color:#eee;
        color: #aaa;
        cursor: default;
    }
    ul.Line li span.DisabledTab:hover, ul.Line li span.DisabledTabHover {
        text-decoration: line-through;
        color: #666;
    }

    div.Card {
        clear: left;
        top: -25px;
        border:1px solid #666;
        padding:5px;
        position: relative;
        z-index: 1;
    }
    div.Card h1, div.Card h2, div.Card h3 {
        margin:1em 0 0.5em;
    }

    /* spezial Text */
    .msg_-1 {
        color:#900;
    }
    .msg_0 {
        color:#000;
    }
    .msg_1 {
        color:#090;
    }
    li.done {
        color:silver;
    }

    a:active, a:visited, a:link {
    color: #005E49;
    text-decoration: underline;
    font-weight: bold;
    }
    a:hover {
    color: #005E49;
    text-decoration: underline;
    font-weight: bold;
    }

    a.arrow:before {
        content:'� ';
        font-weight:bold;
        color:#036;
    }
    a.offsite:before {
        content:'\0021aa  ';
        font-weight:bold;
        color:#603;
    }

    a.Current, a.Current:link, a.Current:visited {
        font-weight: bold;
        color: black;
    }

    .item_block_list {
        border: 1px solid #eee;
        padding: 2px;
    }
    .item_block_list li {
        border:solid 1px #ccc;
        margin-top:0.2em;
    }
    .item_block_list li li {
        border:none;
        margin-top:0;
    }

    ul.checklist {
        list-style-type:none;
    }
    .listtitle {
        font-weight:bold;
    }
    .score {
        font-weight:bold;
    }

    input.Button, input.AnswerButton, button, a.Button:link, a.Button:active, a.Button:visited, a.Button:hover {
        border:1px solid #002E19;
        background-color:#FEFECC;
        color:#000;
        font-weight:bold;
        text-decoration:none;
        padding: 0.1em 0.1em;
    }
    input.Button:hover, button:hover, input.ButtonHover, button.ButtonHover, a.Button:hover {
        border-color:#002E19;
        border-style:outset;
        background-color:#FEFECC;
        cursor:pointer;
        text-decoration: none;
    }
    input.AnswerButton, button.AnswerButton,button.AnswerButton:hover {
        border-style: solid;
        border-color: #002E19;
        background-color: #FEFECC;
        cursor: default;
    }

    button.Button {
        border-style: solid;
        border-color: #002E19;
        cursor: default;
    }

    button.Disabled all {
        text-decoration: line-through;
    }

    input.Text, textarea, select {
        border:1px solid #999;
        margin-right: 0.3em;
    }
    input.Text:hover, textarea:hover, select:hover, input.TextHover, textarea.TextHover, select.TextHover {
        border:1px solid #000;
    }
    input.Short {
        width:5em;
    }
    input.invalid, select.invalid {
        color:red;
        background-color:#fcc;
    }

    /* fix for MapItem */
    #Map2 button:hover {
        border:1px solid #FEFECC;
        background-color:#3375cc;
        color:#fff;
        font-weight:bold;
        padding: 0.1em 0.1em;
    }
    dl.Testlist dt {
        font-weight:bold;
    }
    dl.Testlist dd {
        margin-bottom:15px;
    }
    dl.Testlist a img {
        border:0;
        vertical-align:middle;
    }

    /*fieldset, div.blockbody, div.filterActive {
        border: 0px none;
        margin: 0px 0px 5px 0px;
        padding: 0.5em 0.5em 0.5em 0.5em;
        background-color: #EEEEBC;
    }
    */
    div.filterInactive, div.filterActive {
        margin: 0px 0px 5px 0px;
        padding: 0.5em 0.5em 0.5em 0.5em;
        border: 1px dotted #aaa;
        border-top: 0px none;
    }

    #ContainerLeft ul li {
        list-style-image: none;
        list-style-type: none;
    }
    #Content ul li {
      margin-left: 30px;
    }
    #ContainerLeft ul.csc-bulletlist-0 li {
        list-style-image: url('/portal/images/ListItem.gif');
        list-style-type: none;
    }
    #leftColumn2 ul.csc-bulletlist-0 li {
        list-style-image: url('/portal/images/ListItem.gif');
        list-style-type: none;
        margin-left: 25px;
    }
    #ContainerLeft h1, h1.blockheader {
        background-color: #FEFECC;
        letter-spacing: 1px;
        color: #000;
        font-size: 0.85em;
        font-weight: bold;
        margin: 0;
        min-height: 16px;
        padding: 5px 0 4px 10px;
        font-family: Arial;
    }

    h1.filterInactive, h1.filterActive {
        letter-spacing: 1px;
        font-size: 0.85em;
        font-weight: bold;
        margin: 0;
        min-height: 16px;
        padding: 5px 0 4px 10px;
        font-family: Arial;
        border: 1px dotted #aaa;
        border-bottom: 0px none;
    }


    a.filterCurrent {
        font-weight: bold !important;
        font-size: 1.05em;
        color: #000;
    }

    a.filterInactive, div.filterInactive a {
        color: #aaa;
    }
    h1.filterInactive a {
        display: none;
    }

    /* Test style */

    p.Question {
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: 0.5em;
    }

    div.Answers {
        margin-bottom: 2em;
    }

    div.isForced, input.isForced, select.isForced {
        border: 1px solid red;
    }

    div.break {
        clear: both;
    }

    #Container {
        width: 100%;
        border: none;
        border-collapse: collapse;
    }
    #ContainerLeft,#ContainerRight {
        padding: 0;
    }

    #ContainerRight {
        margin: 0px 200px 0px 200px;
    }
    #ContainerRight2 {
        margin: 0px 0px 0px 200px;
    }
    /*
    #leftColumn {
        left: -200px;
        position: relative;
        margin-right: -200px;
    }
    */
    #ContainerLeftSize {
        width: 15em;
        line-height:1px;
    }
    #ContainerLeft {
        float: right;
        width: 200px;
    }

    p.Warning {
        border: 2px solid #990000;
        padding: 0.4em;
        margin: 0.4em;
        color: #990000;
        font-weight: bold;
    }

    div.Warning {
        border: 2px solid #990000;
    }

    div.Warning p {
        color: #990000;
        font-weight: bold;
        padding: 0.4em;
        margin: 0.4em;
    }

    .Warning small {
        color: #000000;
    }

    img.Photo {
        border: 1px solid #999999;
        margin: 0.4em;
    }
    div.Photo {
        text-align: center;
        font-size: 0.8em;
        font-weight: bold;
        margin: 1em;
    }

    div.Answers h1, div.Answers h2, div.Answers h3 {
        margin: 1.3em 0 0.2em 0;
        padding: 0;
        border: 0px none #fff;
    }

    div.Answers h1 {
        font-size: 1.8em;
    }

    div.Answers h2 {
        font-size: 1.6em;
    }

    div.Answers h3 {
        font-size: 1.2em;
    }

    span.Disabled {
        color: #777777;
    }

    div.toc {
        color:#02214a;
        border-bottom: solid 1px #ccf;
        background-color:#eef;
        padding:1em 1em 1em;
    }
    div.toc ul {
        margin:0.2em 0 0 2em;
        padding:0;
    }
    div.toc ul ul {
        margin:0 0 0 1.5em;
        padding:0;
    }

    span.ContextLinks {
        color: #666666;
    }

    .ConditionAdd,.ConditionRemove {
        width: 1.7em;
        font-weight: bold;
    }

    option.Header {
        color:#666666;
    }

    table.Location {
        border: 1px solid #FEFECC;
        margin-bottom: 5px;
    }
    table.Location th {
        text-align: right;
    }

    /* Map definitions */
    #Introduction {
        margin: auto;
    }
    #Map {
        width: 400px;
    }
    #Map2 {
        width: 400px;
        height: 400px;
        background: url(../../upload/items/map.jpg) no-repeat;
        position: relative;
        border: 1px solid #ccc;
    }
    #Map2 button {
        font-size: 8px;
        width: 70px;
        height: 70px;
        position: absolute;
    }
    #Map2 div.LocationInfo {
            width: 90px;
        height: 40px;
        background: #fff;
        border: 1px solid #ccc;
        color: #000;
        display: none;
        font-size: 10px;
        position: absolute;
    }
    #Map2 button.Visited {
        background: #ddd;
    }
    #Map2 button.Current {
        border-color: #f00;
    }
    #CurrentTime {
        text-align: right;
    }
    #Path, #Aktions {
        width: 100%;
        vertical-align: middle;
    }
    #Aktions button, #Aktions input {
        width: 100%;
    }

    div.introduction {
    }

    div.PausePage {
        border:1px solid #CCCCCC;
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 10px;
    }

    tr.even {
        background: #ccc;
    }
    tr.odd {
        background: #eee;
    }

    a.Button.list {
        display: block;
        text-align: center;
    }

    /* Template Management */

    .ItemTemplate {
        height: 50px;
        padding: 5px;
        margin: 7px;
        border-left: 1px solid #9aafcc;
        border-bottom: 1px solid #9aafcc;
    }
    /*
    .ItemTemplate:hover {
        background-color: #9aafcc;
    }
    */
    .ItemTemplateImage {
        float: left;
        width: 50px;
        height: 50px;
        border: 1px solid black;
    }
    .ItemTemplateDescription {
        padding-left: 5px;
        float: left;
    }
    .ItemTemplateDelete {
        float: right;
    }
    tr.Question.isForced, div.Question.isForced {
        background-color: #FFDDDD !important;
    }
}

