/* Lokales Stylesheet für jeden Bereich von EVOLT */
/* Home Page */

a:hover {
	text-decoration : none;
	color : #466F97;
}

a.newslink{
	color: #FFFFFF;
}

a.newslink:hover {
	text-decoration : none;
	color : #93D1EE;
}

a.newslinkglossar {
	color: #FFFFFF;
	text-decoration:  none;
	cursor: help;
	border-bottom : 1px dashed;
}

a.newslinkglossar:hover {
	color : #93D1EE;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	background-color: #D4E3E8;
}

input {
	font-size : 10px;
	color: #FFFFFF;
	border : none;
}

input.suchepassiv {
	background-color: #466F97;
}

input.sucheaktiv {
	background-color: #45759D;
}

/* Umrandungsfabe für kleines Suchformular */
td.searchline {
	background-color: #333366;
}
