body
{
	margin: 20px;
	background-color: white;
}

.headline, .headline a
{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}


#mainnav a
{
	text-decoration: none;
}

#mainnav .active, #mainnav .active a
{
	color: #9fac8f;
}

.active, .notactive
{
	font-size: 15px;
}

.indentnorm
{
	margin-left: 150px;
	width: 400px;
}

.breadcrumb
{
	margin-top: 40px;
	margin-bottom: 0px;
}

input, textarea
{
	border: solid #9fac8f 1px;
	background-color: #e3e3e3;
}

#smartresize
{
	height: 100%;
	width: 100%;
}

#header
{
	width: 720px;
}

.imgstripe
{
	height: 104px;
	overflow: hidden;
	float: left;
	margin-bottom: 8px;
}

.imgstripe img
{
	border: 0;
	margin: 0;
	margin-left: 1px;
	margin-right: 1px;
}

.imgstripeoverlay
{
	position: absolute;
	height: 104px;
}

.stripeoverlay
{
	position: absolute;
	height: 104px;
}

.stripeoverlayactive
{
	position: absolute;
	height: 104px;
	background-image: url(/img/stripes.png);
}

.abs
{
	position: absolute;
}

.clearer
{
	clear: both;
}

.stripetext
{
	padding-top: 56px;
	padding-left: 14px;
	float: left;
}

.smartresize
{
	height: 100%;
	min-height: 200px;
	max-height: 600px;
}

* html .smartresize
{
	height: expression(document.body.clientHeight < 300 ? "200px": "100%" && document.body.clientHeight > 700? "600px": "100%");
}


span.green, span.notactive, span.active
{
	font-size: 15px !important;
}
