
/* Individuelle Styles */ 
td.viereck_links{ 
	text-align: left;
	vertical-align: top;
	height: 90px;
	width: 45px;
	background-color: #F25246;
	}
td.viereck_rechts{ 
	text-align: left;
	vertical-align: top;
	height: 90px;
	width: 160px;
	background-color: #F67653;
	}
td.viereck_links2{ 
	text-align: left;
	vertical-align: top;
	height: 30px;
	width: 45px;
	background-color: #F8917E;
	}
td.viereck_rechts2{ 
	text-align: left;
	vertical-align: top;
	height: 20px;
	width: 160px;
	background-color: #FCA98B;
	}
td.navigation{ 
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: 160px;
	background-color: #FFF9C5;
	}
td.headerbild{ 
	background-image: url(/_images/headerbilder/home.jpg);
	background-repeat: no-repeat;
	}
	
a.nav:hover{ 
	color: #F25246;
	background-image: url(nav.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 160px;
	padding-right: 25px;
	}	
a.navAct{ 
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: normal;
	color: #F25246;
	background-image: url(nav.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 160px;
	padding-right: 25px;
	}	
a:hover{
	color: #F25246;	
}

