/*
Farben
dunkelrot = #800922
mittleres rot = #AF0730

streifen rot = #9E3F38
beige = #FFF7B1
gelb = #FFCC00

helleres gelb (willkommen) = #FAE17D

dunkel grau = #373535
*/

/* * * * * * * * * * CSS FUER FLEISCHEREI DRECHSLER * * * * * * * * * */

/* * * * * ALLGEMEIN * * * * */
body, table, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body.kopf_logo
{
	background-color: #FFF7B1;
	background-image: url(pic/hg_kopf_logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

body.kopf_jd
{
	background-color: #FFF7B1;
	background-image: url(pic/hg_kopf_jd.jpg);
	background-repeat: repeat-x;
	background-position: top right;
}

body.menue_oben
{
	background-color: #AF0730;
	background-image: url(pic/hg_menue_oben.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

body.menue
{
	background-color: #800922;
}

body.menue_unten
{
	background-color: #AF0730;
	background-image: url(pic/hg_menue_unten.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

body.start
{
	background-color: #800922;
	color: #ffffff;
}

body.seite
{
	background-color: #800922;
	color: #ffffff;
	padding: 25px 20px 10px 20px;
}

body.bildlupe
{
	background-color: #800922;
	color: #ffffff;
	padding: 15px;
}

a, a:visited
{
	color: #FCE795;
	font-weight: normal;
	text-decoration: underline;
}
a:hover, a:active
{
	text-decoration: none;
}
a img
{
	border: 0px;
}

/* * * * * KOPF DER SEITE * * * * */

table.tabkopf
{
	width: 100%;
	height: 100%;
	border: 0px;
}

table.tabkopf td
{
	border-collapse: collapse;
}

div.jens_drechsler
{
	display: block;
	width: 200px;
	height: 184px;
	margin: 0px;
	border: 0px solid white;
	background-image: url(pic/jens_drechsler.png);
	background-position: top center;
	background-repeat: no-repeat;
}

td.logo
{
	padding: 20px 0px 0px 70px;
	vertical-align: top;
}

a.link_logo, a.link_logo:visited
{
	font-size: 20px;
	font-weight: bold;
	color: #800922;
	text-decoration: none;
}
a.link_logo:hover, a.link_logo:active
{
	text-decoration: none;
}

/* * * * * MENUEPUNKTE oben und unten * * * * */

div.menupunkte_oben
{
	width: 180px;
	padding: 30px 0px 0px 30px;
}

div.menupunkte_unten
{
	width: 100%;
	text-align: center;
	padding: 13px 0px 10px 0px;
}

a.menu, a.menu:visited
{
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	background-image: url(pic/punkt.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 12px;
}
a.menu:hover, a.menu:active
{
	text-decoration: underline;
}

div.skoda_aktion
{
	width: 100px;
	padding: 15px 0px 15px 45px;
}
div.skoda_aktion a
{
	outline: 0;
}

div.echterzgebirge
{
	position: absolute;
	bottom: 0px;
	right: 10px;
	margin: 0px;
	padding: 0px;
}

div.echterzgebirge a, div.echterzgebirge a:visited,
div.echterzgebirge a:hover, div.echterzgebirge a:active
{
	color: #373535;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

/* * * * * STARTSEITE * * * * */

table.startseite
{
	border: 0px;
	margin: 30px 20px 0px 50px;	
}

table.startseite td.txt
{
	border-collapse: collapse;
	vertical-align: top;
}

h1.willkommen
{
	font-size: 20px;
	color: #FAE17D;
	font-weight: normal;
	font-style: italic;
}

p.fett
{
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	padding-right: 40px;
	line-height: 1.8em;
}

.rechts
{
	text-align: right;
	padding: 20px 40px 0px 0px;
}
.luperechts
{
	text-align: right;
}

table.startseite td.adr
{
	border-collapse: collapse;
	vertical-align: middle;
}

p.adresse
{
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	line-height: 2em;
}

/* * * * * ANDERE UNTERSEITEN * * * * */

h1
{
	font-size: 16px;
	color: #FAE17D;
	font-weight: bold;
	font-style: italic;
}

h2
{
	font-size: 12px;
	color:#FFF7B1;
	font-weight: bold;
	padding-top: 10px;
}

h3
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

p
{
	line-height: 1.5em;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}

img.rahmen
{
	border: 1px solid #9E3F38;
	padding: 4px;
}

img.bild_rechts
{
	float: right;
	margin: 0px 8px 0px 4px;
}

img.bild_links
{
	float: left;
	margin: 0px 10px 0px 10px;
}

img.flyer
{
	margin-top: 30px;
}

table.drei_bilder, table.zwei_bilder
{
	width: 100%;
}

table.drei_bilder td
{
	width: 33%;
	border-collapse: collapse;
	padding: 0px 0px 15px 0px;
	text-align: center;
}

table.zwei_bilder td
{
	width: 50%;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}

table.partner td
{
	border-collapse: collapse;
	padding: 10px;
	vertical-align: middle;
}

a.pdf, a.pdf:visited, a.pdf:hover, a.pdf:active
{
	background-image: url(pic/pdf_icon.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 25px 5px 0px;
}

/* Seite Aktuelles */
p.ostergruss
{
	margin: 50px 0 0 50px;
	color: #fff7b1;
	font-weight: bold;
	font-style: italic;
	line-height: 2.5em;
}

div.schweinchen
{
	display: block;
	width: 250px;
	height: 245px;
	float: right;
	margin: 0px 10px 0px 10px;
	
	background-image: url(pic/spendenaktion/schweinchen.gif);
	background-repeat: no-repeat;
}
div.schweinchen div.spende
{
	width: 100px;
	color: #800922;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	top: 35px;
	left: 35px;
}
div.schweinchen div.zahl
{
	width: 120px;
	color: #800922;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	top: 120px;
	left: 90px;
}

div.schweinchen_mini
{
	display: block;
	width: 150px;
	height: 145px;
	float: right;
	margin: 20px 20px 0px 0px;
	
	background-image: url(pic/spendenaktion/schweinchen_mini.gif);
	background-repeat: no-repeat;
}
div.schweinchen_mini div.spende
{
	width: 80px;
	color: #800922;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	top: 15px;
	left: 15px;
}
div.schweinchen_mini div.zahl
{
	width: 100px;
	color: #800922;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	top: 65px;
	left: 45px;
}

/* Seite Bratwurst-Notfall */
table.bratwurst
{
	width: 100%;
}
table.bratwurst td
{
	padding: 0 10px 0 0;
	border-collapse: collapse;
	vertical-align: top;
}
table.bratwurst td.wetter
{
	padding: 20px 0px 0px 10px;
	border-collapse: collapse;
	vertical-align: top;
}

div.grillwetter
{
	width: 230px;
	padding: 0px 0px 10px 20px;
	border: 1px solid #9E3F38;
}
div.grillwetter img
{
	margin: 0px 0px 5px 20px;
}
div.grillwetter p, div.grillwetter a
{
	color: #FCE795;
	font-weight: bold;
}

/* Seite ServiceQualitaet */
table.service
{
	width: 100%;
}
table.service td
{
	padding: 0 10px 0 0;
	border-collapse: collapse;
	vertical-align: top;
}

/* Tabelle Mitarbeiter */
table.team
{
	width: 100%;
}

td.abteilung
{
	background-color: #9E3F38;
	color: #FFF7B1;
	padding: 5px 5px 10px 10px;
}

td.mitarbeiter
{
	width: 25%;
	text-align: center;
}

td.mitarbeiter img
{
	margin: 20px 0px 10px 0px;
}

/* Seite Impressum */
td.impbild
{
	width: 30%;
	vertical-align: middle;
	text-align: center;
	padding: 0px 10px 20px 10px;
}


/* Kontakt */
table.kontaktformular
{
	width: 100%;
}
table.kontaktformular td
{
	padding: 3px;
	border-collapse: collapse;
	vertical-align: top;
}

table.kontaktformular td.adr
{
	border-collapse: collapse;
	vertical-align: middle;
}

td.kontbild
{
	vertical-align: middle;
	text-align: center;
}

.hinweis /* kleiner Hinweistext */
{
	font-size: 10px;
}

.sternchen /* Pflichtfeld-Sternchen */
{
	color: #FFCC00;
}

input.feld /* normales Eingabefeld in Formularen */
{
	color: #000000;
	background-color: #F3F3F3;
	border: 1px solid #373535; 
	width: 250px;
}

input.feldklein /* kleines Eingabefeld in Formularen */
{
	color: #000000;
	background-color: #F3F3F3;
	border: 1px solid #373535; 
	width: 40px;
}

input.button /* Button in Formularen */
{
	background-color: #AF0730;
	border: 1px solid #FFF7B1;
	color: #FFF7B1;
	font-weight: bold;
}

textarea.text /* Textfeld in Formularen */
{
	color: #000000;
	background-color: #F3F3F3;
	border: 1px solid #373535; 
	height: 150px;
	width: 250px;
}

.errorfeld /* fehlerhaftes Feld in Formularen */
{
	color: #000000;
	background-color: #E1C5C2;
	border: 1px solid #373535;
	width: 250px;
}

.feldsf /* feld, das versteckt wird, als Bot-Schutz */
{
	display: none;
}

.imgsf /* img als Bot-Schutz */
{
	text-align:center;
	vertical-align:text-bottom;
}

.errortext /* Hinweis zu fehlerhaften Feldern */
{
	color: #FFCC00;
	font-weight: bold;
}
/*
.gbbutton
{
	background-color: #AF0730;
	border: 1px solid #FFF7B1;
	color: #FFF7B1;
}

.gbtxtarea
{
	width:100%;
	height: 80px;
	color: #000000;
	border: 1px solid #FFF7B1; 
}

.gbfeld
{
	width:100%;
	color: #000000;
	border: 1px solid #FFF7B1; 
}
*/
