	/********************************************************************
     *  File: /css/simple.css			                                *
     *  --------------------------------------------------------------- *
     *                                                                  *
     *  Author  :   Ralf Barth                                          *
     *  eMail   :   HIDDEN                                        *
     *  Web     :   http://www.hc23.de		                            *
     *                                                                  *
     *  Version :   0.1                                                 *
     *  Date    :   2004/12/01                                          *
     *                                                                  *
     *  Copyright                                                       *
     *  ---------                                                       *
     *  Copyright (c) 2004 Ralf Barth <HIDDEN>		            *
     *                                                                  *
     *  This code is hereby licensed for public consumption under the   *
     *  GNU GPL v2 or greater.                                          *
     *                                                                  *
     *  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.                                             *
     *                                                                  *
     *  Description                                                     *
     *  -----------                                                     *
     *  Default Stylesheet for www.undertow.de                          *
     *                                                                  *
     ********************************************************************/

body {
	margin: 0;
	padding: 3em;
	background-color: #353527;
	color: #fff;
	font-family: "Verdana", "Arial", "Helvetica", "Bitstream Vera Sans", sans-serif;
	font-size: 66% !important;
}

table, thead, caption, td, th {
	font-family: "Verdana", "Arial", "Helvetica", "Bitstream Vera Sans", sans-serif;
	color: #fff;
}

a { color: #ff6600; }

#printlogo { display: none; visibility: hidden; }


/**
* Common Styles
*/
p.banner {
    padding: 0;
    margin: 0;
    text-align: center;
}

p.banner a img {
    margin: 10px 0;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

#contact div.captcha {
    margin-left: 10em;
}

#guestbook div.captcha {
    margin-left: 8em;
}

#footnotes {
    text-align: center;
    padding: 2em;
}

#endorsements {
    padding: 15px;
}

#endorsements img {
    display: block;
    margin-bottom: 20px;
}

#fbtw {
  text-align: center;
  position: fixed;
  top: 320px;
  left: 765px;
  width: 70px;
  opacity: .5;
}

#fbtw:hover {
  opacity: 1;
}

span.s { color: black; background-color: black; }
/*span.w { color: #666; background-color: #666; }*/


