﻿body, p, h1, h2, h3, h4, h5, h6, table, tr, td, ul, ol, dl, span, li {
	margin: 0px;
	padding: 0px;	
}

p, h1, h2, h3, h4, h5, h6, table, tr, td, li, dt, dd, a:active, a:visited, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

body {
	font-size: 1em;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}


div#container {
	position: relative;
	width: 940px;
}


div#pageHeader {
	position: relative;
}

div#pageTopMenu 
{
	display: none;
}


div#pageBody {
	margin-top: 35px;
	position: relative;
}

div#LeftMenu 
{
	display: none;
}


/* CONTENT */


div#content {
	position: relative;
	width: 640px;
	font-size: 0.8em;

}

div#content h1, div#content h2, div#content h3, div#content p, div#content ul, div#content ol, div#content dl {
	padding-left: 5px;
	padding-right: 5px;
}
div#content h1, div#content h2, div#content h3 {
	font-weight: normal;
}

div#content h1 {
	font-size: 1.75em;
	margin-bottom: 35px;
}

div#content h2 {
	font-size: 1.25em;
	margin-bottom: 10px;
}

div#content h3 {
	font-size: 1.25em;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

div#content p {
	margin-bottom: 5px;
}

div#content ul, div#content ol {
	list-style-position: inside;
	margin-bottom: 5px;
}

div#content li {
	margin-bottom:10px;
}

div#content ul, div#content ul li {
	list-style-type:disc;
}

div#content dl dt {
	font-weight: bold;
	padding-top:10px;
	padding-left:5px;
}

div#content dl {
	margin-bottom: 5px;
}

div#content dd {
	margin-left:0px;
	padding-left:20px;
	padding-bottom:10px;
}


/* Startseite Tabelle mit 3 Spalten*/

div#content td.threeColumnsContent{
	width:190px;	
}

div#content td.threeColumnsSpace{
	width:35px;
}

div#content td.threeColumnsContent img {
	width: 190px;
	margin-bottom: 5px;
}

div#content a, div#content a:active, div#content a:visited, div#content a:hover {
	color: black;
	text-decoration: underline;
}

div#content table.startPage tr td {
	padding-bottom: 15px;
}

div#content table.startPage {
	margin-bottom:20px;
}


/* Startseite Content Querreihen Default und Wein*/
div#content div.wideBox{
	margin-bottom:5px;
	width: 640px;
}


div#content div.column1 {
	position: relative;
	float: left;
	width: 60px;
}

div#content div.text {
	position: relative;
	float: right;
	width: 580px;
}

div.clear {
	clear:both;
}


div.oneColumn {
	width:494px;	
}

div#content h2.underline {
	border-bottom:1px solid black;
}

div#content p.underline {
	text-decoration:underline;
}


.border {
	border:1px solid black;
}


div#content div.twoColumns div.column1 {
	position:relative;	
	float:left;
	width:350px;
}

div#content div.twoColumns div.column2 {
	position:relative;	
	float:right;
	width:260px;
}


div#content .quoteBlock{
	width:260px;
}

.person {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}

.person img {
	float: right;
	padding-left: 5px;
}

div#content div.quoteBlockPeach {
	width:260px;
	height:287px;
}

div#content div.quoteBlockMint {
	width:260px;
	height:287px;
}

div#content div.quoteBlockMintMini {
	width:260px;
	height:152px;
}

div#content div.quoteBlockPeachMini {
	width:260px;
	height:152px;
}

div#content div.quoteBlockPeach p, div#content div.quoteBlockMint p, div#content div.quoteBlockMintMini p, div#content div.quoteBlockPeachMini p, div#content div.quoteBlockPicMint p, div#content div.quoteBlockPicPeach p {
	padding-left:20px;
	padding-right:20px;
	padding-top: 35px;
}




/* START Tabellen mit und ohne Padding */
table.pureLayout {
	border-collapse: collapse;
	width: 100%;
}
table.pureLayout tr th {
	margin: 0px;
	padding: 0px;
}
table.pureLayout tr td {
	margin: 0px;
	padding: 0px;
}
table.pureLayout tr {
	margin: 0px;
	padding: 0px;
}
table.pureLayoutWithPadding {
	border-collapse: collapse;
	width: 100%;
}
table.pureLayoutWithPadding tr th {
	margin: 0px;
	padding: 15px 5px 15px 5px;
}
table.pureLayoutWithPadding tr td {
	margin: 0px;
	padding: 15px 5px 15px 5px;
}
table.pureLayoutWithPadding tr {
	margin: 0px;
	padding: 15px 5px 15px 5px;
}

table.pureLayoutWithPadding tr.spacer td, table.pureLayout tr.spacer td
{
	margin: 0 0 0 0; padding: 0 0 0 0;
}
/* ENDE Tabellen mit und ohne Padding */


table.formdata  {
	border-collapse: collapse;
	width: 100%;
}

table.formdata tr th {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.formdata tr td {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}


table.formdata SELECT.textfield { width: 100px; height: 20px }
table.formdata .textfield { width: 120px; height: 20px }
table.formdata .textfieldlong { width: 200px; height: 20px }
table.formdata .textarea { width: 170px; height: 150px }
table.formdata .button {  }
.noprint {
	display: none;
}

.mint {
}

.mintDark {
}

.peach{
}

div#content ul.sitemap li, div#content ul.sresults li
{
		list-style-type: none;
		
}

div#content ul.sitemap li ul 
{
	margin-left: 15px;
}

.person {
	text-align: right;
}

.person img {
	float: right;
	padding-left: 5px;
}

.important 
{
	font-weight: bold;
}