/**
 * CSS for direktschnitt
 *
 * Hakan Kuecuekyilmaz, <hakan at lisas dot de>, 2005-03-20.
 * With help of Orhan Kuecuekyilmaz.
 * $Id: sulo.css 1180 2007-06-04 22:12:54Z hakan $
 */

/* IE Bug workaround */
* html div.content { 
    height: 1%;
}

body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    background-color: #ECEDEE;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: white;
    display: inline;
}

h2 {
    font-size: 1.4em;
    font-weight: bold, italic;
    color: black;
    display: inline;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    display: inline;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    display: inline;
}

div.container {
    width: 875px;
    margin: 10px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FBAB2C;
    border: 1px solid #564b47;
    background-image:url(./images/direktschnitt.jpg);
    background-repeat:no-repeat;
}

div.head, div.footer {
    /* To get footer under navigation or content */
    clear:both;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 10px;
    border-style: solid;
    border-color: #E1E1E1;
    border-width: 2px 0px; /* top and bottom borders 1px
                             left and right borders 0px */
    background-image:url(./images/kachel.png);
    line-height: 12px;
    height: 52px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 30px;
    opacity:0.75;
    filter:alpha(opacity=75);
}

div.head a {
    /* top right bottom left */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #3C3D3E;
    font-size: 1.6em;
    text-decoration: none;
}

div.footer a {
    /* top right bottom left */
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #3C3D3E;
    text-decoration: none;
}

div.footer td {
    /* top right bottom left */
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    color: #3C3D3E;
}

div.content {
    position: relative;
    font-size: 0.95em;
    margin:  0px 8px 5px 225px;
    padding:  0px 9px 0px 2px;
    min-width: 505px;
    min-height: 250px;
    border: 1px dashed #FFFFFF;
    background-color: #464749;
    color: #FFFFFF;
    text-align: right;
    opacity:0.75;
    filter:alpha(opacity=75);
}

/* div.content img {
    position: relative;
    float: right;
    padding: 3px 3px 2px 20px;
    border: 0px;
} */

div.content a img {
    border: none;
}

div.content a {
    /* font-size: 0.75em; */
    color: #FECC72;
    display: inline;
    text-decoration: none;
}

div.content a:hover {
    border-bottom: 1px dotted #FECC72;
    text-decoration: none;
}


div.content input, div.content select, div.content textarea {
    background-color: #ECEDEE;
    border-color: #B9B9C1;
    border-style: solid;
}

div.content input:focus, div.content select:focus, div.content textarea:focus {
    background-color: #FEF2DB;
    border-color: #FBAB2C;
    border-style: solid;
}

td.news {
    font-size: 0.9em;
}

td.dates {
    font-size: 0.9em;
}

td.comments {
    font-size: 0.8em;
}

td.date {
    font-size: 0.75em;
}

div.navi {
    float: left;
    font-size: 0.8em;
    margin-left: 8px;
    width: 202px;
    opacity:0.75;
    filter:alpha(opacity=75);
}

div.navi a {
    display: block;
    padding: 1px 0px 1px 3px;
    text-decoration: none;
    font-weight: bold;
    color: #593D10;
}

div.navi a:hover {
    color: #EFFFFA;
    background-color: #FECC72;
}

div.navi_element {
    margin-bottom: 15px;
    background-color: #FEF2DB;
    border: 1px dashed #FBAB2C;
}

div.navi_element_icon {
    margin-bottom: 15px;
    border: none;
}

div.navi_element_icon a {
    display: inline;
}

div.navi_element_icon a:hover {
    background: none;
}

div.navi_element_icon img {
    border: none;
    vertical-align: middle;
}

/*
Popup image for IE is very tricky. There are problems like:
 - No popup at all
 - Popup does not go away
Resources:
http://www.css-technik.de/css-examples/20_9/menu1.html
http://www.xs4all.nl/~ppk/css2tests/ie6/purecsspopups.html
http://meyerweb.com/eric/css/edge/popups/demo2.html
*/

div.content a.popup img {
    width: 0px;
    height: 0px;
    border-width: 0px;
}

div.content a.popup:hover img {
    position: absolute;
    display: block;
    float: left;
    width: auto;
    height: auto;
    top: 3px;
    left: 2px;
    opacity: 0.50;
    border: none;
}

/**
 * Administration part.
 *
 * We use td.input and td.textarea, because otherwise the
 * submit buttons also get the width.
 */
div.delete {
    text-align: left;
}

div.admin_content {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    position: relative;
    width: auto;
    margin: 23px 11% 10px 11%;
    padding: 20px 20px 20px 20px;
    border: 1px dashed black;
    color: black;
    background: #C6C6CF;
    text-align: right;
}

div.admin_content td {
    vertical-align: bottom;
}

div.admin_content td.input input {
    width: 575px;
}

div.admin_content td.textarea textarea{
    width:  575px;
    height: 120px;
}

div.admin_content input, div.admin_content select, div.admin_content textarea {
    background-color: #ECEDEE;
    border-color: #B9B9C1;
    border-style: solid;
}

div.admin_content input:focus, div.admin_content select:focus, div.admin_content textarea:focus {
    background-color: #FEF2DB;
    border-color: #FBAB2C;
    border-style: solid;
}

div.admin_content input.submit:hover {
    background-color: #FEF2DB;
    border-color: #FBAB2C;
    border-style: solid;
}

/**
 * Navigation on the admin page.
 * Similar to div.navi, div.navi a, and div.navi a:hover
 */
div.admin_navi {
    font-size: 0.8em;
    position: absolute;
    margin: 33px 1px 0px 10px;
    top: 0px;
    width: 167px;
    background-color: #FEF2DB;
    border: 1px dashed #FBAB2C;
    opacity:0.75;
}

div.admin_navi a {
    display: block;
    padding: 1px 0px 1px 3px;
    text-decoration: none;
    color: #D18F25;
}

div.admin_navi a:hover {
    background-color: #FECC72;
    color: #EFFFFA;
}

.firstword {
    font-variant: small-caps;
}
