html {
padding:0px;
margin:0px;
}
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
p, h2, pre {
margin: 0px;
padding: 5px 20px 5px 20px;
}
a {
color: #FBF5E6;
font-size: 11px;
background-color:transparent;
text-decoration: none;
}
pre {
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}
.alignright {
margin-top: 0;
text-align: right;
font-size: 10px;
}
h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}
h3 {
font-size:31px;
font-style: italic;
font-weight: bold;
font-family: Black Chancery;
padding-top:2px;
text-transform:uppercase;
color: #4B0082;
background-color: transparent;
}
h1 {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: #564b47;
background-color: #90897a;
padding:5px 15px;
margin:0px
}
strong {
font-size: 13px;
}

.box a { background-image: url("/test.jpg");}
.box a:hover { background-image: url("/UofT.jpg"); }


/*  positioning-layers statisch und absolut */
#topper {

border-top: 0px solid #564b47;
border-left: 0px solid #564b47;
border-right: 0px solid #564b47;
border-bottom: 0px solid #564b47;
padding: 0px;
background-color: #A9A9A9;

}
#left {
position: absolute;
left: 0px;
width: 190px;
color: #564b47;
margin: 0px;
padding: 0px;
}
#content {
margin: 0px 190px 0px 190px;
border-top: 0px solid #564b47;
border-left: 0px solid #564b47;
border-right: 0px solid #564b47;
border-bottom: 0px solid #564b47;
padding: 0px;
background-color: #ffffff;
}
#right {
position: absolute;
right: 0px;
width: 190px;
color: #564b47;
margin: 0px;
padding: 0px;
}

