/**
 * $Id$
 * Website Baker template: simple
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker 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.
 *
 * Website Baker 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.
*/
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #ffac4b;
	margin: 10px;
}
a {
	color: #333333;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #564b47;
}
a:hover {
	color: #c7894c;
}
a:active {
	color: #564b47;
}
form {
	margin: 0;
}
h1 {
	font-family: Times New Roman, Times, Serif;
	font-size: 22px;
	margin: 5px 0px 5px 0px;
	color: #875427;
}
h2 {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	color: #875427;
}
h3 {
	font-size: 13px;
	margin: 5px 0px 5px 0px;
	color: #875427;
}
h4, h5 {
	margin: 5px 0px 5px 0px;
	color: #875427;
}
#container {
	width:900px;
}
.header {
	background-color: #ffac4b;
	background-image: url('images/logo.jpg');
	background-repeat : no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 215px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #875427;
	padding: 10px;
	width: 176px;
	vertical-align: top;
}
.menu a {
	color: #ceea63;
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px #ffac4b;
	border-bottom-style: dotted;
	padding : 5px 5px 5px 5px;
}
.menu a:hover {
	background-color: #ffac4c;
	color : #875427;
	outline: none;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 15px;
	height: 400px;
	vertical-align: top;
	border: 2px #875427 solid;
}
.content a {
	color: #000000;
}
.footer {
	background-color: #ffac4b;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
#fuss1 {
	text-align: center;
}
#fuss2 {
	text-align: center;
	font-size: 8pt;
	padding-top: 20px;
}
.google {
	background-color: #875427;
}
.zahlen {
	background-color: #875427;
	outline: none;
	text-align: center;
	padding: 10px;
}
img {
	border: 0px;
}

#google {
	text-align: center;
	height:260px;
}

