/* CSS Document */

body {
    background-color: #FFFFFF;
    font-family: 'verdana';
    font-size: 16px;
    margin-top: 50px;
}
#page {
    background-image: url("../grafik/susann-zapf-logo.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: 0 solid #FFFFFF;
    margin: auto;
    min-height: 600px;
    padding: 0;
    width: 960px;
}
#content {
    margin-left: 13em;
    padding-top: 20em;
}
p {
    font-family: 'verdana';
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}
#content a {
    color: #9d2b17;
    font-family: 'verdana';
    text-decoration: none;
}
#content a:hover {
    color: #000000;
    font-family: 'verdana';
    text-decoration: underline;
}
.reg {
    font-family: 'verdana';
    font-weight: normal;
}
.light {
    font-family: 'verdana';
    font-weight: normal;
}
.blk {
    color: #000000;
}
.rot {
    color: #9d2b17;
}
.grau {
    color: #e3e3e3;
}
strong {
    font-family: 'verdana';
}
h1 {font-family: 'verdana';
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
	padding-bottom: 10px;
}

