@charset "utf-8";
/* CSS Document */
/*
color stylesheet for intranet
(c) 2008  Team Internet&Lehre, Germany-Munich
 

colors:
   blau: #000099
   hellblau: #ccccff
*/




/**************************************************************
   Color: blau und hellblau
 **************************************************************/
a:link, a:active, a:visited {
    color:#000099;
    text-decoration:underline;
}

a:hover {
   background-color: #000099;
   color: #ffffff;
   text-decoration: none;
}

#thirdColumn a:link, #thirdColumn a:active, #thirdColumn a:visited{
    color:#000099;
    text-decoration: none;  
}

#thirdColumn a:hover{
   color:#999999;
   background-color: transparent;
   text-decoration:underline;
}

table.publication th, table.linklist th {
  border-bottom: 1px solid #cccccc;
  color: #000099;
  margin-bottom: 0.5em;  
}

div.prev_home_next div { 
  float: left; 
  width: 33.3%; 
  text-align:center;
  border-top: 1px solid #000099; 
  padding-top:0.2em;
}

table.search {
  border-top: 1px solid #ccccff;
  border-left: 1px solid #ccccff;
  border-right: 1px solid #000099;
  border-bottom: 1px solid #000099;
  width: 100%;
  margin-bottom: 2em;
  background-color: #f3f3f3;
}

table.searchresult {
  margin-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #ccccff;
  padding-bottom: 0.4em;
}

table.searchinfo, table.searchnavi{
  width: 100%;
  border-top: 1px solid #ccccff;
  border-bottom: 1px solid #ccccff;
  background-color: #f3f3f3;
}

