/*
 * This file is part of the Tetsche webpages, http://www.tetsche.de/
 *
 * Copyright (c) 2004 Tobias Toedter <t.toedter@gmx.net>
 *
 * 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
 *
 */

body {
	background-color: #36f;
	color: yellow;
	font-family: sans-serif;
	margin: 0em;
	padding: 1em;
}

div#menu {
	float: left;
	width: 18%;
}

div.submenu {
	margin-left: 1em;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu a {
	display: block;
	background-color: yellow;
	color: black;
	margin-bottom: 0.3em;
	padding: 0.3em 1em 0.3em 1em;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	text-align: center;
	text-decoration: none;
}

#menu a:hover {
	background-color: #f60;
	color: white;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	text-decoration: none;
	font-weight: bold;
}

#menu span {
	display: block;
	background-color: red;
	color: white;
	margin-bottom: 0.3em;
	padding: 0.3em 1em 0.3em 1em;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	text-align: center;
	font-weight: bold;
}

#menu a.nobutton {
	display: block;
	color: yellow;
	background-color: #36f;
	border: 0px solid black;
	text-align: center;
	text-decoration: none;
}

#menu .submenu a {
	background-color: #ffc;
}

#menu .submenu a:hover {
	background-color: #f60;
}

div#spacer {
	float: left;
	width: 1%;
}

div#content {
	float: left;
	width: 80%;
}

div.news {
	margin-bottom: 1em;
	text-align: center;
}

.news p {
	text-align: center;
	font-size: 150%;
}

div.date {
	font-size: 90%;
}

span.cheffe {
	color: red;
}

a {
	color: yellow;
	text-decoration: underline;
}

h1 {
	text-align: right;
	font-style: italic;
}

p {
	text-align: justify;
	/* normaler Wert: 125% */
	line-height: 150%;
}

p.copyright {
	text-align: center;
	font-size: 90%;
}

img {
	border: 0px;
}

img.item {
	border: 20px solid white;
}

td.item {
	text-align: center;
	vertical-align: top;
	width: 33%;
}

tr.row1 {
	color: black;
	background-color: #c1d1ff;
}

tr.row2 {
	color: black;
	background-color: #eaefff;
}

td.warenkorb {
	text-align: center;
	vertical-align: top;
}

td.datecolumn {
	vertical-align: top;
	background-color: yellow;
	color: #999;
	font-weight: bold;
	padding: 25px;
}

td.kalaucolumn {
	vertical-align: top;
	text-align: center;
	background-color: white;
	color: black;
	padding: 5px;
}

td.grafics {
	vertical-align: top;
	color: black;
	padding: 5px;
}
