/*menu instellen*/
body, html{
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, helvetrica;
font-weight: bold;
color: #FF5500;
text-align: center;
background: #F4F2DC url(pics/cream.gif);
}

div#container{
width: 770px;
height: auto;
margin: 0 auto 0 auto;
text-align: left;
border: 1px solid #FF5500;
}

div#header{
background: #F4F2DC url(pics/memphis_header_klein.jpg);
background-repeat: no-repeat;
width: 770px;
height: 110px;
text-align: left;
}

div#header ul{
list-style: none;
padding: 92px 0 0 0;
margin: 0 45px 0 0;
}

div#header li{
display: inline;
padding: 0;
color: #F4F2DC;
}

div#content{
width: 770px;
}

a:link, a:visited{
background: #FFFFCC;
color: #F5F8EC;
text-decoration: none;
font-size: 0.7em;
}

/*=h1*/
h1{
font: bold 1.8em Comic Sans MS, verdana, arial;
padding: 20 0 0 20px;
}

p {
font:bold 0.8em Verdana, sans-serif, arial;
}

/*links*/

a:link, a:visited{
background: #FFFFCC;
color: #FF5500;
text-decoration: underline;
}

a:hover, a:active{
background: #FF5500;
color: #FFF;
text-decoration: underline;
}

div#footer{
width: 770px;
font-size: 0.9em;
text-align: center;
background: #FF5500;
color: #F4F2DC;
}

div#footer li{
display: inline;
}

.borderit img{
border: 1px solid #FF7F00;
}

.borderit:hover img{
border: 1px solid white;
}

.borderit:hover{
color: white; /* irrelevant definition to overcome IE bug */
}

