html, body
{
	background-color: #f9f6e5;
	font-family: Helvetica, sans-serif;
	line-height: 16pt;
	font-size: 11pt;
}

/*Container in dem die Gesamte Seite liegt*/
div.outer-container
{
	width: 920px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #ffffff;
}

/*Kopfbereich*/
div.header
{
	height: 165px;
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*Innerer Container mit Contentbereich*/
div.content_text
{
	margin-right: 20px;
	margin-bottom: 20px;
}


/*Haupt-Navigation*/
div.navigation
{
	width: 150px;
	float: left;
	background-color: #ffffff;
}

div.navigation_akt
{
	height: 24px;
	background-color: #bd1220;
	color: #ffffff;
	padding-left: 20px;
	font-size: 120%;
	line-height: 19pt;
	margin-bottom: 2px;
}

/*Navigations Liste*/
ul.navigation
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 100px;
	padding: 0px;
	list-style-type: none;
}

/*Navi Unterpunkte*/
a.navigation
{
	display: block;
	height: 24px;
	background-color: #99131a;
	color: #ffffff;
	padding-left: 20px;
	font-size: 120%;
	line-height: 19pt;
	margin-bottom: 2px;
	text-decoration: none;
}

a.navigation:hover
{
	background-color: #bd1220;	
}

/*Inaltsbereich mit Breadcrumb und Inhalt*/
div.content-container
{
	width: 750px;
	margin-left: 20px;
	float: left;
}

/*Breadcrumb mit Backlinks*/
div.breadcrumb
{
	width: 730px;
	font-size: 80%;
	border-bottom: 1px solid #000000;
}

a.breadcrumb
{
	color: #99131a;
}

a.breadcrumb:hover
{
	color: #bd1220;
	text-decoration: none;
}

/*Fusszeile mit Copyright*/
div.footer
{
	clear: both;
	height: 15px;
	line-height: 10pt;
	font-size: 70%;
	color: #ffffff;
	text-align: center;
	background-color: #99131a;
}

/*Seitentitel statisch*/
h3
{
	font-size: 120%;
	color: #99131a;
}

/*Wörter rot markieren*/
span.red
{
	color: #99131a;
}


a.a_red
{
	color: #99121a;
	text-decoration: underline;
}

a.a_red:hover
{
	text-decoration: none;
}

a
{
	cursor: pointer;	
}
