@import url(common.css);
/* xxxxxxxxxx   plain tags   xxxxxxxxxx */
body {
	background-image:		url("http://img.tarot-portal.de/layout/20061130/tp_body.png");
	background-repeat:		repeat-x;
}
a {
	color:					#660099;
	text-decoration:		none;
}
a:visited {
	color:					#330066;
}
a:hover {
	color:					#660099;
}

/* positioning elements */
* html div#d13_container {
	background-image:		url("http://img.tarot-portal.de/layout/20061130/tp_header_bg.gif");
	background-position:	right top;
	background-repeat:		no-repeat;
}
div#d13_container {
	background-image:		url("http://img.tarot-portal.de/layout/20061130/tp_header_bg.png");
	background-position:	right top;
	background-repeat:		no-repeat;
}
* html div#d13_header {
	background-image:		url("http://img.tarot-portal.de/layout/20061130/tp_header_fg.gif");
	background-repeat:		no-repeat;
}
div#d13_header {
	background-image:		url("http://img.tarot-portal.de/layout/20061130/tp_header_fg.png");
	background-repeat:		no-repeat;
}
div#d13_menue_top ul li a:hover {
	color:					#330066;
	background-color:		transparent;
}
div#d13_content a {
	border-bottom:			1px dashed #660099;
}
div#d13_content a:hover {
	border-bottom:			1px solid #ff0000;
}
ul.menue a {
	color:					#330066;
}
ul.menue a:hover {
	text-decoration:		none;
	background-color:		#eeeeee;
}

/* */
.capital:first-letter {
	color:					#330099;
}
