/* 
	Heimdecor Vollmers Dünnebacke
	mmenke@netzpepper.de
	mid september 2007
	screen-sheet
*/

/* --- allgemeines ------------------------------------------------------------ */
body {
	margin: 0; 
	padding: 0;
	font-size: 12px;
	background-color: white;
	color: #000000;
}
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	overflow: auto;
}
a {
	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}
p {
	padding: 0;
	margin: 0;
}

/* --- überschriften ---------------------------------------------------------- */
h1,h2,h3 {
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	font-size: 13px;
	color: #ED7827;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	color: #ED7827;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #ED7827;
	text-transform: uppercase;
	margin-bottom: 9px;
}

/* --- generell listen -------------------------------------------------------- */
div#navigationen-oben ul,
div#navigationen-oben li {
	margin: 0;
	padding: 0;
}

/* --- supporting classes ----------------------------------------------------- */
div.clearing {
	clear: both;
}
img#aspam {
	border: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

/* --- hauptcontainer zentrierung --------------------------------------------- */
div#zentrierung {
	position: absolute;
	vertical-align: bottom;
	height: 540px;
	width: 982px;
	margin: -270px 0 0 -480px;
	top: 50%;
	left: 50%;
	overflow: hidden;
	background-color: white;
}
div#rahmen {
	border: 1px solid #EE8135;
	width: 978px;
	height: 520px;
	padding: 1px;
}

/* --- spalten ---------------------------------------------------------------- */
div#links {
	float: left;
	width: 488px;
	margin-right: 2px;
}
div#rechts {
	float: left;
	width: 488px;
}

/* --- teile in den seiten ---------------------------------------------------- */
img#logo {
	display: block;
	border: 1px solid #D3D3D3;
	width: 241px;
	height: 282px;
	margin-right: 2px;
	float: left;
	margin-bottom: 2px;
}
div#navigationen-oben {
	height: 73px;
	background-color: #D3D3D3;
	margin-bottom: 2px;
}
div#navigationen {
	width: 243px;
	float: left;
	margin-bottom: 2px;
}
div#navigationen ul,
div#navigationen li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#navicontainer {
	border: 1px solid #D3D3D3;
	height: 207px;
	position: relative;
}
div#rechts-oben {
	height: 73px;
	background-color: #565656;
	margin-bottom: 2px;
}
div#inhalt {
	height: 411px;
	line-height: 14px;
	overflow: auto;
	padding: 5px;
	position: relative;
}

/* --- navigationen ----------------------------------------------------------- */
ul#ebene1 a {
	color: #565656;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
ul#ebene1 a.aktiv {
	color: #EE8135;
}
ul#ebene1 {
	position: absolute;
	top: 10px;
	left: 4px;
	line-height: 19px;
}
ul#ebene2 a {
	color: #002D6E;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
ul#ebene2 a.aktiv {
	color: #EE8135;
}
ul#ebene2 {
	position: absolute;
	top: 10px;
	left: 121px;
	line-height: 19px;
}

/* --- template: oben/unten --------------------------------------------------- */
div.template1 {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.template1 img {
	display: block;	
	height: 209px;
	width: 488px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}
div.template1 div.text {
	border: 1px solid #D3D3D3;
	padding: 6px;
	height: 196px;
	overflow: auto;
	width: 474px;
}
div.template1 h1,
div.template1 h2 {
	font-size: 13px;
	color: #ED7827;
	text-transform: uppercase;
	margin-bottom: 2px;
}
div.template1 h2 {
	margin-bottom: 10px;
}

/* --- der ticker ------------------------------------------------------------- */
div#ticker {
	background-color: #EE8135;
	position: absolute;
	bottom: 18px;
	left: 2px;
	width: 978px;
	padding-top: 3px;
	height: 19px;
	text-transform: uppercase;
	color: white;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}
div#tickersrc {
	display: none;
}
div.newsticker a {
	color: black;
}
div#ticker p {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	display: inline;
	letter-spacing: 1px;
}
div#ticker {
	cursor: default;
	/* font-weight: bold; */
}
div#ticker p a {
	cursor: pointer;
	text-decoration: unterline;
	color: white;
}

/* --- fusszeile fuer rechtliche navigation ----------------------------------- */
div#fusszeile ul#rechtlichenavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#fusszeile ul#rechtlichenavi li {
	margin: 0;
	padding: 0;
	float: left;
}
div#fusszeile ul#rechtlichenavi li a {
	color: #565656;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
div#fusszeile {
	position: absolute;
	bottom: 2px;
	right: 0px;
}

/* --- tabellen im content ---------------------------------------------------- */
div#inhalt table td {
	vertical-align: top;
	padding-right: 8px;
}
div#inhalt table {
	border-collapse: collapse; 
}

/* --- formularstuff ---------------------------------------------------------- */
input, textarea {
	border: 1px solid #565656;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
input {
	width: 150px;	
}
textarea {
	width: 340px;
	overflow: auto;
	height: 85px;
}
div.fehlerbox {
	margin-top: 14px;
	padding: 3px;
	border: 2px dashed #EE8135;
	color: black;
	margin-bottom: 4px;
}
span.kontakt_fehler {
	font-weight: bold;
}
input.pflicht {
	background-color: #F4F4F4;
}
