body {
float: left;
background-color: #FBE9F4;
                 background-image: url('bg.png');
                 background-repeat: repeat-y;
color: #77567E;
font-family: Palatino Linotype  ;
text-align:justify;
line-height: 13px;
font-size: 11px;
letter-spacing: 0px;
margin-bottom: 10px; margin-left:0px; margin-right:0px; margin-top:0px

}

#header {
top: 0px;
left: 0px;
position: absolute;
width: 100%;
}

#titel {
color: #ffffff;
font-family:   Palatino Linotype;
font-size: 20pt;
line-height: 25px;
text-align: right;
text-transform: uppercase;
font-style: italic;
text-shadow: 2px 1px #77567E;
}

h1 {
color: #FFFFFF;
font-family:   Palatino Linotype;
font-size: 12pt;
text-align: right;
text-transform: uppercase;
font-style: italic;
text-shadow: 1px 1px #77567E;

}

h2 {
color: ##E8D6EC;
font-family:   Palatino Linotype;
font-size: 12pt;
text-align: right;
text-transform: lowercase;
font-style: italic;
border-right: 7px solid;
border-color: #E8D6EC;
padding-right: 5px;

}

b{
color: #d666a0;
letter-spacing: 1px;
font-weight: bold

}
strong{color: #d666a0;}

i{
color: #3F2B44;
letter-spacing: 0px;
}
u{
color: #B998C0;
text-decoration: underline;
letter-spacing: 1px;

}
s{
color: #B998C0;
letter-spacing: 0px;
}

a:link, a:visited, a:active {
	color: #DFA98E; text-decoration: none; text-transform: lowercase;}
A:hover {
	color: #DFA98E; text-decoration: none; text-transform: uppercase;}