/* screen */
body {
	margin: 0; 
	padding: 0;
	font-size: 13px;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	overflow: auto;
}
a {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
input, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}
ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#content li {
	padding-bottom: 1px;
}
p {
	margin: 0;
	margin-bottom: 13px;
}

/* helper classes */
.hidden {
	display: none;
}

/* überschriften */
h1,h2,h3 {
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	font-size: 19px;
	margin-bottom: 10px;
}
h2 {
	font-size: 17px;
	margin-bottom: 8px;
}

/* supporting classes */
div.clearing {
	clear: both;
}

div#sauerlaenderhof {
}
div#logo {
	display: none;
}

div#kopfbild {
	display: none;
}

/* links */
div#links {
}

/* rechts */
div#rechts {
	display: none;
}

/* unter und über der navigation trenner */
img.trennergrafiken {
	display: none;
}

/* navigation */
div#hauptnavigation {
	display: none;
}

/* unternavigation */
div#unternavigation {
	display: none;
}

/* servicenavi unten für sprache und für rechtliches */
div#servicenavi {
	display: none;
}

/* überschriften */
img.ueberschrift {
	margin-left: -5px;
	margin-bottom: 3px;
}

/* the mighty orange-box */
div.orangebox p {
	font-style: italic;
}

/* preise */
table.preise {
	margin-top: 10px;
	margin-bottom: 17px;
	border-collapse: collapse;
}
table.preise th {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.preise td {
	border: 1px solid #000000;
}
table.preise td, table.preise th {
	padding: 4px;
	padding-right: 6px;
}
table.preise td.td-0 {
	font-weight: bold;
}
table.preise th {
	text-align: left;
	font-weight: bold;
}
table.preise td p {
	margin: 0;
	padding: 0;
}

/* kontaktformular */
input, textarea {
	background-color: white;
	border: 1px solid black;
}
input.checkbox {
	border: 0;
}
input.kontakt {
	width: 190px;
	height: 18px;
}
textarea {
	width: 320px;
	height: 90px;
}
table.kontakt {
	margin-top: 4px;
	border-collapse: collapse;
}
table.kontakt td {
	width: 206px;
}
table.kontakt td.beschriftung {
	padding-right: 12px;
	width: auto;
}
table.kontaktunten {
	border-collapse: collapse;
}
table.kontaktunten td.beschriftung {
	padding-right: 12px;
}

h1.kontakt {
	font-size: 14px;
	color: #F15A30;
	border-bottom: 1px solid #000000;
}
span.kontakt_fehler {
	font-weight: bold;
}
div.kontaktfehler {
	margin-top: 8px;
	margin-bottom: 8px;
	color: white;
	padding: 4px;
	border: 1px solid black;
}

/* preisangaben im content in tabellenform */
table.contenttable {
	border-collapse: collapse;
}
table.contenttable p {
	margin: 0;
	padding: 0;
}
table.contenttable td, th {
	padding: 2px;
	padding-right: 6px;
	padding-left: 6px;
}
h3 {
	font-size: 14px;
	color: black;
	border-bottom: 1px solid #000000;
	margin-bottom: 8px;
}

/* dritte navigationsebene */
div.navigation3 {
	display: none;
}