/* top.css - top level CSS for www.artplace88.ch */
/* clear all margins and padding */
* 
{
 margin: 0;
 padding: 0;
 border-width: 0;
}

body 
{
 font-family: Gill Sans, Stone Sans, Aviano Sans, Lucida Sans, Lucida Sans Unicode, Verdana, Helvetica, sans-serif;/* background-color: #EEEEEE; */
}

/* topbar must contain logo_artplace_grey_14.png ( width: 178px height: 100px) */
div#topbar 
{
 width: 100%;
 float: left;
}

div#toplogo 
{
 margin-top: 10px;
 margin-left: 2em;
 border-color: white;
 border-style: none;
 float: left;
}

/* container under topbar holds both navigation and content sections */
div#nav_and_content 
{
 float: left;
 margin-top: 1em;
 /* margin-top: 2em; */
}

/* navigation container */
div#navbar 
{
 float: left;
 width: 16em;
 font: bold;
 /* padding-top: 2em; */
}

/* get rid of bullets */
div#navbar ul 
{
 list-style-type: none;
 margin-left: 2em;
}

/* leave some space between the list items */
div#navbar ul li 
{
 margin-bottom: 0.4ex;
}

/* content container */
div#content 
{
 margin-left: 16em;
}

/* content container  definition list element */
div#content dl dt 
{
 margin-bottom: 0.3ex;
}

/* content container  definition info element */
div#content dl dd 
{
 margin-bottom: 1em;
 margin-left: 1em;
}

/* content container unnumbered list */
div#content ul 
{
 list-style-type: none;
 margin-top: 1em;
}

/* content container unnumbered list element */
div#content ul li 
{
 margin-top: 3px;
 margin-left: 2px;
}

/* Highlight navbar item of current menu */
a.current {
 /*background-color: #DDDDDD;*/
 background-color: #CCCCCC;
}

/* get rid of underlining, etc. from links */
a:link, a:visited 
{
 text-decoration: none;
 color: black;
}

a:hover, a:active 
{
 text-decoration: none;
 color: black;
 background-color: #DDDDDD;
}