* {
    margin:0;
    padding:0;
}

body {
    background: url('../images/bg_blue.gif') repeat-x fixed left top;
    background-color: #4D87C7;
    font-family:Arial, Helvetica, Tahoma, Verdana, Sans;
    font-size:11px;
    padding:0;
    padding-top: 3px;
    margin:0;
    text-align:center;
    color: #fff;	
}

a:hover, a:visited, a:active, a:link {
    font-family:Arial, Helvetica, Tahoma, Verdana, Sans;
    font-size:13px;
    color:#000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding:5px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 13px;
}

form {
    margin:0px;
    padding:0px;
}

input, textarea, .button {
    border:1px solid #9096a2;
    background-color:#FFFFFF;
    margin-top: 4px;
}

input:hover, textarea:hover, .button:hover {
    border:1px solid #313F52;
    background-color:#F6F6F6;
}

input:focus, textarea:focus, .button:focus {
    border:1px solid #313F52;
    background-color:#FFFFFF;
}

input.disabled
{
    background-color: #666;
}

a.button:link,
a.button:visited,
a.button:active,
a.button:hover{
    text-decoration:none;
    padding:1px;
    padding-left:2px;
    padding-right:2px;
    margin-left:3px;
}

a img
{
    border: 0px;
}

table {
    border-collapse:collapse;
    width:100%;
    font-size:13px;
    color: #000;
}

table thead th {
    text-align:center;
    background-color:#666;
    border:1px solid black;
    padding:4px;
    font-weight: bold;
    font-size: 14px;
}

table tbody th,
table th {
    text-align:center;
    background-color:#ccc;
    border:1px solid black;
    padding:4px;
    font-weight: bold;
}

table td {
    border:1px solid black;
    padding:4px;
}

.righttable, .righttable td, .righttable tr {
    border: 0px none;
    width: auto;
}

#header {
    width:800px;
    background-color:#ccc;
    border-bottom:1px solid #ccc;
    color: #000;
    position: relative;
    text-align: left;
    margin: 0 auto;
    border: solid #aaa;
    border-width: 3px 3px 1px 3px;
}

#login_container #login
{
    background-image:   url('../images/login.png');
    background-repeat:  no-repeat;
    width: 226px;
    padding-top: 40px;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 30px;
    color: #000;
    position: relative;
}

#login_container #login input
{
    position: absolute;
    right: 10px;
}

#login_container #login table input {
    position: relative;
}

#login_container #login table
{
    border-collapse: inherit;
    border: none;
}

#login_container #login table td
{
    border-collapse: inherit;
    border: none;
    padding: 0;
}

#container {
    color: #000;
    width: 800px;
    margin: 0px auto;
    padding: 0;
    background-color: #C8DDF3;
    text-align: left;
    border: solid #aaa;
    border-width: 0px 3px 3px 3px;
}

* html #container {
    width:804px;
}

#container .left {
    float: left;
    width: 119px;
    margin: 0;
    padding:10px;
    background-color:#C8DDF3;
}

#container .left h3 {
    margin-top:15px;
    margin-bottom:3px;
    border-bottom:1px solid #ccc;
}

#container .left #navi ul li hr {
    border: 0px none;
    border-bottom: 1px #ccc dashed;
}

#container .left ul {
    list-style: none;
}

#container .left ul li a {
    display:block;
    width:100%;
    border:1px solid #C8DDF3;
    font-size:11px;
    padding:1px;
    text-decoration: none;
    color: #000;
}

#container .left ul li a:hover {
    background-color:#666;
    margin:0;
    border:1px solid black;
}

#container #content {
    float:left;
    width:640px;
    min-height:500px;
    height: 100%;
    /*height:expression(this.scrollHeight > 800 ? "auto":"800px");*/
    background-color: #ffffff;
    padding:10px;
    margin:0;
    border-left:1px solid black;
    /*background:url('../images/Logo.jpg') repeat-y;*/
    color: #000;
}

#footer {
    clear: both;
    background-color: #ccc;
    color: #000;
    padding: 0;
    margin: 0;
    text-align: center;
    border: solid #aaa;
    border-width: 1px 0px 0px 0px;
}

div.background
{
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

div.window
{
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -250px;
    width: 500px;
    opacity: 1;
    filter: alpha(opacity = 100);
    text-align: left;
}

div.window_content
{
    padding: 2px;
    color: #000;
    border-color: #aaa;
    border-style: solid;
    border-width: 0px 3px 3px 3px;
}

div.window_header
{
    padding: 5px;
    width: 484px;
    text-align: right;
    background-color: #C8DDF3;
    border-color: #aaa;
    border-style: solid;
    border-width: 3px 3px 0px 3px;
}

.action {
    display:block;
    width:100%;
    height:100%;
}

.success {
    border: 1px solid green;
    color: green;
    padding: 5px;
    background-color: #99CC66;
}

.icon {
    height:10px;
    width:10px;
    border:none;
    margin:1px;
}

#container tr.odd td.time_out {
    background-color: #faa;
}

#container tr.even td.time_out  {
    background-color: #f88;
}

#container tr.odd td.ok {
    background-color: #aaf;
}

#container tr.even td.ok {
    background-color: #88f;
}

#container tr.odd td.selected {
    background-color: #afa;
}

#container tr.even td.selected {
    background-color: #8f8;
}

.autocomplete {
    position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}

.autocomplete ul li.selected {
    background-color: #0f0;
}

.autocomplete ul , li{
    text-decoration: none;
    list-style-type: none;
}

.zusatzlist li{
    text-decoration: none;
}

#public
{
    width: 900px;
    text-align: left;
    margin: auto;
}

#public #content
{
    width: 600px;
    float: left;
}

#public #content tr.odd
{
    background-color: #C8DDF3;
}

#public #content tr.even
{
    background-color: #fff;
}

#public #content #bestell
{
    text-align: center;
}

#public #content #bestell table
{
    text-align: left;
}

#essen_zusatz
{
    text-align: center;
}


/*#bestell td
{
vertical-align: text-top;
}*/

#login_container
{
    float: right;
}

#comment div
{
    position: fixed;
    background-color: #ff0;
    display: none;
}

#comment:hover div
{
    display: block;
}

.food_container
{
    position: relative;
    height: 12em;
    vertical-align: text-top;
}

.food_anzahl
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.error
{
    color: #f00;
}