body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
}
#gesamtContainer {
	text-align: left;
	width: 837px;
	margin: auto;
}
#headerBox {
	height: 193px;
	width: 837px;
	margin-bottom: 15px;
}
#navBox {
	float: left;
	height: 400px;
	width: 364px;
	margin-right: 13px;
}
#contentBox {
	float: right;
	height: 385px;
	width: 429px;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 13px;
	color: #6D6D70;
	overflow: auto;
	clip: rect(auto,auto,380px,auto);
	line-height: 18px;
	padding-right: 10px;
}
#contentBox a {
	color: #564C4B;
}
#contentBox a:hover {
	color: #9F9187;
}
#logoBox {
	height: 115px;
	width: 196px;
	float: right;
}
#menueBox {
	float: right;
	width: 152px;
	padding-top: 60px;
	padding-left: 15px;
}
#footerBox {
	clear: both;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	padding-top: 4px;
}
#footerBox a {
	color: #666666;
	text-decoration: none;
}
#footerBox a:hover {
	color: #666666;
	text-decoration: underline;
}

/* spezifische Stilinfos für Seite Rezept */
.navBoxRezept {
	border: 1px solid #546000;
	background: url(../pics/bg_nav_rezept.gif) no-repeat left bottom;
}
.logoBoxRezept {
	border-right: 1px solid #546000;
}
.contentBoxRezept {
	border: 1px solid #546000;
	background: #E2E6C3 url(../pics/bg_content_rezept.gif) no-repeat left bottom;
}
.menueBoxRezept a {
	font-size: 14px;
	font-weight: bold;
	color: #9FB039;
	text-decoration: none;
}
.menueBoxRezept a:hover {
	color: #546000;
	text-decoration: none;
}

/* spezifische Stilinfos für Seite Menü */
.navBoxMenue {
	border: 1px solid #BE0024;
	background: url(../pics/bg_nav_menue.gif) no-repeat right bottom;
}
.logoBoxMenue {
	border-right: 1px solid #BE0024;
}
.contentBoxMenue {
	border: 1px solid #BE0024;
	background: #F0EFCF url(../pics/bg_content_menue.gif) no-repeat right bottom;
}
.menueBoxMenue a {
	font-size: 14px;
	font-weight: bold;
	color: #BE0024;
	text-decoration: none;
}
.menueBoxMenue a:hover {
	color: #6B2026;
	text-decoration: none;
}

/* spezifische Stilinfos für Seite Kostproben */
.navBoxKostproben {
	border: 1px solid #564C4B;
	background: url(../pics/bg_nav_kostproben.gif) no-repeat left bottom;
}
.logoBoxKostproben {
	border-right: 1px solid #564C4B;
}
.contentBoxKostproben {
	border: 1px solid #564C4B;
	background: #EAE7E5 url(../pics/bg_content_kostproben.gif) no-repeat right bottom;
}
.menueBoxKostproben a {
	font-size: 14px;
	font-weight: bold;
	color: #9F9187;
	text-decoration: none;
}
.menueBoxKostproben a:hover {
	color: #564C4B;
	text-decoration: none;
}

/* spezifische Stilinfos für Seite Koechin */
.navBoxKoechin{
	border: 1px solid #E6A200;
	background: url(../pics/bg_nav_koechin.gif) no-repeat left bottom;
}
.logoBoxKoechin {
	border-right: 1px solid #E6A200;
}
.contentBoxKoechin {
	border: 1px solid #E6A200;
	background: #FAF1D0 url(../pics/bg_content_koechin.gif) no-repeat right bottom;
}
.menueBoxKoechin a {
	font-size: 14px;
	font-weight: bold;
	color: #E6A200;
	text-decoration: none;
}
.menueBoxKoechin a:hover {
	color: #D5391E;
	text-decoration: none;
}

