/* CSS Document */

body{
	margin: 8px 100px 0px 100px;
	padding: 0px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #442222;
	line-height: 14px;
	text-align:left;
}

p {
  margin: 14px 0px 14px 0px;
}

#containerMain{
	width: 897px;
	text-align: left;
}

#header{
	text-align: left;
	height: 214px;
	background-image: url(images/header_fk.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#logo{
    width: 687px;
	height: 130px;
	background-image: url(images/logo_fk.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#mitte{
	text-align: left;
}


#navigation{
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
	margin: 0px;
	padding: 14px 0px 14px 0px;
}

#navitem{
  display: inline;
	margin: 0px;
	padding-right: 35px;
	color: #a0a0a0;
}

#navitem a{
  color: #a0a0a0;
	text-decoration: none;
	text-align: left;
}

#navitem a:hover {
	color: #de221c;
}

#navitem a:active {
	color: #de221c;
	border-style: none;
}

#navitemrot{
  display: inline;
	margin: 0px;
	padding-right: 35px;
	color: #de221c;
}

#navitemrot a{
  color: #de221c;
	text-decoration: none;
	text-align: left;
}

#navitemrot a:hover {
	color: #de221c;
}

#navitemrot a:active {
	color: #de221c;
	border-style: none;
}

#email {
  display: block;
  color: #de221c;
  padding: 0px;
  margin-top: -15px;
  text-align: right;
}

#email a{
  color: #de221c;
  font-weight: bold;
  text-decoration: none;
}


#rechts{
	float:left;
	margin-left: 25px;
	margin-top: -6px;
	width: auto;
}

/*-------------------------------------------------------------*/

#inhalt {
	margin-top: 0px;
	margin-bottom: 5px;
	float: none;
}

#text {
  width: 620px;
  line-height: 26px;
  float: left;
}

#bilderliste {
  margin-top: 20px;
  width: 897px;
  line-height: 16px;
  float: left;
}


#text a {
  color: #de221c;
  text-decoration: none;
}

#text a:hover {
	color: #de221c;
	display: inline;
}

#bild {
  margin-left: 640px;
  padding-top: 20px;
  text-align: right;
}

/*-------------------------------------------------------------*/


#trennlinie {
	border-top: 1px solid #bababa;
	margin: 0px 0px 0px 0px;
	clear: both;
}	

/*-------------------------------------------------------------*/

.rot {
	color: #de221c;
}

.grau {
	color: #a0a0a0;
	text-decoration: none;
}

.schwarz {
	color: #442222;
}

