* { margin: 0; padding: 0; }

html
{
    height: 100%;
    margin-bottom: 1px;
}

body
{
    background-color: #BF8383;
    background-image: url('../images/background-main.png');
    font-family: Arial;
    font-size: 13px;
    color: #406085;
}


/* ------------------------------------------------------------------- */
/* Layout */
/* ------------------------------------------------------------------- */

#page-container
{
    width: 977px;
    margin: 0 auto;
}

#page
{
    float: left;
    width: 915px;
    margin: 1px 0 .5em 0;
    padding: 3.5em 30px;
    background-color: #FFCDA5;
    border-left: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}


/* ------------------------------------------------------------------- */
/* header */
/* ------------------------------------------------------------------- */

#header
{
    background-image: url('../images/header-background.png');
    text-align: center;
    height: 150px;
    margin-bottom: 10px;
    position: relative;
}

#header-logo
{
    position: absolute;
    top: 60px;
    left: 70px;
}

#header-buch
{
    position: absolute;
    top: -8px;
    left: 800px;
    z-index: 1;
}


#navi { float: left; margin-right: 40px; }



/* ------------------------------------------------------------------- */
/* sidebox */
/* ------------------------------------------------------------------- */

#sidebox
{
    background-image: url('../images/background-sidebox.png');
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 6px #222;
    -moz-box-shadow: 4px 4px 6px #222;
    -webkit-box-shadow: 2px 2px 6px #222;
    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2);
    float: right;
    width: 250px;
    padding: 15px;
    margin-left: 30px;
    border: 1px solid #000;
}

#social-bookmarking a
{
    margin-right: 10px;
}



/* ------------------------------------------------------------------- */
/* content */
/* ------------------------------------------------------------------- */

#content
{
    float: left;
    width: 600px;
}


/* ------------------------------------------------------------------- */
/* footer */
/* ------------------------------------------------------------------- */


#footer
{
    font-size: 0.9em;
    font-weight: bold;
    clear: left;
    padding: 8px 30px;
    width: 917px;
    font-size: 0.9em;
    font-weight: bold;
    color: #703E3E;
    background-color: #CCC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 1em;
}

#footer a
{
    color: #B07E7E;
}


#footer #copyright
{
    display: block;
    margin-left: 58em;
}



/* ------------------------------------------------------------------- */
/* Tags */
/* ------------------------------------------------------------------- */

h1
{
    color: #777;
    margin-bottom: 1em;
    color: #FFFFE5;
    background-color: #C08E8E;
    font-size: 1.8em;
    border-bottom: 2px solid #888;
    padding: 0 5px;
    letter-spacing: 0.04em;
}

h2
{
    color: #C08080;
    margin-top: 1.5em;
    margin-bottom: 1.3em;
    text-decoration: underline;
    font-size: 1.2em;
}

h3
{
    color: #444;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    text-decoration: underline;
    font-size: 1em;
}

p, li
{
    line-height: 1.5;
}

p
{
    margin: 0.65em 0;
}

hr
{
    margin: 2em 0;
}


a
{
    text-decoration: none;
    color: #328BFF;
    color: #025BFF;
}

a:hover
{
    color: #F00;
}


label:hover
{
    cursor: pointer;
}


button
{
    border: 1px solid #E9B683;
    border-bottom-width: 2px;
    border-right-width: 2px;
    box-shadow: 2px 2px 6px #222;
    -moz-box-shadow: 4px 4px 6px #222;
    -webkit-box-shadow: 2px 2px 6px #222;
    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2);
    padding: 2px 4px;
    background-color: #FBC895;
    color: #103055;
}


dl
{
    margin: 1.5em 0;
}

dt
{
    font-weight: bold;
}

ol
{
    margin-left: 1.5em;
}


ul
{
    list-style-type: none;
}

ul.dots
{
    list-style-image: url('../images/icon_bullet-rot.gif');
    list-style-position: outside;
    margin-left: 1.5em;
}


a.info:before
{
    content: url('../images/icon_information.gif');
    margin-right: 4px;
}


img
{
    border: none;
}


input, textarea
{
    font-family: inherit;
    font-size: inherit;
}


button[type="submit"]
{
    margin-top: 1.5em;
}


.input-errors
{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 6px #222;
    -moz-box-shadow: 4px 4px 6px #222;
    -webkit-box-shadow: 2px 2px 6px #222;
    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2);
    color: #F00;
    background-color: #FFF;
    padding: 8px;
    margin-bottom: 2em;
}

.message
{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 6px #222;
    -moz-box-shadow: 4px 4px 6px #222;
    -webkit-box-shadow: 2px 2px 6px #222;
    -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2)";
    filter:progid:DXImageTransform.Microsoft.DropShadow(color=#222222, offx=2, offy=2);
    color: #000;
    background-color: #FFF;
    padding: 8px;
    margin-bottom: 2em;
}

form .obligatorisch
{
    font-weight: bold;
}

.clearLeft
{
    clear: left;
}


div#breadcrumb
{
    color: #555;
}


