html {
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;    
}
body {
    font-family: Arial, Tahoma, Verdana;
    color: #000000;
    font-size: 11px;
    font-weight:normal;
    line-height:14px;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    background-color: #ffffff;
}
#layout_tbl {
    font-family: Arial, Tahoma, Verdana;
    color: #000000;
    font-size: 11px;
    font-weight:normal;
    line-height:14px;
    margin:0px;
    width:100%;
    height:100%;
    background-color: #ffffff;
}
#layout_container {
    background-image:url(../gfx/layout/cafe_obstgarten_hintergrund.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
#kontakt {
    background-image:url(../gfx/layout/old_kate.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
}
#layout_canvas {
    background-image:url(../gfx/layout/white_background.gif);
    background-repeat:no-repeat;
    background-position:bottom;
}
#text_container {
    width:480px;
    padding:10px;
    height:320px;
    overflow:auto;
    margin-top:20px;
    scrollbar-base-color: #9f0006;
    scrollbar-3dlight-color: #9f0006;
    scrollbar-arrow-color: white;
    scrollbar-darkshadow-color: #9f0006;
    scrollbar-face-color: #9f0006;
    scrollbar-highlight-color: #9f0006;
    scrollbar-shadow-color: #9f0006;
    scrollbar-track-color: white;
}
a {
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: underline;
}

p {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    margin:0px;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:16px;
}

p.error {
    padding-left:36px;
    padding-right:36px;
    color: #ff0000;
}
p.formError {
    padding-left:0px;
    padding-right:0px;
    color: #ff0000;
}

input {
    background-image:url(../gfx/layout/input_bg.gif);
    height:16px;
    border: 1px solid #112e5b;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

input.checkbox {
    background-image:none;
    height:14px;
    border: none;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

select {
    height:16px;
    border: 1px solid #112e5b;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

textarea {
    background-image:url(../gfx/layout/input_bg.gif);
    background-position:bottom;
    background-repeat: repeat-x;
    border: 1px solid #112e5b;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    line-height: 14px;
    color: #000000;
}

input.inputError,textarea.inputError {
    border: 2px solid red;
}

div.highlightDownload {
    border: 1px solid #fdc400;
    background-color: #ffeca9;
    width: 260px;
    align:center;
    padding:10px;
    margin-left: 50px;
    font-weight:bold;
}
