/* 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 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; margin: 0; padding: 0; text-decoration: none;
}
body { background-color: #FFFFFF; text-align: center;
}
p { padding-bottom: 20px; }
a {	color: #333333; text-decoration: none; font-weight: bold; }
a:link { color: #333333; text-decoration: none; font-weight: bold; }
a:hover { color: #EE0000; text-decoration: none; font-weight: bold; }
#pageblock{ position:static; width: 410px; margin-right: auto; margin-left: auto; }
#theimage { position:relative; }
#textblock { position:relative; text-align:left; padding-top: 20px; width: 400px;}
#login { position:relative; width: 400px;}
#thelink { position:relative; text-align:center; width: 400px; padding-top: 10px;}