/* CSS Document */
/* Allgemeine Eigenschaften */
body {
	background-image: url(../home/images/bg.gif);
	background-repeat: repeat-x;
}
a {
	color: #990000;
	text-decoration: none;
}
a:link{
	color: #990000;
	}
a:visited{
	color: #990000;
}
a:active{
	color: #990000;
}
H1 {
	color:#990000;
}
UL{
	list-style-image: url(../home/images/bullet.gif);
}
.hrFarbe {
	color: #990000;
	background:  #990000;
	border:0px;
}
/* Formulare */
input, select, textarea{
	border: 1px solid #990000;
}
/* Eingenschaften der Layoutelemente */

#unterNavElem{
	border-right:1px solid #990000;
}
#unterNavElem a:hover {
	color:#990000;
}
/* Funktionsboxen rechts*/
#boxFarbeTitle{
	background: #990000;
}
#boxElemBullet a {
	background:url(../home/images/pfeilR.gif) no-repeat 0px 5px;
}
/* Ende Funktionsboxen */

/* Tabellen */
.tabelleKontakt {
	border-top:solid 1px #cccccc;
	padding-top:5px;
}
