body {
   background: rgb(222,222,222);
}

body.tmp {
   background: rgb(222,222,222) url(./g/tlo.jpg);
}


a {
   color: rgb(100,80,0);
}

a:visited {
   color: rgb(50,40,0);
}

h1 {
   color: rgb(100,80,0);
}

h2 {
   color: rgb(75,60,0);
}

h3 {
   color: rgb(50,40,0);
}



div#page {
   width: 780px;
   margin:  10px auto 10px auto;
   padding: 0;
   text-align: left;

/*   border: 1px dotted #78847A; */
   border: 4px groove #A5A5A5;
   background: #F5F5F5;
}

div#header {
   margin: 0;
   padding: 0;
   height: 90px;
   background: rgb(188,188,188) url(./g/title.jpg) no-repeat 0 0px;
   text-align: center;
}

div#headertxt {
   display: none;
   margin: 0;
   padding: 0;
   height: 90px;
   background: rgb(172,188,175);
   text-align: center;
}


div#header h1 {
   display: none;
}

div#menu {
   width: 780px;
   margin: 0px;
   padding: 0px;
   height: 100%;
   text-align: center;
}

div#main {
   width: 750px;
   padding: 0 15px;
   margin-top: 10px;
   min-height: 300px;
}

div#footer {
   width: 780px;
   height: 20px;
   color: rgb(100,80,0);
   bottom: 0px;
   display: block;
   border-top: 1px dashed #78847A;
   background: url(./g/row.gif) repeat;
}


div#footer p {
   font-size: 0.7em;
   font-weight: bold;
   margin: 0;
   padding: 2px;
   text-align: center;
}


#menu, #menu ul {
  margin: 0;
  padding: 0;
  }

div#cv {
  margin: 0;
  padding: 0;
  }


#menu ul {
  width: 100%; /* Width of Menu Items */
  display: table-row;
  text-align: center;
  }

#menu li {
  position: relative;
  list-style: none;
  display: table-cell;
  }


#menu li a
{
  background-color: rgb(222,222,222);
  display: block;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  color: rgb(100,80,0);
  border-color: #FAFFFB #78847A #78847A #FAFFFB;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  width: 152px;
/*  width: 126px;*/
  font-weight: bold;
}

#menu li a.actmenu {
   color: rgb(250,230,0);
   background-color: rgb(150,150,150);
   border-color: #78847A #FAFFFB #FAFFFB #78847A;
}

#menu li a:hover {
   color: rgb(250,230,100);
   background-color: rgb(150,150,150);
   border-color: #888 #EEE #EEE #888;
}

#publications li {
   padding-bottom: 10px;
}


div#publicationscr {
   margin:  5px auto 5px auto;   
   width: 90%;
   font-size: 0.6em;
}

.croname {
   font-size: 0.7em;
   font-weight: bold;
}

.bibcite {
   font-size: 0.7em;
   font-weight: bold;
}


#publicationscr span.croname {
   font-size: 1.1em;
   font-weight: bold;
}

#publicationscr dt,
#publicationscr dd  {
    display: list-item;
}

#publicationscr ul  {
   list-style: none;
   padding: 0em 0em 0em 3em;
   margin: 0em 0em 0em 0em;
}

#publicationscr li  {
   padding-bottom: 0.5em;
   text-indent: -3em;
}

h2 {
   margin: 0.2em 0 0.5em 0;
   padding: 0;
}

div#flogo {
   position:relative;
   float: left;
   margin: 0;
   padding: 0;
   height: 311px;
   width: 150px;
   top: -311px;
/*   background: url(./g/logo3.gif) no-repeat 0 0px;*/
}


p {
   text-align: justify;
}

div#lang {
   float: right;
   width: 74px;
   margin: 0px;
   padding: 0px;
   height: 22px;
   text-align: right;
}

div#lang img {
   border: 1px solid #78847A;
   padding: 0px;
   margin: 0px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu li { float: left; height: 1%; }
* html #menu li a { height: 1%; }
/* End */


div#w1ebring {
   width: 1%;
   border: 4px groove #78847A;
   background: #FAFFFB;
}

div#webring table {
   background: #FAFFFB;
}

div.project {
}

span.project_name {
   display: block;
   font-size: 1.17em;
   margin: 1em 0;
   font-weight: bolder;
}

div.project_desc {
  margin-bottom: 0.33em;
}

div.project_overview {
   font-size: 1.1em;
/*   margin: 0.33em 2em; */
   font-style: italic;   
   font-weight: bolder;
}

p.author {
/*   float: right;*/
   text-align: right;
   margin-right: 1em;
   margin-top: 0em;
   font-style: italic;
   font-size: smaller;
}


span.project_company {
   font-weight: bolder;
   font-style: italic;
}

div.project_tools {
}

span.project_header {
   display: block;
   font-size: 1.05em;
   margin: 0.2em 0;
   font-weight: bolder;
   font-style: italic;
}

span.project_iheader {
/*   font-size: 1.05em; */
   font-weight: bolder;
   font-style: italic;
}

div.project_tools_group {
}

span.project_tools_group {
   font-weight: bolder;
}

div.project {
  margin-bottom: 0.5em;
}

