/** * $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 {font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;text-align: center;/** background-image:url(../images/bg_weih.gif);*/background-image:url(../images/bg.png);background-color: #ffffff;color:#333333;}div {text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */}#header {width: 800px;height:275px;margin: 0px auto;background-image:url(../images/header2.png);background-repeat:no-repeat;}#headertext {width: 500px;margin 0 auto;padding-left:300px;padding-top:100px;border-right: 0px dotted #64490D;}#untertitel {border-bottom: 2px dotted #64490D;border-top: 2px dotted #64490D;font-weight:bold;margin-bottom:10px;}#pagetitel {font-size:2em;font-weight:bolder;border-top:0px solid #c0c0c0;border-bottom:0px solid #c0c0c0;margin-bottom:30px;color:#64490D;}#page {width: 800px;margin: 0px auto;}#menue{width:200px;float:left;margin-left:0px;margin-top:40px;border-left: 3px dotted #64490D;padding:5px;}.menu {background-color: #FFF5DB;		width: 180px;		margin-top: 3px;margin-right: 10px;}.menu ul, .menu li {	margin: 0;	padding: 0;	list-style: none;	margin-bottom: 5px;}.menu ul ul {	padding-left: 8px;}.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {	display: block;	padding: 2px;}.menu_default a:link, .menu_default a:visited, .menu_default a:active {	border-bottom: 1px dashed #999;}.menu_default a:hover {	border-bottom: 1px solid #333;}.menu_current  {background-color: #cccccc;color: #666666;font-weight:bold;border-bottom: 2px solid #000000;}.menu fieldset {	border: 1px solid #D0D0D0;	margin-top: 20px;	margin-bottom: 5px;	text-align: center;	padding-bottom: 3px;}.menu legend {	color: #660000;	font-size: 12px;	text-transform: uppercase;	font-weight: bold;	text-align: center;}.menu input {	text-transform: uppercase;	font-size: 10px;	margin: 5px 0px 1px 0px;	width: 100px;}#content {width: 580px;min-height:400px;margin: 0px auto;margin-left: 200px;margin-bottom:0;border-left: 0 dotted #64490D;border-top: 2px dotted #64490D;border-right: 3px dotted #64490D;padding-left:15px;background-image:url(../images/bg-tasse.png);background-repeat:no-repeat;background-position:bottom right;}#footer {width: 800px;border-top: 2px dotted #64490D;border-right: 0px dotted #64490D;margin:0px auto;background-image:url(../images/footer2.png);background-repeat:no-repeat;background-position:right bottom;min-height:80px;clear:both;}p:first-letter {font-size:150%; font-weight:bold;color: #64490D;}a:link, a:visited, a:active {	color: #64490D;	text-decoration: none;}a:hover {	color: #64490D;	text-decoration: none;}hr {	margin: 5px 0px 5px 0px;	color: #64490D;	border: 0;	border-top: 1px solid #603;	height: 1px;	width: 580px;}h1 {	font-size: 16px;	color: #64490D;	text-align: left;	margin: 8px 2px 8px 2px;}h2 {	color: #64490D;	text-align: left;	margin: 8px 2px 8px 2px;}a img { border: 0px solid transparent; }
