/* Inhalte */

body
{
	margin: 0;
	padding: 0;
	background-color: #FEFFD7;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, li, a, td
{
	color: #846900;
}

h1
{
	font-size: 17px;
}

h2
{
	font-size: 15px;
	margin: 13px 0 15px 0;
}

h3, h4, h5, h6
{
	font-size: 12px;
}

h3.article
{
	font-size: 12px;
	margin: 2px 0;
}

h4
{
	font-size: 12px;
	margin: 2px 0;
}

h2
{
	border-bottom: solid #846900 1px;
	padding-bottom: 5px;
}

p
{
	margin: 0.5em 0 1em 0;
}

p, td
{
	font-size: 12px;
}

textarea
{
	border: solid #FFD37E 1px;
	background-color: #FFFFF2;
	color: black;
	line-height: 18px;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Sans-Serif;
}

#content ul
{
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

/* Allgemeine Klassen */

.frame
{
	border: solid #846900 1px;
}

.highlight
{
	background-color: #FEF0B8;
}

.arrow_l
{
	background: url("/images/icons/arrow-left.gif") left center no-repeat;
	padding-left: 12px;
}

.arrow_r
{
	background: url("/images/icons/arrow-right.gif") right center no-repeat;
	padding-right: 12px;
}

.arrow_lh
{
	background: url("/images/icons/arrow-left-hl.gif") left center no-repeat;
	padding-left: 12px;
}

.arrow_rh
{
	background: url("/images/icons/arrow-right-hl.gif") right center no-repeat;
	padding-right: 12px;
}

.arrow_dark_rh
{
	background: url("/images/icons/arrow-right-darkhl.gif") left center no-repeat;
	padding-left: 18px;
}

a.arrow_dark_rh
{
	font-weight: bold;
}