/* ---------------- Formatierungen ---------------- */

body { 
color: #1a1a1a; 
font-size: 13pt; 
font-family: arial, verdana, sans-serif; 
background: #d4c8b1 url(acl-htgrnd.jpg) top center scroll;
margin: 0px;
text-align:center;
}

h1 {
color: #674273; 
font-size: 26pt;
font-family: arial, verdana, sans-serif; 
font-weight: bold;
}

h2 {
color: #674273; 
font-size: 13pt;
font-family: arial, verdana, sans-serif; 
font-weight: bold;
}

a:link { 
color: #674273; 
text-decoration: none; 
}
a:visited { 
color: #674273; 
text-decoration: none; 
}
a:hover { 
color: #000; 
text-decoration: underline overline; 
}
a:active { 
color: #000; 
text-decoration: underline overline; 
}

#header { 
position: absolute; 
top: 0px;
left: 50%; 
width: 914; 
height: 270px;
margin-left: -457px; 
}

#content { 
position: absolute; 
top: 270px;
left: 50%; 
width: 700px; 
height: auto;
margin-left: -350px; 
}