
/* Allgemeine Linkfarben */
a {
	color: #13226E;
}

a:hover {
	color: #0026E0;
}


/* Definitionen für Prozess-Schritte */


#process ul {
	margin:0;
	padding:0;
	width:100%;
}

#process ul li {
	background:#c8d9e9 url(../res/border.gif) repeat-x;
	display:block;
	float:left;
	height:19px;
	margin:0;
	padding:0;
	text-align:center;
	vertical-align:middle;
}


#process ul li span {
	display:block;
	height:17px;
	padding-top:1px;
}

#process ul li.steps5 {width:18.55%;}
.wide #process ul li.steps5 {width:18.55%;}

#process ul li.active {background:#fff url(../res/border.gif) repeat-x;}
#process ul li.first {border-left:#97b8c7 1px solid;}
#process ul li.last {border-right:#97b8c7 1px solid;}

/* Definition: Link */
#process ul li a {
	color:#161616;
	cursor:pointer;
	text-decoration:none;
}

#process ul li a:hover, #process ul li a:hover span {
	color:#0026e0;
	text-decoration:none;
}

/* Definition: Pfeile */
#process ul li.act-start {background:url(../res/arrow-act-start.gif) no-repeat;width:12px;}
#process ul li.act-end {background:url(../res/arrow-act-end.gif) no-repeat;width:12px;}
#process ul li.end-start {background:url(../res/arrow-end-start.gif) no-repeat;width:12px;}
