/* CSS index */

body, html {
	background-color: #8FBFE0;
	background-image: url(../images/bg-home-page.gif);
}

/* Beginn Farbe Content */
.tablecontent, .fusszeile a:hover, .fusszeile a:active, #content a:hover, #navigation .suchbutton,  #navinews li a:hover{
	background-color: #8FBFE0;
}
/* Ende Farbe Content */




/* Beginn Balkenfarbe unterhalb der Fusszeile */
.tablecontentfuss {
	height: 30px;
	background-color: #134175;
}
/* Ende Balkenfarbe unterhalb der Fusszeile */




/* Beginn Rolloverfarbe Subnavi rechts */
 #navinews li a:hover {
	color: #134175;
  }
/* Ende Rolloverfarbe Subnavi rechts */


/*Beginn Link Titel Content */
#content a:link, #content a:visited {
	color : #134175;
	text-decoration : none;
  }
  
#content a:hover {
	color: #FFFFFF;
  }


/*Ende Link Titel Content */
