@charset "utf-8";
/* plain tags */
body {
	background-color:		#B11616;
}
a {
	color:					#aa0000;
}
/* positions */
div#container {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_content.jpg");
	background-repeat:		repeat-y;
}
div#header {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_header.jpg");
	background-repeat:		no-repeat;
}
div#wrapper {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_content_top.jpg");
	background-repeat:		no-repeat;
}
div#content {
	background-color:		#FFFFFF; /**/
}
div#navigation {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_left.jpg");
	background-repeat:		repeat-y;
}
div#navigation .top {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_left_top.jpg");
	background-repeat:		no-repeat;
}
div#navigation .bottom {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_left_bottom.jpg");
	background-repeat:		no-repeat;
	background-position:	bottom;
}
div#extra {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_right.jpg");
	background-repeat:		repeat-y;
}
div#extra .top {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_right_top.jpg");
	background-repeat:		no-repeat;
}

div#extra .bottom {
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_right_bottom.jpg");
	background-repeat:		no-repeat;
	background-position:	bottom;
}
div#footer{
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/bg_content_bottom.jpg");
	background-repeat:		no-repeat;
	background-position:	left bottom;
}
/* common */
div#navigation a, div#extra a {
	color:					#aa0000;
}
div#headline1 ul li a:hover {
	color:					#aa0000;
	background-color:		#ffcc00;
}
/* joomla */
a.mainlevel:hover, ul.latestnews li a:hover, ul.mostread li a:hover, ul.links_tarotportal li a:hover {
	color:					#aa0000;
	padding:				1px 0px 1px 14px;
	border:					1px dashed #cccccc;
	background-image:		url("http://img.tarot-portal.de/layout/tp/list_w001.png");
	background-position:	1px 3px;
	background-repeat:		no-repeat;
}
span.pathway {
	color:					#aa0000;
}
table.moduletable th, div.moduletable h3, div.links_tarotportal_headline {
	color:					#CC9900;
}
.contentheading {
	border:					1px solid #aa0000;
	color:					#000000;
	background-color:		#eeeeee;
}
div.options h1 {
	color:					#CC9900;
}

div#pointer_div {
	padding:				0;
	color:					#330066;
	background-color:		transparent;
}
div#pointer_div h1 {
	color:					#ffcc00;
	background-color:		transparent;
}
* html div#pointer_div div#pointer_top { /* IE */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_top.gif");
	background-repeat:		no-repeat;
}
html>body div#pointer_div div#pointer_top { /* other browsers */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_top.png");
	background-repeat:		no-repeat;
}
* html div#pointer_div h1 { /* IE */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_headline.gif");
	background-repeat:		no-repeat;
}
html>body div#pointer_div h1 { /* other browsers */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_headline.png");
	background-repeat:		no-repeat;
}
* html div#pointer_div div#pointer_body { /* IE */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_body.gif");
	background-repeat:		repeat-y;
}
html>body div#pointer_div div#pointer_body { /* other browsers */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_body.png");
	background-repeat:		repeat-y;
}
* html div#pointer_div div#pointer_footer { /* IE */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_bottom.gif");
	background-repeat:		no-repeat;
}
html>body div#pointer_div div#pointer_footer { /* other browsers */
	background-image:		url("http://img.tarot-portal.de/layout/tp/tc/pointer/pointer_bottom.png");
	background-repeat:		no-repeat;
}
pre.debug {
	color:					#000000;
	background-color:		#ffffff;
}