/*
dienotenschmiede.de
june '06 mm@raut.de
*/

/* main body and html styles */
body {
	color: black;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

/* zentrierung */
div#zentrierung {
}

/* ausrichtung der elemente */
img#header {
	display: none;
}
div#navigationoben {
	display: none;
}
div.navigation {
	display: none;
}
div.navigation a {
	display: none;
}
div#links {
	display: none;
}
div#rechts {
}
div#navigationunten {
	display: none;
}
div#footer {
	display: none;
}
img#kaesten {
	display: none;
}
img#logo {
	display: none;
}
div#content {
	position: relative;
	font-size: 13px;
	line-height: 15px;
}
div#content h1 {
	font-size: 15px;
	line-height: 6px;
}

/* navigationszauber */
div.navigation {
	display: none;
}
div.unternavigation {
	display: none;
}

/* ausrichtung unternavigation text rechts */
div#navigationunten div.navigation {
	display: none;
}

/* kontaktformular tabelle */
table.kontakt td.beschriftung {
	width: 75px;
}
table.kontakt td.eingabefeld {
	width: 160px;
}
textarea.kontakt {
	width: 340px;
	height: 70px;
	overflow: auto;
	margin-top: 15px;
	color: black;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
input.kontakt_submit {
	color: white;
	border: 0;
}
input {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}
form {
	padding: 0;
	margin: 0;
}
span.kontakt_fehler_box {
	border-bottom: 2px solid #888888;
}


/* unterschied druck- und printüberschriften */
img.screenueberschrift {
	display: none;
}
img.printueberschrift {
}