#layout-table { border-collapse:collapse; }
#layout-top-left { background-image:url('images/top_left.png'); background-repeat:no-repeat; width:15px; height:15px; }
#layout-top { background-image:url('images/top.png'); background-repeat:repeat-x; height:15px; }
#layout-top-right { background-image:url('images/top_right.png'); background-repeat:no-repeat; width:15px; height:15px; }
#layout-left { background-image:url('images/left.png'); background-repeat:repeat-y; width:15px; }
#layout-right { background-image:url('images/right.png'); background-repeat:repeat-y; width:15px; }
#layout-bottom-left { background-image:url('images/bottom_left.png'); background-repeat:no-repeat; width:15px; height:15px; }
#layout-bottom { background-image:url('images/bottom.png'); background-repeat:repeat-x; height:15px; }
#layout-bottom-right { background-image:url('images/bottom_right.png'); background-repeat:no-repeat; width:15px; height:15px; }

#layout-center {
    background-color:#dedded;
    width:870px;
}

#logo {
    width:500px;
    height:47px;
    background-image:url('images/logo.png');
    background-position:center top;
    margin-top:20px;
    background-repeat:no-repeat;
}
#sublogo {
    width:500px;
    font-family:Arial;
    font-size:14px;
    text-align:center;
}

#menutable {
    border-collapse:collapse;
    width:100%;
    margin-top:20px;
}

#menuitem {
    background-color:#e6e4f5;
    border:1px solid black;
    font-size:15px;
    text-align:center;
    line-height:20px;
}

#menuitem a { font-family:Arial; display:block; border:0px; margin:-1px; text-decoration:none; }

#menuitem a:link { color:#737196; }
#menuitem a:visited { color:#737196; }
#menuitem a:focus { color:#454466; text-decoration:underline; background-color:#c9c6ef; }
#menuitem a:hover { color:#454466; text-decoration:underline; background-color:#c9c6ef; }
#menuitem a:active { color:#454466; text-decoration:underline; background-color:#c9c6ef; }

#content-table {
    width:100%;
    margin-top:15px;
}
#content {
    text-align:left;
    font-family:Arial;
    font-size:13px;
}

/* Ab hier folgen die StyleSheets für die Module */

#ueberschrift { font-size:20px; text-align:center; }

#order-table {
    width:500px;
    border-collapse:collapse;
}
#order-table #title {
    background-color:#b3e5ce;
    border:1px solid black;
}
#order-table #art {
    background-color:#0066cc;
    color:white;
    font-weight:bold;
    border:1px solid black;
}
#order-table #id,#titel {
    text-align:left;
    border:1px solid black;
}
#order-table #groesse {
    text-align:center;
    border:1px solid black;
}
#order-table #preis {
    text-align:center;
    background-color:#00b0f0;
    border:1px solid black;
}
#order-table #anzahl {
    width:0px;
    text-align:center;
    border:1px solid black;
}
#order-table #verfuegbar {
    text-align:left;
    border:1px solid black;
    padding:0px;
    width:22px;
}
#order-table #lieferzeit {
    font-weight:bold;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}
#order-table #legende {
    padding-bottom:15px;
}
#order-table #rechnung td {
    border:1px solid black;
}

#order-table input[type=text] {
    width:45px;
    border:1px solid black;
}
#order-table select {
    width:200px;
    border:1px solid black;
}
#order-table textarea {
    width:200px;
    height:100px;
    border:1px solid black;
}
#order-table input[type=button] {
    width:200px;
    border:1px solid #a09ec6;
    background-color:#9cc8b9;
    color:white;
    font-weight:bold;
}

#order-table #bestellen {
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

#agbs-body {
    background-color:#dedded;
    font-family:Arial;
    font-size:13px;
}
#agbs-title {
    font-size:20px;
}
#agbs-subtitle {
    font-size:18px;
}