﻿/*-----------------------------------------------------------------------------
Stadtmühle Geisingen Screen Stylesheet

date:      02/08/07
author:    Alexander Grüneberg
email:     alexander.grueneberg AT trenovis DOT de
website:   http://www.stadtmuehle-geisingen.de
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.rot {
	color: #AE3F1D;
}

noprint {
	display: none;
}

hr {
	margin-bottom: 1em;
	background: #FFF5A5;
}


/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
	letter-spacing: 1px;
	font-family: Times New Roman;
	font-style: italic;
	color: #AE411F;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	text-align: center;
}

h4 {
	font-size: 1.2em;
	margin: .3em 0;
	text-align: center;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 1em;
	color: #AE411F;
}

p {
	font-size: 1.0em;
	margin-bottom: 1em;
}

a:link, a:visited {
	text-decoration: none;
	color: #AE411F;
}

a:hover {
	text-decoration: underline;
}

ul,
ol {
	margin-left: 30px;
}


/* Body
-----------------------------------------------------------------------------*/

body {
	font: 95%/1.5 Arial, Verdana, Tahoma, sans-serif;
	background: #FEFCB2;
}


/* Container
-----------------------------------------------------------------------------*/

div#container {
	width: 1000px;
	margin: 0 auto;
	letter-spacing: -1px;
	background: #FFFCD9;
}

/* Header
-----------------------------------------------------------------------------*/

div#header {
	position: relative;
	width: 100%;
	height: 187px;
	background: url('../Image/header.jpg') no-repeat;
}

div#links {
	display: none;
}


/* Navigation
-----------------------------------------------------------------------------*/

div#navigation {
	display: none;
}


/* Content
-----------------------------------------------------------------------------*/

div#content {
	width: 100%;
	padding: 34px 150px 60px 0;
	letter-spacing: 1px;
}

* html div#content {
	height: 463px;
}

div#rezept {
	width: 400px;
	margin: 0 auto;
}


/* Footer
-----------------------------------------------------------------------------*/

div#footer {
	clear: both;
	width: 100%;
	height: 147px;
	background: url('../Image/footer.jpg') no-repeat;
}

div#footer div {
	position: absolute;
	bottom: 5px;
	right: 120px;
	line-height: 21px;
	letter-spacing: 0;
	color: #FFF;
}


/* Forms
-----------------------------------------------------------------------------*/

input,
select,
textarea {
	padding: 2px;
	background: #FCFCFC;
	border: 1px solid #DDD;
}

input:focus,
select:focus,
textarea:focus {
	background: #FFF;
}


/* Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}

table.produktuebersicht {
	background: url('../Image/stern.gif') no-repeat center center;
}

table.produktuebersicht td {
	width: 33%;
	height: 90px;
	padding: 10px;
	text-align: center;
}

table.produktuebersicht a {
	text-decoration: none;
	color: #555;
}

table.produkte td {
	padding: 5px;
	vertical-align: top;
}

table.produkte tr.rowcolor {
	background: #FFF5A5;
}