/* Stylesheet für XEROX */

body, td, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
}

a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	color : #990000;
	text-decoration : none;
}
a:hover {
	color : #FF0000;
	text-decoration : none;
}

a.menuweiss {
	font-weight : bold;
	color: White;
	font-size : 13px;
}
a.menuweiss:hover {
	color : White;
}


/* Hintergrundfarben */

.bgschwarz {
	background-color: Black;
}

.bggrau {
	background-color : #DDDDDD;
}

.bgdunkelrot {
	background-color: #990000;
}

.bghellrot {
	background-color: #FF0000;
}

.bgmenulinie {
	background-color: #CC6666;
}

.bglinkespalte {
	background-image: url(images/background_left1.jpg);
	background-repeat : no-repeat;
	background-position : top;
	background-color : #EFE3E3;
}

/* Schriftstile */

.pfad {
	font-size : 11px;
	color: #990000;
	font-weight : normal;
}

.seitentitel {
	font-size : 18px;
	font-weight : bold;
}

.untertitel {
	font-size: 12px;
	font-weight: bold;
}

.bildtext {
	font-style: italic;
	font-size : 11px;
}

.txtrot16 {
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
color : #990000;
}

/* FORMULARFELDER */




