/* Standard Styles */
body {
	background-repeat: no-repeat;

}

body, td, input {

	font-family: verdana;
	font-size: 11px;
	color: white;
	line-height: 14px;
	
}


/* Titles, etc... */
.wittitel {

	color: white;
	font-size: 11px;
	font-weight: bold;
	
}

.pagetitel { 

	color: white;
	font-size: 12px;
	font-weight: bold;

}


/* Link Styles */
a { 
	/* Default Orange link */
	color: #F7B914;
	text-decoration: none;
}

a:hover {
	color: #2B0666;
}

a.large {
	/* Large orange link */
	color: #F7B914;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
}

a.large:hover {
	color: #2B0666;
}

a.subnav {
	color: #260063;
	font-weight: bold;
}

a.subnav:hover {
	color: #F7B914;
}

.subnav_active {
	color: #F7B914;
	font-weight: bold;
}

.subnav {

	color: #260063;

}

.blue {
	color: #260063;
}