/* spezifische Stilinfos für Seite Partner */
.navBoxPartner {
	border: 1px solid #4C7123;
	background: url(../pics/bg_nav_partner.gif) no-repeat left bottom;
}
.logoBoxPartner {
	border-right: 1px solid #4C7123;
}
.contentBoxPartner {
	border: 1px solid #4C7123;
	background: #FAF1D0 url(../pics/bg_content_partner.gif) no-repeat right bottom;
}
.menueBoxPartner a {
	font-size: 14px;
	font-weight: bold;
	color: #4C7123;
	text-decoration: none;
}
.menueBoxPartner a:hover {
	color: #8CA06A;
	text-decoration: none;
}

/* spezifische Stilinfos für Seite News */
.navBoxNews {
	border: 1px solid #660D51;
	background: url(../pics/bg_nav_news.gif) no-repeat left bottom;
}
.logoBoxNews {
	border-right: 1px solid #660D51;
}
.contentBoxNews {
	border: 1px solid #660D51;
	background: #EBEBC2 url(../pics/bg_content_news.gif) no-repeat right bottom;
}
.menueBoxNews a {
	font-size: 14px;
	font-weight: bold;
	color: #985F8A;
	text-decoration: none;
}
.menueBoxNews a:hover {
	color: #660D51;
	text-decoration: none;
}

/* spezifische Stilinfos für Seite Referenzen */
.navBoxReferenzen {
	border: 1px solid #835D2D;
	background: url(../pics/bg_nav_referenzen.gif) no-repeat left bottom;
}
.logoBoxReferenzen {
	border-right: 1px solid #835D2D;
}
.contentBoxReferenzen {
	border: 1px solid #835D2D;
	background: #EBEBC2;
}
.menueBoxReferenzen a {
	font-size: 14px;
	font-weight: bold;
	color: #B39871;
	text-decoration: none;
}
.menueBoxReferenzen a:hover {
	color: #835D2D;
	text-decoration: none;
}

/* spezifische Stilinfos für Seite Kontakt */
.navBoxKontakt {
	border: 1px solid #546000;
	background: url(../pics/bg_nav_kontakt.gif) no-repeat left bottom;
}
.logoBoxKontakt {
	border-right: 1px solid #546000;
}
.contentBoxKontakt {
	border: 1px solid #546000;
	background: #E2E6C3 url(../pics/bg_content_kontakt.gif) no-repeat right bottom;
}
.menueBoxKontakt a {
	font-size: 14px;
	font-weight: bold;
	color: #546000;
	text-decoration: none;
}
.menueBoxKontakt a:hover {
	color: #9FB039;
	text-decoration: none;
}
/* Kolumnen Klassen bei zweispltigen Content */
.columnLeft {
	float: left;
	margin-right: 9px;
	width: 200px;
}
.columnRight {
	float: right;
	width: 200px;
}
.clearing {
	clear: both;
}

h1 {
	font: bold 17px Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}
ul {
	list-style-type: disc;
}
li {
	list-style-type: disc;
}

/* spezielle Schriftformatierungen in einzelnen Seiten */
.fontFarbeRezept {
	color: #546000;
}
.fontFarbeMenue {
	color: #BE0024;
	font-weight: bold;
}
.fontFarbePartner {
	color: #8CA06A;
	font-weight: bold;
}

.fontFarbeNews {

	color: #333333;
}
.bildLinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.bildRechts {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.beideSeitenFrei {
	clear: both;
}

/* Formularstilanweisungen */
.label {
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6d70;
	float: left;
	width: 100px;
	line-height: 160%;
	clear: left;
	font-size: 12px;
}
.formInputLong {
	clear: right;
	border: 1px solid #546000;
	margin-top: 2px;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
.formTextarea {
	color: #000000;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	width: 240px;
	clear: right;
	margin-bottom: 2px;
	border: 1px solid #546000;
	font-size: 1em;
}
.formInputShort {
	width: 50px;
	border: 1px solid #546000;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}
.formInputMedium {
	width: 180px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #546000;
	clear: right;
	margin-bottom: 2px;
}
.formButtonLeft {
	margin-left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
}
.formButtonRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 110px;
}
.formError {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	line-height: 160%;
	clear: left;
	float: left;
	width: 100px;
	font-size: 12px;
}

