.marked {background-color: lightgreen}

.pwd-table {
	background-color: white;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	border: solid 1px #333333;
}

.pwd-heading {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #EEF3FB;
}

.pwd-error {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #E60000;
}

.treenav-link {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.treenav-link:hover {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

.treenav-link-selected {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

.treenav-link-selected:hover {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: underline;
}

.treenav-body {
	background-color: #336699;
}

//----------------------------------------
//Stylesheets für Login auf Ausgabeseiten
.pw-white-heading {
	background-color: #339999;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

.pw-login-heading {
	background-color: #336699;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: white;
}

.pw-white-link, .pw-white-text {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: white;
	text-decoration: none;
}

.pw-white-link:hover {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: white;
	text-decoration: underline;
}

.pw-text {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: black;
}

.pw-table-border {
	border: 1px solid #333333;
}

.pw-table-heading {
	background-color: #a4bff2;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.pw-heading-link {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: black;
}

.pw-heading-link:hover {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: darkred;
}

.newsletter-heading {
	background-color: #eaeaea;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

.newsletter-text {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: black;
}

