/* CSS of Login- and Intro-Page (example / Beispiel)
  ---------------------------------------------------
  The values here have precedence to text- and background color of login page
  specified in administration part of bytepix.
  The page consists of 4 div-Tags: "image", "textblock", "login" and "link",
  which are enclosed by a div-Tag "pageblock".
 
  Die hier gemachten Angaben haben Vorrang vor den Angaben fuer Textfarbe
  und Hintergundfarbe im Verwaltungsteil.
  Die Seite besteht aus 4 div-Tags: "image", "textblock", "login" und "link",
  die von einem div-Tag "pageblock" umschlossen werden.
*/
body, p, a {
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

body {
    background-color: #C8C8C8;
    text-align: center;
}

p {
    padding-bottom: 20px;
}

a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #EE0000;
    font-weight: bold;
    text-decoration: none;
}

#pageblock {
    margin: 30px auto 0;
}

#theimage {
    background-color: #C8C8C8;
    background-image: url("../data/images_loginpage/header.png");
    height: 93px;
    margin: 0 auto;
    padding: 0;
    width: 452px;
}

#textblock {
    background-image: url("../data/images_loginpage/body.png");
    padding-top: 20px;
    position: relative;
    text-align: left;
    width: 400px;
    margin-bottom: -40px;
    margin-top: 0;
}

#login {
    background-image: url("../data/images_loginpage/body.png");
    position: relative;
    width: 400px;
}

#thelink {
    background-image: url("../data/images_loginpage/footer.png");
    background-repeat: no-repeat;
    width: 390px;
    padding: 30px 30px 50px;
}

html body div#pageblock div#textblock p#pubalbp {
    visibility: hidden;
}

html body div#pageblock div#theimage img {
    visibility: hidden;
}
