/* $Id: styles.css,v 1.2 2006/05/28 14:50:24 dbu Exp $
   Stylesheet for the neat theme

   LinkBase
   A web application (written in PHP) that helps to manage the Internet bookmarks
   of an organisation (such as a company, a school...) by centralizing those
   links in a single multi-user database (SQL). You can then access this base
   with a web browser.
   Copyright (C) 2001-2002  Jean HAUSSER <jhausser@tuxfamily.org>
   
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License
   as published by the Free Software Foundation; either version 2
   of the License, or (at your option) any later version.
   
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
   
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/


.evenrow { 
  background-color: #eeeeee;
}
.oddrow { 
}

.boxtitle {
  font-size: 175%;
  font-weight: bold;
}

.sidebox {
  border: #a0a0a0 solid 1px;
  margin: 0pt;
  margin-bottom: 20px;
}
.sidetitle {
  font-weight: bold;
  text-align:center;
  background-color: #e0e0e0;
}

.sidetable {
  border: none;
  width: 100%;
}



td.intro {
  border-bottom-width:1px;
  border-bottom-color:#aaaaaa; 
  border-bottom-style:solid;
  padding:10px;
}

td.column {
  border-right-style:solid;
  border-right-width:1px;
  border-right-color:#aaaaaa;
  vertical-align:top;
  overflow:hidden;
  width:33%;
}

table.intro {
  border:none;
}

/** Content help classes */

div.zitat { 
  margin:       20px; 
  margin-left:  60px; 
  margin-right: 80px;
  padding: 10px;
  border: solid #a0a0a0 1px;
}

div.kasten { 
  margin:       30px;
  padding-left: 10px;
  padding-right:10px;
  border: solid #a0a0a0 1px;
  background-color: #f7f7f7;
}
.kasten h2 {
  margin-top: 0px;
}

div.floatleft, div.floatright {
  font-style: italic;
  text-align: center;
  border: solid #a0a0a0 1px;
  padding: 1px;
  padding-top: 3px;
  padding-bottom: 5px;
}

div.floatleft { 
  float: left;
  margin-right: 6px;
}

div.floatright {
  float: right;
  margin-left: 6px;
}

/* fixes from style.php */

.mainselect, .mainentry {
  white-space: normal;
  border: none;
  margin-bottom: 4px;
}
p.mainselect { 
  border: solid white 1px;
}

a, a.mainselect {
  font-weight: normal;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited, a.mainselect:visited {
  font-weight: normal;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#footline {
  border: none;
}

