/* CSS für www.dahlienwirth.at */

/* ===== Allgemeine Formatierungen ===== */

/* ----- Seite Allgemein ----- */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	direction: ltr;
	font-size: medium;
}
html {
	direction: ltr;
}

/* ----- Tabellen ----- */
.spacerSmall {
	height : 5px;
}
.spacerMiddle {
	height : 10px;
}
.spacerLarge {
	height : 15px;
}
.spacerXLarge {
	height : 20px;
}
.spacerXXLarge {
	height : 25px;
}
.spacerXXXLarge {
	height : 30px;
}
.center{
	text-align : center;
}
.right{
	text-align : right;
}
.left{
	text-align : left;
}
td,tr{
	font-size: medium;
}
table {
	text-align: left;
	width: 100%;
}

/* ----- Links ---- */
/* Links Allgemein */
a:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: White;
	font-weight: bold;
	background-color: Maroon;
}
a:visited {
	text-decoration: underline;
	color: #336600;
	font-weight: bold;
}
/* Menü Footer */
a.menuFooter:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
}
a.menuFooter:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}
a.menuFooter:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
}
a.menuFooter:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}

/* Menü Header */
a.menuHeader:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
	font-size: small;
}
a.menuHeader:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
	font-size: small;
}
a.menuHeader:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
	font-size: small;
}
a.menuHeader:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
	font-size: small;
}
/* Infospalte */
a.infoSpalte:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
	font-size: small;
}
a.infoSpalte:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
	font-size: small;
}
a.infoSpalte:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
	font-size: small;
}
a.infoSpalte:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
	font-size: small;
}
/* Inhalt Dahliensorten */
a.inhaltDahliensorten:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
}
a.inhaltDahliensorten:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}
a.inhaltDahliensorten:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
}
a.inhaltDahliensorten:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}
/* Inhalt Dahlieninfo */
a.inhaltDahlieninfo:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
}
a.inhaltDahlieninfo:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}
a.inhaltDahlieninfo:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
}
a.inhaltDahlieninfo:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}
/* Inhalt Bestellung */
a.inhaltBestellung:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
}
a.inhaltBestellung:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}
a.inhaltBestellung:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
}
a.inhaltBestellung:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}
/* Inhalt Kontakt */
a.inhaltKontakt:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
}
a.inhaltKontakt:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}
a.inhaltKontakt:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
}
a.inhaltKontakt:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}
/* Inhalt Wir über uns */
a.inhaltBetrieb:link {
	text-decoration: underline;
	color: Maroon;
	font-weight: bold;
}
a.inhaltBetrieb:active {
	text-decoration: underline;
	color: Purple;
	font-weight: bold;
}
a.inhaltBetrieb:hover {
	text-decoration: underline;
	color: White;
	background-color: Maroon;
	font-weight: bold;
}
a.inhaltBetrieb:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
}
/* ----- Absatz und Überschriften ----- */
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 5px;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: Silver;
	margin-bottom: 10px;
	text-indent: 5px;
	margin-top: 2px;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: Maroon;
	margin-top: -43px;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: Maroon;
	margin-top: 2px;
	margin-bottom: 5px;
}
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: Maroon;
	margin-bottom: 3px;
	margin-top: 3px;
	text-indent: 10px;
}
h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Maroon;
	font-weight: bold;
	margin: 0px;
	white-space: nowrap;
}
h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	color: Maroon;
	margin-bottom: 3px;
	margin-top: 3px;
}

