/* **************** allgemein */

body
{
	margin: 0;
	padding: 166px 0 0 0;
	color: #4d3e19;
	background-color: #decc99;
	font-family: Helvetica, Univers, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	background-image: url(hintergrund.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

img
{
	border: none;
	vertical-align: bottom;
}
h1
{
	font-size: 2em;
	line-height: 1.4em;
}

a, a:link
{
	font-weight: bold;
	color: #039;
	background-color: inherit;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	color: #026;
	background-color: inherit;
	text-decoration: none;
}

a:hover, a:focus
{
	font-weight: bold;
	color: #37f;
	background-color: inherit;
	text-decoration: underline;
}

a:active
{
	font-weight: bold;
	color: #9bf;
	background-color: inherit;
	text-decoration: underline;
}

abbr
{
	border-bottom: 1px dotted #c30;
	cursor: help;
}

form
{
	margin: 0.5em 0;
	padding: 0.5em 0;
}

fieldset
{
	border: 1px solid #9a7b32;
	padding: 1em;
}
label
{
	display: block;
	padding: 0.5em 0;
}

input, textarea
{
	display: block;
	width: 90%;
	border: 1px solid #cdac65;
}

textarea
{
	height: 15em;
}

input.alert, textarea.alert
{
	display: block;
	color: #c00;
	background-color: #fee;
	border: 1px solid #c00;
}

.alert
{
	color: #c00;
	background-color: inherit;
	font-weight: bold;
}

/* **************** /allgemein */



/* **************** Kopfbereich */

h1#logo
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(hintergrund-logo-oben.gif) left top no-repeat;
}

h1#logo img
{
	margin: 11px 62px 0 24px;
}

#kopfzeile
{
	position: absolute;
	top: 0;
	left: 290px;
	right: 0;
	margin: 67px 0 0 0;
	text-align: center;
}

/* **************** /Kopfbereich */



/* **************** Seite */

#seite
{
	background-image: url(hintergrund-logo-unten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 77px 116px 0 207px;
}

/* **************** /Seite */



/* **************** Inhalt */

#inhalt-aussen
{
	margin: 0;
	padding: 0;
	color: inherit;
	background-color: #f7f2e5;
}

#ro
{
	background: url(rahmen-o.gif) left top repeat-x;
}

#ru
{
	background: url(rahmen-u.gif) left bottom repeat-x;
}

#rl
{
	background: url(rahmen-l.gif) left top repeat-y;
}

#rr
{
	background: url(rahmen-r.gif) right top repeat-y;
}

#ror
{
	background: url(rahmen-or.gif) right top no-repeat;
}

#rol
{
	background: url(rahmen-ol.gif) left top no-repeat;
}

#rur
{
	background: url(rahmen-ur.gif) right bottom no-repeat;
}

#rul
{
	background: url(rahmen-ul.gif) left bottom no-repeat;
}

#rdummy
{
	/* nur gebraucht fuer IE6, sonst bekommt der Leistenbruch... */
	padding: 0 0 1px 0;
}

#inhalt
{
	padding: 7px 150px 13px 1em;
	margin: 7px 13px 13px 7px;
}

#inhalt div.marginalie, #inhalt p.marginalie
{
	float: right;
	width: 120px;
	color: #c6a24c;
	background-color: #fdfbf7;
	font-size: 0.75em;
	margin: 0 -140px 0 0.5em;
	padding: 0;
	border: 1px solid #fff;
}

#inhalt .marginalie span.marginalie
{
	font-size: 0.8em;
}

#inhalt span.marginalie
{
	color: #c30;
  background-color: inherit;
	font-size: 0.65em;
	vertical-align: top;
}

/* **************** /Inhalt */



/* **************** Fussleiste */

#fussleiste
{
	margin: 0;
	padding: 0;
}

ul.buttons
{
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.buttons li
{
	margin: 0 0 5px 0;
}

#dokumentinfo
{
	clear: both;
	border-top: 1px solid #decc99;
	font-size: 0.7em;
	margin: 0 -140px 0 0;
	padding: 0;
}

/* **************** /Fussleiste */



/* **************** Seitenleiste links */

#seitenleiste-links
{
	position: absolute;
	top: 283px;
	left: 10px;
	width: 193px;
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#seitenleiste-links h2
{
	font-size: 1em;
	line-height: 1.4em;
	margin: 0.75em 0 0 0;
	padding: 0;
}

#seitenleiste-links p
{
	margin: 0 0 0.75em 0;
	padding: 0;
}
/* **************** /Seitenleiste links */



/* **************** Seitenleiste rechts */

#seitenleiste-rechts
{
	position: absolute;
	top: 276px;
	right: 10px;
	width: 105px;
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* **************** /Seitenleiste rechts */
