/* CSS Stylesheet*/

* {
	padding:0;
	margin:0
}

body {
    margin: 0; 
    text-align: center;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    color: #000000;
    background: #FFFFFF;
    background-image:url(gfx/geschaeftsfruestueck-ev-background.jpg);
    background-repeat: repeat-x;
}

p {
    color: #a00;
}

a {
    color: #a00;
}

a:visited {
    color: #1f60a3;
    text-decoration:none;
}

h1 {
    color: #a00;
}
h2 {
    color: #a00;
}
h3 {
    color: #a00;
}

/* -------------------------------------------------------- */

div.Geschaeftsfruehstueck {
    width: 820px;
    margin: 0 auto;
}

div.MenuTop {
    height:116px;
    padding-left: 380px;
    background-image: url(gfx/geschaeftsfruehstueck-logo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align: center;
}

    div.MenuTop p {
        padding-top: 40px;
    }

    div.MenuTop a {
        font-size:10pt;
        color:#1f60a3;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
        border-bottom:none;
        text-decoration:none;
    }

    div.MenuTop a:hover {
        border-bottom: 1px dashed #1f60a3;
    }

    div.MenuTop a:visited {
        color: #1f60a3;
        text-decoration:none;
    }


/* --------------------------------------------------------------- */

div.MainWrapperMiddle {
    background-image: url(gfx/haupt-endless.gif );
}

div.MainWrapperTop {
    background-image: url(gfx/haupt-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.MainWrapperBottom {
    background-image: url(gfx/haupt-bot.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* --------------------------------------------------------------- */

div.ArticleBody {
    width: 510px;
    height: 100%;
    background-repeat: repeat-y;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

    div.ArticleBody p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        font-weight: normal;
        line-height: 18px;
        text-decoration:none;
    }

    div.ArticleBody a {
        color: #1f60a3;
        text-decoration:none;
    }

    div.ArticleBody a:hover {
    }

    div.ArticleBody h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #1f60a3;
        text-decoration:none;
    }
    div.ArticleBody h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #1f60a3;
        text-decoration:none;
    }
    div.ArticleBody h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #1f60a3;
        text-decoration:none;
    }

    div.ArticleBody img {
        margin: 5px;
    }

/* --------------------------------------------------------------- */

div.SideMenu {
    padding-top: 5px;
    padding-bottom: 20px;
}

    div.SideMenu p {
    }

    div.SideMenu a {
        font-size:11px;
        color:#1f60a3;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
        border-bottom:none;
        line-height:15px;
        text-decoration:none;
    }

    div.SideMenu a:hover {
        border-bottom: 1px dashed #1f60a3;
    }

    div.SideMenu h1 {
        text-align: center;
        padding-bottom: 3px;
        font-size:14px;
        color:#333;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }


/* --------------------------------------------------------------- */

div.BottomLine {
    height: 50px;
    padding-top: 10px;
}

    div.BottomLine p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #333333;
        font-weight: normal;
        text-align: center;
    }

    div.BottomLine a {
        color: #1f60a3;
        border-bottom: none;
        text-decoration: none;
    }

    div.BottomLine a:hover {
        color: #1f60a3;
        border-bottom: 1px dashed ;
    }

/* --------------------------------------------------------------- */

div.AddonBoxMiddle {
    background-image: url(gfx/menu-endless.gif );
    background-repeat: repeat-y;
    margin-top:20px;
}

div.AddonBoxTop {
    background-image: url(gfx/menu-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.AddonBoxBottom {
    background-image: url(gfx/menu-bot.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* --------------------------------------------------------------- */

div.AddonBoxText {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

    div.AddonBoxText p {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color:#333;
    }
    div.AddonBoxText a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:11px;
        color: #1f60a3;
        text-decoration: none;
    }
    div.AddonBoxText a:hover {
        border-bottom: 1px dashed #1f60a3;
    }
    div.AddonBoxText h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:14px;
        color:#333;
        text-align: center;
    }

div.AddonBoxTop {
    background-image: url(gfx/menu-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
div.AddonBoxBottom {
    background-image: url(gfx/menu-bot.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

/* --------------------------------------------------------------- */

.printversion {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9px;
    color: #1f60a3;
    border-bottom: none;
}

/* --------------------------------------------------------------- */

label, input, select, textarea { /* Alle Labels UND Formularelemente auswählen */
    border: 1px solid #1f60a3;
    background: #e0e9f2;
    font-weight: normal;
    padding: 2px;
}

.submit {
    width: 111px;
    height: 24px;
    border: none;
    _background: #e0e9f2;
    background: url(gfx/button.gif);
    margin: 3px;
}

/* --------------------------------------------------------------- */

