@CHARSET "UTF-8";

@IMPORT url("inhalt.css");
@IMPORT url("ngbrowser.css");

#header {
    padding: 3px;
    border-bottom: 1px solid #FF7C16;
    font-size: 11px;
    margin-bottom: 10px;
    position: relative;
}

#footer {
    padding: 3px;
    border-top: 1px solid #FF7C16;
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
}

#twitter {
    position: absolute; 
    right: 0px; 
    top: -10px; 
}

#twitter img {
    border: none;
}

#searchbox {
    margin-top: 20px;
    padding: 0px;
    background-color: white;
}

#searchbox form {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

#searchbox #q {
    background-image: url('searchbox.jpg');
    background-position: 50% left;
    background-repeat: no-repeat;
    background-color: white;
    border: 1px solid #D94D01;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 2px 2px 30px;
    color: #666666;
    font-size: 14px;
    height: 21px;
    width: 140px;
}
