/**
 * CSS fuer Platzhalter-HTMLs
 *
 * 1.0.0        2008-10-16 Gerhard Loosch
 *              - Erstimplementierung
 *
 * @package     basics
 * @subpackage  html
 * @author      Gerhard Loosch <loosch@glamus.de>
 *
 */

html {
    height: 100%;
}

body {
    height: 90%;
    font-family: verdana, arial, sansserif;
    font-size: 12px;
    background-color: #e7ebee;
    color: #002651;
    font-weight: bold;
}

body * {
    border: 0px none;
    margin: 0px;
    padding: 0px;
}

table {
    height: 100%;
    width: 100%;
}

tr {
    height: 100%;
}

td {
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

div.glamuscard {
    margin: auto;
    width: 511px;
    height: 311px;
    text-align: left;
    background-image: url(bg-neue-domain.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 1px;
}

p.domainName {
    text-align: left;
    font-size: 24px;
    color: #6b695a;
    font-weight: bold;
    margin: 80px 20px 10px 20px;
}

p.infoText {
    text-align: left;
    margin: 35px 20px 10px 20px;
    line-height: 18px;
}

a.emailLink {
    padding-left: 15px;
    background-image: url(email.gif);
    background-position: center left;
    background-repeat: no-repeat;
    color: #0176bc;
    text-decoration: none;
}

a.emailLink:hover {
    text-decoration: underline;
}
