/********************************************************/
/* Allgemeine Einstellungen f�r Hintergrund und Schrift */
/********************************************************/
body {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color: #fff;
	line-height:1.5;
	background-color: #000;
}
/*******************************************/
/* Farbe der Formularfelder wenn aktiviert */
/*******************************************/
input:focus, select:focus, textarea:focus {
	color: #fff;
	background-color: #595560;
	border: 1px solid #78235F;
}

/* Farbe der Links */
a {
	color: #802565;
	text-decoration: none;
}

a:hover {
	color: #802565;
	text-decoration: underline;
}

/* Farbe der �berschriften */
h2 {
	color: #802565;
	 border-bottom: 1px solid #802565;
}

h3 {
	color: #fff;
}
/*********************************/
/* Hintergrund Farbe des Content */
/*********************************/
.xb2, .xb3, .xb4 {
	background-image: url(../images/white_50.png);
}

.color_a {
	background:#802565;
	color:#fff;
}

.color_b {
	background-image: url(../images/white_50.png);
	color:#000;
}

.xboxcontent {
	background-image: url(../images/white_50.png);
}

/*********************************/
/* Globale Definition der Reihen */
/*********************************/
div.row_1, div.row1 {
	background-color: transparent;
	border-bottom: 1px solid #ffffff;
}

div.row_2, div.row2 {
	background-color: #802565;
	border-bottom: 1px solid #ffffff;
}

/***********************/
/* Sitemap Trennlinien */
/***********************/
#sitemap ul li{
	border-bottom: 1px dotted #802565;
}