/*
 * $Id$
 *
 * (c) Seven of Spades 2002. All rights reserved.
 *
 * Feel free to be inspired by this stylesheet but remember the golden
 * rule:
 *
 *   CREDIT WHERE CREDIT IS DUE.
 *
 * Thanks!
 *
 * lqd -- <der@daddelgott.de>
 *
 */

body {
	background-color: #e6decb;
	color: black;
	font-family: verdana, arial, sans-serif;
	margin: 5px;
	padding: 0px 0px;
}
#header {
	height: 110px;
}
#header a:hover { color: black; background-color: transparent; }
#donate { float: left; }
#donate a:hover { color: black; background-color: transparent; }
#logoLeft { float: left; }
#logoRight { float: right; }
#pageTitle {
	text-align: center;
	padding: 30px 0px 10px 0px;
	font-size: x-large;
	font-weight: bold;
}
#pageURL {
	text-align: center;
	font-size: xx-small;
}
#menu {
	background-color: #cccc99;
	color: black;
	text-align: center;
	margin: 5px 0px;
	border-top: 2px ridge #cccc99;
	border-bottom: 2px ridge #cccc99;
}
#footer {
	margin-top: 20px;
	text-align: right;
	font-size: smaller;
	border-top: 2px ridge #cccc99;
	padding-top: 2px;
}
a { color: black; background-color: transparent; padding: 0px 2px; }
a:hover { color: white; background-color: #ff6600; }

a img { border: none; }
img a:hover { border: none; background-color: transparent; }
/*
 * relevant für news
 */
div.newsDate {
	background-color: black;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
}
div.newsEntry {
	font-size: smaller;
}
div.newsHeader {
	background-color: #666600;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
}
div.newsText {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #666600;
}
div.newsFoot {
	text-align: right;
	margin-right: 5px;
}
#gb {
	font-size: smaller;
}
div.gbHead {
	background-color: #666600;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.gbHead a { color: white; background-color: transparent; }
.gbHead a:hover { color: #666600; background-color: #cccc99; }
div.gbText {
	padding: 5px 2em 5px 1em;
	border-left: 1px dashed #666600;
	margin-left: 1em;
}
#rightBox {
	position: fixed;
	top: 150px;
	right: 5px;
	width: 150px;
	height: auto;
	border-left: 2px ridge #cccc99;
	margin: 10px 0px;
}
#content {
	margin-right: 160px;
}
#davidSagt {
	font-size: smaller;
	text-align: center;
}
/*
vim:ts=2:sw=2:ai
*/

