/* Tag classifier */

H1
{
    white-space: nowrap;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 21px;
    font-weight: 500;
    color: #0c1c8c;
    margin-top: 0px;
    padding-top: 0px;
}
H2
{
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 0px;
}
a.noLink
{
    text-decoration: none;
}
input:focus
{
    background-color: #FFECCB;
}
textarea:focus
{
    background-color: #FFECCB;
}
ul
{
margin-left:0px;
padding-left:0px;
}
li
{
margin-left:0px;
margin-bottom:6px;
}

/* Farben der Website */

/* light blue */
.appColor1
{
    background-color: #C9DBFF;
}
.appColor2
{
    background-color: #96AACA;
}
.appColorBlue
{
    color: #0c1c8c;
}
.appColorBlack
{
    color: #000000;
}

/* Fonts */

.tinyBlue
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 10px;
    color: #0c1c8c;
}
.smallBody
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #605E5D;
    line-height: 120%;
}
.smallBodyBlack
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #000000;
    line-height: 120%;
}
.smallWhite
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    color: #ffffff;
}

.smallBold
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #605E5D;
}
.smallBoldBlack
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}
.normBody
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #605E5D;
}

.normBold
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #605E5D;
}

.normBoldBlue
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #0c1c8c;
}

.normList
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #605E5D;
    line-height: 130%;
}

.normListBold
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #605E5D;
    text-decoration: none;
}

.normListBlue
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #0c1c8c;
    line-height: 130%;
}

.bigGrey
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #605e5d;
}

.mediumGrey
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 16px;
    font-weight: bolder;
    color: #605e5d;
}
.smallWarning
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: rgb(255,0,0);
}
.warning
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: rgb(255,0,0);
}

/* Image shadows */

DIV.shadow
{
    float: left;
    background-color: #afafaf;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    padding: 0;
    margin-top: 6px;
}

DIV.shadow IMG
{
    display: block;
    border: 2px solid #fff;
    position: relative;
    top: -3px;
    left: -4px;
}

/* Headers  */

.h1Blue
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 21px;
    font-weight: 500;
    color: #0c1c8c;
}

.h2Blue
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #0c1c8c;
}

.h2Grey
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #605e5d;
}

.h1Grey
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 21px;
    font-weight: bold;
    color: #605e5d;
}

.h1LightGrey
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 21px;
    font-weight: bold;
    color: #949494;
}

.h3Grey
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #605e5d;
    padding-bottom: 4px;
}

.h3Blue
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #0c1c8c;
}


.header
{
    position: absolute;
    left: 38px;
    top: 34px;
}

/* Form elements  *****************************************************************************/

.formArea
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #605e5d;
    padding: 1px;
    margin: 3px;
}
.formInput
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #605e5d;
    height: 13px;
    width: 130px;
    background-color: #ffffff;
    padding: 1px;
    margin: 3px;
    vertical-align: middle;
}
.formSelect
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    border: solid 1px #605e5d;
    padding: 1px;
    margin: 3px;
    vertical-align: middle;
}
.primeButton
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #FFE0A9;
}


/* Login pad  *********************************************************************************/

.login
{
    width: 340px;
    margin: auto;
    margin-top: 50px;
    background-color: #e6e6e6;
    border: solid 1px #96AACA;
}

/* Tour map  */

.mapBox
{
    position: absolute;
    visibility: hidden;
/*    filter: alpha(Opacity=90);
    opacity: .9;    
    -moz-opacity: .9;   */
    background-color: #ffffff;
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: #003399;
}

/* Menu  */

.firstLevel
{
    font-family: Verdana,Arial,Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #0c1c8c;
    text-decoration: none;
    white-space: nowrap;
    width: 150px;
}
.menuItem
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #605E5D;
    text-decoration: none;
}
#menu a:hover
{
    background-color: #C9DBFF;
}
.tabOn
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #96AACA;
    color: #ffffff;
    padding: 4px;
    cursor: default;
}
.tabOff
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    background-color: #cecfce;
    color: #000000;
    padding: 4px;
    cursor: pointer;
}

/* Newsletter */

.nlIndex
{
    padding: 3px 0px 3px 20px;
}
.nlTopLine
{
    height: 2px;
    width: 526px;
    background-color: #0c1c8c;
    margin-left: 0px;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
}

/* Miscellaneous  */

.search
{
    background-color: #C9DBFF;
}
.boxed
{
    border: solid 1px #afafaf;
    padding: 3px;
    overflow: hidden;
}
.fullWidth
{
    width: 100%;
}