/* CSS kurzentrum-Color */

body, html {
	background-color: transparent;
	background-image: url(../images/bg-kurzentrum.gif);
	border-color: #134175;
}

h1, p, #navigation .suchbutton,  #navigationsub ul, a:link, a:visited, a:active {
color:#134175;

}



/* 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 Rahmenfarbe */
.tablecontent td, .tablecontent th {
		border-color: #134175;
		
}
/* Ende Rahmenfarbe */




/*Beginn Rolloverfarbe Subnavi links */
a:hover {
	color:#FFFFFF;
	background-color: #134175;
}
/*Ende Rolloverfarbe Subnavi links */



/*Beginn Rolloverfarbe Naviagtion */
 #navigation a:hover {
	color: #FFFFFF;
	background-color: #134175;
  }
/*Ende Rolloverfarbe Naviagtion */



/* Beginn Balkenfarbe unterhalb der Fusszeile */
.tablecontentfuss {
	height: 30px;
	background-color: #134175;
}
/* Ende Balkenfarbe unterhalb der Fusszeile */




/* Beginn Hintergrundfarbe Subanvi links*/
 #navigationsub ul ul a:link, #navigationsub ul ul a:visited {
	background-color: #CCFFFF;
}
/* Ende Hintergrundfarbe Subanvi links*/




/*Beginn Rolloverfarbe Subnavi rechts */
 #navinews li a:hover {
	color: #134175;
  }
/*Ende Rolloverfarbe Subnavi rechts */



/*Beginn Tabellenrahmen */
#content .tabelle {
	border: 1px solid #134175;
	border-collapse: collapse;
	text-align: center;
}

#content .tabelle td, #content.tabelle  th {
	border: 1px solid #134175;
}  
/*Ende Tabellenrahmen */


.imgright {
	float : right;
	border-top-width: 5px;
	border-right-width: 25px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8FBFE0;
	border-right-color: #8FBFE0;
	border-bottom-color: #8FBFE0;
	border-left-color: #8FBFE0;
} 


/*Beginn Bilder Nummerierung im Plan */
.plan_num {
	border : none;
	float: left;
	margin-top: -1px;
	margin-right: 5px;
}
