/* D. Brugger, march 2006  */
/* neuroteam.css */
/* $Id: neuroteam.css 982 2006-03-30 11:22:31Z dome $ */

body{ 
  color: black; background-color: white;
  font-size: 100.01%;
  font-family: arial,helvetica,sans-serif;
  margin: 0; padding: 1em;
  width: 37em; /* changed from 43 - bensch */
  /* border: 2px solid green; */
}

h1{
  font-size: 18pt;
}

h2{
  font-size: 16pt;
  padding-top: 10pt;
  clear: left; /* added by bensch */
}

img{ 
  border: 0pt;
}

div#Navigation{ 
  position: fixed;
  font-size: 0.91em;
  float: left; width: 15em;
  margin: 0; padding: 0;
  /*   border: 2px solid gray; */
}

div#Content{ 
  margin-left: 15em;
  padding: 0;
  /*   border: 2px solid red; */
}

div#Content h2{ 
  margin: 0;
  /*   border: 2px solid green; */
}

.BoxedContent{
  border-top: 2px solid;
  border-left: 2px solid;
  border-color: #0033B2;
  padding-top: 10px;
  padding-left: 20px;
}

.BoxedContent ul{ 
  list-style-image: url(pics/blaupunkt.jpg);
  padding: 0;
  margin: 0;
/*   border: 1px solid black; */
}

.BoxedContent ul li{ 
  padding-bottom: 20px;
  margin-left: 12px;
/*   border: 1px solid magenta; */
}

.BoxedContent ul li li{ 
  list-style-image: url(pics/blaupunkt_klein.gif);
  padding-bottom: 5px;
  margin-left: 24px;
/*   border: 1px solid magenta; */
}

.pubtit { /*font-weight: bold;*/
	font-style: italic;
}

div#HeaderLeft{
  color: #ffff00; /* yellow font color */
  background-color: #0033B2; /* blue backround of box */   
  font-size: 24px;
  font-weight: bold;
  float: left; 
  width: 25em; /* changed - bensch */
  height: 34px;
  margin: 0; 
  padding-top: 7px;
  padding-left: 7px;
/*   border: thin solid black; */
}

div#HeaderRight{
  color: #ffff00; /* yellow font color */
  background-color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  margin-left: 22em; padding: 0;
  width: 270px;
  height: 80px;
  background-image: url(pics/neuroteam_logo.gif); 
  background-repeat: no-repeat; 
/*   border: thin solid blue;  */
}

a:link{ 
  color: #AA5522; 
  background-color: #FFFFFF;
  text-decoration: none; 
}
a:visited{ 
  color:#AA5522; 
  background-color: #FFFFFF;
  text-decoration:none; 
}
a:active{ 
  color:#FF5522; 
  background-color: #FFFFFF;
  text-decoration:none; 
}
/* a:hover{  */
/*   color:#00FF00;  */
/*   background-color: #00FF00; */
/*   text-decoration:none;  */
/* } */
