/*
dienotenschmiede.de
june '06 mm@raut.de
*/

/* main body and html styles */
body {
	position: absolute;
	vertical-align: bottom;
	height: 550px;
	width: 974px;
	margin: -275px 0 0 -487px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: hidden;
	background-color: #FFEDBC;
	color: black;
	border: 0;
}
html {
	overflow: hidden;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFBF0;
	height: 100%;
	font-size: 12px;
}
a {
	color: #59568D;
}

/* zentrierung */
div#zentrierung {

}

/* ausrichtung der elemente */
img#header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 974px;
	height: 50px;
}
div#navigationoben {
	background-color: #8682BE;
	position: absolute;
	top: 51px;
	left: 0px;
	width: 974px;
	height: 20px;
}
div.navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 660px;
	height: 21px;
	color: white;
	font-size: 16px;
}
div.navigation a {
	color: white;
	text-decoration: none;
	margin-right: 30px;
}
div#links {
	position: absolute;
	top: 71px;
	left: 0px;
	width: 314px;
	height: 357px;
	color: white;
	background-color: #FFD472;
}
div#rechts {
	position: absolute;
	top: 71px;
	right: 0px;
	width: 660px;
	height: 357px;
	color: #6C6E71;
	background-color: #FFD472;
}
div#navigationunten {
	background-color: #8682BE;
	position: absolute;
	top: 427px;
	left: 0px;
	width: 974px;
	height: 20px;
}
div#footer {
	position: absolute;
	top: 447px;
	left: 0px;
	width: 974px;
	height: 104px;
}
img#kaesten {
	height: 86px;
	width: 290px;
	position: absolute;
	top: 9px;
	left: 32px;
}
img#logo {
	height:96px;
	width: 340px;
	position: absolute;
	top: 2px;
	right: 4px;
}
div#content {
	position: relative;
	width: 610px;
	height: 307px;
	padding: 25px;
	overflow: auto;
	font-size: 13px;
	line-height: 15px;
}
div#content h1 {
	font-size: 15px;
	line-height: 6px;
}

/* navigationszauber */
div.navigation div {
	width: 160px !important;
	text-align: center;
}
div.navigation div a {
}
div.navigation div a:hover {
	text-decoration: underline;
}
div.navigation div a.aktiv {
	text-decoration: underline;
}
div.navigation div a.aktiv:hover {
	text-decoration: underline;
}
div.unternavigation a {
	color: white;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 15px;
	background-color: #B0ACD5;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 1px;
}
div.unternavigation a:hover {
	text-decoration: underline;
}
div.unternavigation a.aktiv {
	text-decoration: underline;
}
div.unternavigation a.aktiv:hover {
	text-decoration: underline;
}
div.unternavigation {
	height: 20px;
}

/* abstand der grafsichen überschriften nach oben */
img.abstand {
	margin-top: 15px;
}

/* ausrichtung unternavigation text rechts */
div#navigationunten div.navigation {
	text-align: right;
}
div#navigationunten div.navigation a {
}
div#navigationunten div.navigation a:hover {
	text-decoration: underline;
}
div#navigationunten div.navigation a.aktiv {
	text-decoration: underline;
}
div#navigationunten div.navigation a.aktiv:hover {
	text-decoration: underline;
}


/* 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;
	background-color: #B0ACD5;
	color: #333333;
	border: 1px solid #6C6E71;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
input.kontakt_submit {
	background-color: #8682BE;
	color: white;
	border: 0;
}
input.kontakt_submit:hover {
	color: #D7D6EA;
}
input {
	background-color: #B0ACD5;
	color: #333333;
	border: 1px solid #6C6E71;
}
form {
	padding: 0;
	margin: 0;
}
span.kontakt_fehler_box {
	border-bottom: 2px solid #8682BE;
}

/* unterschied druck- und printüberschriften */
img.screenueberschrift {
}
img.printueberschrift {
	display: none;
}

/* kontaktfehlermeldungen */
span.kontakt_fehler {
	text-decoration: underline;
}