/*
Theme Name: motogiro
Theme URI: http://www.motogiro-dresden.de/
Description: Styles für motogiro
Version: 1.1
Author: Torsten Tille
Author URI: http://www.motogiro-dresden.de/
*/
body {
        background:#FFFFFF;
        padding:0px;
        margin:0px;
        text-align: center; /* alles zentrien im IE */
        /* overflow:hidden;*/
        background-image: url(image/bg2.jpg);
}
#head {
         width:1006px;
         /*height:124px;*/
         border:#000000 0px solid;
         margin:0px auto;
         /*background-image: url(image/head2.jpg);
         background-repeat:no-repeat;*/
}
#maxsite {
        width:1000px;
        background-color:#FFFFFF;
        border-left:#8F8F8F 3px solid;
        border-right:#8F8F8F 3px solid;
        border-top:#FF0000 6px solid;
        /*
        border-left:#026B00 3px solid;
        border-right:#FF0000 3px solid;

        border-left:#6F6F6F 1px solid;
        border-top:#6F6F6F 1px solid;
        border-right:#3F3F3F 3px solid;
        border-bottom:#3F3F3F 3px solid;
        background-image: url(bilder/bg.jpg);
        background-repeat:no-repeat;*/
        margin:0px auto;
        text-align: left;
        background-image: url(image/vespa.gif);
        background-repeat:no-repeat;
        background-position: left bottom;
}
#content {
        padding:5px;
        margin:3px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight:normal;
        font-size:10pt;
        text-align: left;
        color: #4A4D4A;
        width:590px;
        border-left:#6F6F6F 1px solid;
        border-top:#6F6F6F 1px solid;
        border-right:#3F3F3F 2px solid;
        border-bottom:#3F3F3F 2px solid;
        float:left;
        /*background-image: url(bilder/head.jpg);
        background-repeat:no-repeat;
        background-position: right bottom;*/
}
#right {
        float:left;
        text-align:center;
}
.aktuelles_head {
         width:240px;
         margin:5px;
         padding:3px;
        border-left:#6F6F6F 1px solid;
        border-top:#6F6F6F 1px solid;
        border-right:#3F3F3F 2px solid;
        border-bottom:#3F3F3F 2px solid;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight:normal;
        font-size:10pt;
        text-align: left;
        color: #4A4D4A;
}
.aktuelles {
         width:240px;
         margin:5px;
         padding:3px;
        /*background-color:#EFEFEF;*/
        border-left:#6F6F6F 1px solid;
        border-top:#6F6F6F 1px solid;
        border-right:#3F3F3F 2px solid;
        border-bottom:#3F3F3F 2px solid;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight:normal;
        font-size:10pt;
        text-align: left;
        color: #4A4D4A;
        background-image: url(image/motogiro_logo.gif);
        background-repeat:no-repeat;
        background-position: right bottom;
}
/** Navigation **/
#navi {
        margin:0px;
        padding:0px;
        width:120px;
        float:left;
        border:0px solid #7B7D7B;
        /*background-color:#00BF00; C8D7E3*/
}
ul#menu{
        list-style-type:none;
        margin:0px;
        padding:0px;
}
ul#menu li {
         border-bottom:2px solid #FFFFFF;
         background-color:#EFEFEF;
         font-family:Arial;
         font-size:11px;
         font-weight:bold;
}
ul#menu li a{
         display:block;
         text-decoration:none;
         font-family:Arial;
         font-weight:bold;
         font-size:13px;
         padding:0.4em;
}
ul#menu li a:link { color:#FFFFFF; background-color:#8F8F8F; } /*026B00*/
ul#menu li a:visited { color:#FFFFFF; background-color:#8F8F8F; }
ul#menu li a:active { color:#FFFFFF; background-color:#FF0000; }
ul#menu li a:hover { color:#FFFFFF; background-color:#FF0000; }

a:link { color:#FF5F00; }
a:visited { color:#FF5F00;}
a:active { color:#FF0000;}
a:hover { color:#FF0000;}

#foot { /* alte Fusszeile */
        margin-top:2px;
        /*background-image: url(image/foot.gif);
        background-repeat:x-repeat;*/
        background-color:#EFEFEF;
        border-left:#8F8F8F 3px solid;
        border-right:#8F8F8F 3px solid;
        border-bottom:#8F8F8F 3px solid;
        width:1000px;
        margin:0px auto;
         font-family:Arial;
         font-size:18px;
         font-weight:bold;
         color:#FFFFFF;
}
#footer {
    position:fixed;
    height:100px;
    background-color: #141618;
    bottom:0px;
    left:0px;
    width:100%;
    border-top:#6F6F6F 3px solid;
    }
#footer_in {
    background-color: #CFCFCF;
    width:100%;
    }

.site {
        font-weight:bold;
        font-size:10pt;
        color:#AFAFAF;
}
/* Startseite */
#startsite {
        width:900px;
        background-color:#000000;
        border:#FFFFFF 2px solid;
        margin:0px auto;
}
#startsite p {
        text-align: left;
        color:#6F6F6F;
        font-family:Arial;
        font-size:14px;
        font-weight:bold;
}
/*** Anfrageformular ***/
.label {
        margin-top:5px;
        float: left;
        text-align:left;
        display: block;
        width: 120px;
        clear: left;   /* Zeilenumbruch */
}
.feld {
        margin-top:5px;
        border:#FF9900 1px solid;
        background:#FFE9C9;
}
.button {
        margin-top:5px;
        color: #717171;
        background-color:#EDEDED;
        border:#B3B3B3 1px solid;
        font-size:11pt;
        font-weight:bold;
}
.style1 {
       display: none;
}

.thumbnail {
        max-width: 150px;
        max-height: 150px;
}


                /* Angaben nur für den Internet Explorer mit Star-HTML-Hack */
                * html, * html body
                {
                        margin:0;
                        padding:0;
                        height:100%;
                        /*overflow:hidden;*/
                }
                * html #head{
                        height:10%;
                        text-align:center;
                }
                * html #maxsite{
                        padding:0;
                        height:70%;
                        overflow:auto;
                }
                * html #footer{
                        height:10%;
                        text-align:center;
                }
                * html .aktuelles_head {
                        width:220px;
                }
                * html .aktuelles {
                        width:220px;
                }