/**
 * Style sheet for Laptopbattle-Mannheim 2006
 *
 * Hakan Kuecuekyilmaz <hakan at lisas dot de>, 2006-04-17.
 * With alot help of Orhan Kuecuekyilmaz.
 * $Id: lb.css 4668 2011-05-10 15:50:45Z hakan $
 */

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

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

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

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

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

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

div.artists {
    font-size: 0.9em;
}

div.artists img {
    border-style: solid;
    border-width: 1px;
    float: left;
    margin: 3px 9px 9px 0px;
}

img.battle {
    border-style: none;
    float: left;
    margin-right: 10px;
}

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

div.container {
    background-color: #E1E1E1;
    border: 1px solid #564b47;
    margin: 10px auto 10px auto;
    padding: 0px 0px 0px 0px;
    width: 855px;
}

div.head, div.footer {
    clear: both; /* To get footer under navigation or content */
    background-image: url(../images/kachel_2006.png);
    border-color: #909C24;
    border-style: solid;
    border-width: 2px 0px;
    height: 58px;
    line-height: 10px;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 9px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 36px;
}

div.head img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div.head a.language {
    color: #808285;
    font-size: 0.65em;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}

div.footer a {
    color: #808285;
    font-size: 0.65em;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

div.footer td {
    color: #808285;
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

div.footer img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

div.content {
    background-color: #8B8C8F;
    background-image: url(../images/lb_ibm_7.gif);
    background-repeat: no-repeat;
    border: 1px dashed #FFFFFF;
    color: #FFFFFF;
    font-size: 0.95em;
    margin:  0px 10px 5px 225px;
    min-height: 242px;
    min-width: 515px;
    padding:  0px 9px 0px 9px;
    position: relative;
    text-align: right;
}

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

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

div.content td.news {
    font-size: 0.85em;
}

div.content td.comments {
    font-size: 0.75em;
}

div.content a img {
    border: none;
}

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

div.content input:focus, select:focus, textarea:focus {
    background-color: #E9FFC3;
    border-color: #909C24;
    border-style: solid;
}

div.content input.submit:hover {
    background-color: #E9FFC3;
    border-color: #909C24;
    border-style: solid;
}
/*
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 {
    color: #E6F93A;
    display: inline;
    text-decoration: none;
}

div.content a:hover {
    border: none;
    color: #E6F93A;
    text-decoration: none;
}

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

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

div.navi {
    float: left;
    font-family: Courier, "Courier New", Monotype;
    font-size: 0.85em;
    margin-left: 10px;
    width: 202px;
}

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

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

div.navi a.selected {
    background-color: #B9E1C0;
}

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

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

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

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;
}