/* ----- Spezielle Schriftformate ----- */
.error {
	font-size: 14px;
	font-weight: bold;
	color: Red;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.short {
	font-size: smaller;
}

/* ----- Formularelemente ----- */

/* ----- Bilder ----- */
.mainThumb {
	border: 0px solid;
	width: 175px;
	height: 117px;
}

/* ===== Bereichs Formatierungen ===== */

/* ----- Hauptlayouttabelle Allgemein ----- */
.menu {
	width: 170px;
	text-align: left;
	vertical-align: top;
}
.content {
	text-align: left;
	vertical-align: top;
}
.info {
	width: 170px;
	text-align: left;
	vertical-align: top;
}

/* ----- Header Allgemein ----- */
.headerMenu {
	text-align: right;
	width: 100%;
}
.headerTable {
	background-image: url(../_images/logo/DahlienWirthHeader.png);
	background-repeat: no-repeat;
	height: 128px;
	width: 100%;
}
/* ----- Footer Allgemein ----- */
.footerCopy {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}
.footerMenu {
	text-align: center;
	font-size: small;
}

/* ----- Menü allgemein ----- */
.menuHead {
	color: White;
	font-weight: bold;
	text-align: center;
}
.menuTableHead {
	width: 170px;
	border: 0;
	text-align: center;
	font-weight: bold;
	font-size: smaller;
	color: White;
	height: 20px;
	background-image: url(../_images/layout/menuHead_maroon_170x20.gif);
}
.menuTableHeadSpacer {
	width: 170px;
	border: 0;
	background-image: url(../_images/layout/spacer_trans_170x20.gif);
	height: 20px;
}
.menuTableBody {
	width: 170px;
	background-color: #F4F4F4;
	border-left: thin solid Maroon;
	border-bottom: thin solid Maroon;
	border-right: thin solid Maroon;
}
.menuActual {
	color: Maroon;
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}

.menuMain {
	font-size: small;
	text-indent: 10px;
}
.menuSub {
	font-size: small;
}
.menuSubSymbol {
	width: 8px;
}
.menuDisplayNone {
	display: none;
}
.menuDisplay {
	display: block;
	width: 90%;
	margin-left: 15px;
}

/* ----- Content allgemein ---- */
.spacerFax {
	margin-left: 40px;
}
/* ----- Info Spalte allgemein ----- */
.infoTableHead {
	width: 170px;
	border: 0;
	text-align: center;
	font-weight: bold;
	font-size: smaller;
	color: White;
	height: 20px;
	background-image: url(../_images/layout/menuHead_maroon_170x20.gif);
}
.infoTableBody {
	width: 170px;
	background-color: #F4F4F4;
	border-left: thin solid Maroon;
	border-bottom: thin solid Maroon;
	border-right: thin solid Maroon;
	text-indent: 10px;
}
.infoTableNew {
	text-align: center;
}
.infoTableBild {
	width: 100px;
	height: 67px;
	border: 0px;
}
.infoHeadline {
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: Maroon;
}
.infoText {
	text-align: left;
	font-size: small;
}
.infoList {
	text-align: left;
	font-size: small;
	text-indent: 10px;
}
/* Info Spalte AGB */
.infoTableBodyAgb {
	width: 170px;
	background-color: #F4F4F4;
	border-left: thin solid Maroon;
	border-bottom: thin solid Maroon;
	border-right: thin solid Maroon;
	text-align: center;
}
/* Formatierung für Leertabelle */
.infoTableHeadSpacer {
	width: 170px;
	border: 0;
	background-image: url(../_images/layout/spacer_trans_170x20.gif);
	height: 20px;
}
.infoTableBodySpacer {
	width: 170px;
}

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

/* ----- Startseite ----- */
.startIntro {
	font-weight: bold;
	text-align: center;
}
.startBild {
	width: 512px;
	height: 307px;
	margin: 10px;
}
.startBildPosition {
	text-align: center;
}
.startHeadline {
	text-align: center;
	color: Maroon;
	text-indent: 0px;
	margin: 0px;
}
.startMarker1 {
	text-align: center;
	font-size: xx-large;
	font-variant: small-caps;
	text-indent: 0px;
}
.startMarker2 {
	text-align: center;
	font-size: xx-large;
	font-variant: small-caps;
	margin-top: -52px;
	text-indent: 0px;
}
/* ----- Dahliensorten ----- */
.sortenInhaltBild {
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
.sortenInhaltBeschreibung {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
.sortenBild {
	text-align: center;
	width: 20%;
	vertical-align: middle;
}
.sortenBeschreibung {
	text-align: left;
	vertical-align: top;
	width: 65%;
}
.sortenPreis {
	text-align: center;
	vertical-align: middle;
	width: 15%;
	white-space: nowrap;
}

/* ----- Dahlieninfo ----- */
.infoInhaltBild {
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
.infoInhaltBeschreibung {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
.infoBild {
	text-align: center;
	width: 20%;
	vertical-align: middle;
}
.infoBeschreibung {
	text-align: left;
	vertical-align: top;
	width: 65%;
}
.infoVermehrungAbsatz {
	margin-top: 40px;
}

/* ----- Bestellung ----- */
.bestellungIntroText {
	font-weight: bold;
	text-align: center;
}
.bestellungIntroAbsatz {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.bestellungIntroAbsatz2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.bestellungInhalt {
	text-align: center;
	vertical-align: middle;
	width: 50%;
	height: 40px;
}
.bestellungFormularAbsatz {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ----- Kontakt ----- */
.kontaktIntroText {
	font-weight: bold;
	text-align: center;
}
.kontaktInhalt {
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
/* Feedback */
.feedbackLabel {
	font-size: smaller;
	font-weight: bold;
}
.feedbackInput {
	width: 250px;
	position: absolute;
	left: 350px;
}
.feedbackPlz {
	width: 50px;
	position: absolute;
	left: 350px;
}
.feedbackOrt {
	width: 190px;
	position: absolute;
	left: 410px;
}
.feedbackAbsatz {
	margin-top: 25px;
	margin-bottom: 15px;
}

/* Impressum */
.impressumSubtitle {
	font-size: smaller;
	font-weight: bold;
	padding-bottom: 10px;
}
.impressumSubtext {
	font-size: smaller;
}
.impressum {
	
}
/* ----- Wir über uns ----- */
.betriebIntroText {
	font-weight: bold;
	text-align: center;
}
.betriebIntroBild {
	width: 640px;
	height: 384px;
	margin: 10px;
}
.betriebIntroPosition {
	text-align: center;
}
.betriebInhalt {
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
.betriebGeschichteAbsatz {
	margin-top: 40px;
}
