﻿/* meta
	author: rico f.
	contact: i@ricof.de
	date: 2007-10-01
	client: lieferbar
*/

/*
#83C0F5	hellblau	headline, kleine Schrift
#0057A3	blau		schrift / NaviBackground
#C2E72D	hellgruen	background
#A6D226	gruen		border / links
*/

body, body * {
	margin: 0; padding: 0; text-decoration: none; border:none;
}

body {
	text-align:center;
	color: #0057A3;
	font-size: 12px;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	background: #C2E72D url(gfx/backgroundBody.png) left top repeat;
}

/* ============== LINKS ============== */
a {
	color: #A6D226;
	cursor: pointer;
	outline: none;
	font-weight: 900;
}
a:hover {
	color: #83C0F5;
}
a.neu {
	color: #0057A3;
	cursor: pointer;
	outline: none;
	font-weight: 900;
}
a.neu:hover {
	color: #fa0000;
}
/* ============== HEADLINE ============== */
h1  {
	display: none;
}
h2 {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.1pt;
	height: 26px;
	margin-bottom: 10px;
	background: #A6D226 url(gfx/backgroundHeadlineMiddle.png) left top repeat-x;
}
h2 span {
	float: right;
	background: #A6D226 url(gfx/backgroundHeadlineRight.png) right top no-repeat;
	height: 26px;
}
h2 span.first {
	float: left;
	background: transparent url(gfx/backgroundHeadlineLeft.png) left top no-repeat;
	padding: 5px 10px;
	height: 16px;
}

#content h3 {
	margin: 0 10px;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 100;
	background-color: #83C0F5;
}
#navi div h3 {
	padding: 10px 0 5px 0;
	font-size: 14px;
}

/*============== CONTAINER ============== */
#mainContainer {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/*============== HEADER / NAVI / CONTENT / FOOTER ============== */
#header {
	text-align: right;
	margin: 20px 190px 20px 0;
}
#navi {
	float: left;
	width: 200px;
}
#mainContent {
	float: left;
	width: 500px;
}
#content {
	background-color: #fff;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}
#content p {
	margin: 0.5em 1em;
	line-height: 1.3em;
}
#content ul {
	list-style-type: none;
	margin-left: 1em;
}
#content ul li {
	margin: 5px 0;
}
#content ul li .day {
	font-weight: 900;
}
#content ul li:hover {
	background-color: #D3E8FB;
}
#content small,
#content .small {
	color: #0057A;
	line-height: 1em;
}
#footer {
	margin-top: 2em;
	padding: 5px 10px;
	background-color: #A6D226;
	color: #fff;
	font-size: 10px;
}

/*============== SPECIALS ============== */
#specials {
	height: 200px;
	background: #fff url(gfx/backgroundSpecials.png) top center no-repeat;
}
#specials img {
	margin: -1em 0 0 -1em;
}
* html #specials img {
	display: none;
}
#specials ul {
	display: none;
}
* html #specials ul {
	display: list-item;
	color: #fff;
	font-weight: 900;
	margin: 5em;
}

/*============== ROUNDED BOXES ============== */
.mainNaviTop,
.mainNaviBottom,
.extraBoxTop,
.extraBoxBottom,
.aktion,
.contentTop {
	height: 5px;
	width: 180px;
	margin-right: 20px;
	font-size: 1px;
}
.extraBoxTop,
.extraBoxBottom,
.contentTop {
	margin-right: 0;
	width: 200px;
}
.extraBoxTop {
	margin-top: 20px;
}
.contentTop {
	width: 500px;
}
.aktion {
	margin-left: -10px;
}
.mainNaviTop {		background: transparent url(gfx/backgroundNaviTop.png) left top no-repeat;	}
.mainNaviBottom {	background: transparent url(gfx/backgroundNaviBottom.png) left top no-repeat;	}
.extraBoxTop {		background: transparent url(gfx/backgroundBoxTop.png) left top no-repeat;	}
.extraBoxBottom {	background: transparent url(gfx/backgroundBoxBottom.png) left top no-repeat;	}
.contentTop {		background: transparent url(gfx/backgroundContentTop.png) left top no-repeat;	}

/*============== NAVI ============== */
#navi ul {
	margin-right: 20px;
	padding: 10px 0 20px 0;
	list-style-type: none;
	background: #0057A3 url(gfx/backgroundNavi.png) left top repeat-x;
}
#navi li {
	border-bottom: 1px dotted #83C0F5;
}
#navi li a {
	color: #fff;
	display: block;
	padding: 10px 5px 5px 25px;
}
#navi li a:hover,
#navi li.active a {
	font-weight: 900;
	background: transparent url(gfx/navi.png) 2px center no-repeat;
}

#navi div {
	padding: 0 20px 10px 20px;
	color: #fff;
	background-color: #A6D226;
}

/* ================== FORM ================== */
form legend {	display: none; }

form input,
form textarea {
	border: 1px solid #A6D226;
	padding: 1px 2px;
}
form input {
	width: 90px;
}
form textarea {
	width: 334px; 
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus {
	border-color: #C2E72D;
}
form input[type="submit"] {
	cursor: pointer;
	background-color: #fff;
}
form input[type="checkbox"] {
	width: auto;
}

html* form input { /* ie */
	width: 85px;
}

/* ============== OTHER CLASSES ============== */
.colA,
.colB {
	width: 240px;
	float: left;
}
.clear, .clearSpace {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.clearSpace	{	margin-top: 20px; }
.right		{	float: right; }
.left		{	float: left; }
.leftSpace	{	float: left; margin-left: 0.5em; padding-left: 0.5em; }
.widthAuto	{	width: auto; }
/* ============== ERROR / MSG ============== */
p.error,
p.msg {	margin-top: 2em; padding: 0.5em;	}
.error		{	background-color: #d0603c; color: #fff; }
.msg		{	background-color: #ceb991; }