div.letterBar
{
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
    background-color: #FFF;
}

div.letterBar span
{
    float: left;
}

div.letterBar span a
{
    font-size: 1.1em;
    display: block;
    padding: 0 .49em;
    color: #F00;
    border-right: 1px solid #000;
}

div.letterBar span:last-child a
{
    border: none;
}


div.letterBar span a:hover
{
    color: #000;
    background-color: #DDD;
}


#wortsuche-input
{
    float: left;
    width: 14.48em;
    border: 1px solid #000;
    font-family: Arial;
    font-size: 1em;
    height: 20px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


#wortsuche button
{
    border: 1px solid #000;
    background-color: #FFF;
    font-family: Arial !important;
    font-size: 1em;
    height: 20px;
    margin-left: -1px;
    margin-top: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 5px;
}


#wortsuche-vorschlaege-wrapper
{
    position: relative;
}


#wortsuche-vorschlaege
{
    position: absolute;
    display: none;
    clear: left;
    background-color: #F4F4F4;
    border: 1px solid #333;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 10;
    margin-top: -1px;
    width: 14.48em;
}

#wortsuche-vorschlaege div
{
    padding: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

#wortsuche-vorschlaege div.selected
{
    background-color: #AAA;
    color: #F00;
}


.mailpicture
{
    margin-left: -5px;
}




/* navi.css*/


ul#mainmenu
{
    width: 975px;
    list-style: none;
    border: 1px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #FFF;
    border-bottom: 2px solid #000;
    font-size: 1.11em;
    background: #F7A2A3;
    background-color: #C08383;
    float: left;
}

ul#mainmenu li.level-1
{
    float: left;
    border-width: 0 1px;
    border-style: solid;
    border-color: #FFF;
    letter-spacing: 0.06em;
    position: relative;
}



ul#mainmenu li.level-1:first-child { border-left-width: 0px; }
ul#mainmenu li.level-1:last-child { border-right-width: 2px; }

ul#mainmenu a
{
    color: #FFF;
    background-color: #F7A2A3;
    background-color: #C08383;
    background-color: #C08089;
    text-decoration: none;
    padding: 0 12px;
    display: block;
    border-color: transparent;
    border-style: solid;
    font-weight: normal;
}

ul#mainmenu a:hover, ul#mainmenu li.level-1.inRootline a:hover
{
    background-color: #F7B2B3;
    border-color: #FFB4B5;
}

ul#mainmenu li.level-1.currentPage > span
{
    display: block;
    color: #000;
    background-color: #A0C0D5;
    padding: 3px 15px;
}

ul#mainmenu li.level-1.inRootline a
{
    color: #000;
    background-color: #A0C0D5;
}



ul#mainmenu ul.level-2
{
    position: absolute;
    z-index: 1;
    display: none;
    left: 0;
    margin-top: 3px;
    white-space: nowrap;
}

ul#mainmenu li:hover ul.level-2
{
    display: block;
}

ul#mainmenu li.level-2
{
    float: none;
    border: none;
}

ul#mainmenu li.inRootline li.level-2 a, ul#mainmenu li.level-2 a, ul#mainmenu li.trenner
{
    color: #FFF;
    background-color: #555;
    border: none;
    padding: 3px 15px;
}

ul#mainmenu li.trenner
{
    color: #F00;
    font-size: 0;
    letter-spacing: 0;
    padding: 1px 15px;
    border-bottom: 1px solid #F00;
}

ul#mainmenu li.inRootline li.level-2 a:hover, ul#mainmenu li.level-2 a:hover
{
    background-color: #777;
}

ul#mainmenu li.level-2.currentPage
{
    color: #000;
    background-color: #A0C0D5;
    padding: 3px 15px;
}


ul#secondmenu li
{
    float: left;
    line-height: 1.2;
    margin-right: 2em;
}

/* Ende navi.css */


/* HTMLElements.css */

/* Standardtabellen */

table.std
{
    border-collapse: collapse;
}


table.std th
{
    text-align: left;
    vertical-align: top;
    padding: 3px 5px;
    border: 1px solid #000;
}


table.std td
{
    vertical-align: top;
    padding: 3px 5px;
    border: 1px solid #000;
}

table.std td.justifyRight
{
    text-align: right;
}


table.std tbody tr:hover td
{
    background-color: #FF0;
}



.radiobuttons_row
{
    clear: left;
}

.radiobuttons_button, .radiobuttons_text
{
    float: left;
    border-bottom: 1px solid #000;
    font-size: 1em;
    height: 1.3em;
    padding: 2px 4px;
}

.radiobuttons_button
{
    background-color: #CFA3A3;
}

.radiobuttons_text
{
    width: 16em;
}

.radiobuttons_text.odd
{
    background-color: #EEE;
}

.radiobuttons_text.even
{
    background-color: #CCC;
}

.radiobuttons_text label
{
    display: block;
    height: inherit;
}

div.radiobuttons_text:hover
{
    cursor: pointer;
    background-color: #69F;
}

.radiobuttons_text label:hover
{
    cursor: pointer;
}

p.voting_question
{
    margin-top: 2em;
    margin-bottom: 1.2em;
    font-weight: bold;
}

table.voting_table td
{
    padding: 1px 5px;
    vertical-align: top;
}

table.voting_table td.firstColumn
{
    padding-left: 0;
}

table.voting_table td.text
{
    min-width: 10em;
}

table.voting_table td.balken
{
    width: 20em;
}

table.voting_table td.count
{
    text-align: right;
}

table.voting_table td.percentage
{
    text-align: right;
}

/* Ende HTMLElements.css */


/* std.css */

table.std
{
    border-collapse: collapse;
    margin-bottom: 2em;
}

table.std caption
{
    font-weight: bold;
    margin-bottom: .7em;
}


table.std th
{
    text-align: left;
    vertical-align: top;
    padding: 3px 5px;
    border: 1px solid #000;
    background-color: #EFBD95;
}


table.std td
{
    vertical-align: top;
    padding: 3px 5px;
    border: 1px solid #000;
}

table.std td.justifyRight
{
    text-align: right;
}


table.std tbody tr:hover td
{
    background-color: #FF0;
}

/* Emde std.css */


/* widgets.css */

/* Pager */

ul.Pager
{
    margin-top: 1em;
    margin-bottom: 1em;
    list-style-type: none;
    float: left;
}

ul.Pager li
{
    float: left;
    margin-right: 1em;
    font-weight: bold;
}

li.Pager_currentPage
{
    color: #F00;
}

li.Pager_previousPage a
{
    color: #666;
}

li.Pager_nextPage a
{
    color: #666;
}

li.Pager_firstPage a
{
    color: #666;
}

li.Pager_lastPage a
{
    color: #666;
}

li.Pager_navigateTo a
{
    color: #025BFF;
}

/* Ende widgets.css */


/* pages.css */

#tab_woerterliste th
{
    background-color: #D4D4D4;
}

#tab_woerterliste tr.odd td
{
    background-color: #F3F3F3;
}

#tab_woerterliste tr.even td
{
    background-color: #E3E3E3;
}

#tab_woerterliste td > p
{
    margin-top: 0;
}

#tab_woerterliste p:last-child
{
    margin-bottom: 0;
}

.dl-wortart dt
{
    font-weight: normal;
}

.dl-wortart dt
{
    width: 14em;
    float: left;
    clear: left;
}

.dl-wortart dd
{
    display: block;
}



form.anfrage label
{
    display: block;
    float: left;
    width: 15em;
    margin-bottom: 1em;
}

form.anfrage input[type="text"], form.anfrage textarea
{
    display: block;
    float: left;
    width: 31em;
    border: 1px solid #000;
    background-color: #FDFFFF;
    opacity: 0.8;
    margin-bottom: 1em;
}

form.anfrage input[type="file"]
{
    margin-right: 1em;
    margin-bottom: 1em;
}

form.anfrage input[type="text"]:focus, form.anfrage textarea:focus
{
    background-color: #FF9;
}

form.anfrage br
{
    clear: left;
}


#woerterbucheintrag h2
{
    color: #C08080;
    background-color: #555;
    padding: 0 3px;
    text-decoration: none;
}


#woerterbucheintrag div.ugc ul
{
    list-style-position: inside;
}

#woerterbucheintrag div.ugc ul li
{
    list-style-type: disc;
}

table.flexion td
{
    width: 50%;
}

table.flexion.stark td
{
    width: 100%;
}


#navibarWort
{
    float: left;
    width: 100%;
    border-bottom: 1px solid;
}

#navibarWort li
{
    float: left;
    padding: 0;
    margin-right: 3px;
}

#navibarWort a
{
    float: left;
    background-color: #FFDDB5;
    padding: 4px 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border: 1px solid #000;
    border-bottom-width: 0;
    color: #000;
}

#navibarWort a:hover
{
    background-color: #FFF;
}

#navibarWortSelectedItem
{
    padding: 4px 6px !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border: 1px solid #000;
    border-bottom-width: 0;
    background-color: #FFCDA5;
    color: #000;
}

div.multipleEntries
{
    margin-top: 7em;
}

div.multipleEntries:first-child
{
    margin-top: 0;
}

div.multipleEntriesHeader
{
    margin-top: 1.5em;
    margin-bottom: 2em;
    font-size: 1.3em;

    color: #E0A0A0;
    background-color: #333;
    padding: 2px 3px;
    text-decoration: none;

    font-weight: bold;
}

/* Ende pages.css */


/* tiny.css */

.header1
{
    font-size: 1.6em;
    font-weight: bold;
}

.header2
{
    font-size: 1.35em;
    font-weight: bold;
}

.header3
{
    font-size: 1.15em;
}

.yellowMarker
{
    background-color: #FF0;
}

.metasprache
{
    color: #F00;
    font-weight: bold;
}

.beispiel
{
    color: #A48;
}

/* Ende tiny.css */
