/* Layout-Definitionen für den ersten Bereich */

#line {
	height: 6px;
	background-color:#ad3333;
	background-image:url(images/layout/ecke1.jpg);
	background-repeat:no-repeat;
	}
	
#submenuline {
	height: 21px;
	background-color:#e5bdbd;
	}
	
#drittes_menu_zwischen {
	height:5px;
	width:130px;
	background-image:url(images/menu/3_menu_rot.jpg);
	background-repeat:no-repeat;
	}
	
#text a:link {text-decoration:none; color:#ad3333; font-weight:bold; }
#text a:visited {text-decoration:none; color:#ad3333; font-weight:bold; }
#text a:hover {text-decoration:underline; color:#ad3333; font-weight:bold; }
#text a:active {text-decoration:none; color:#ad3333; font-weight:bold; }


