/* - - - - - - - - - - - - - - - - - - - - -
Title : Roundo
Author : Majoda AB
URL : 
Description : CSS för index2 - färger som passar till mörk bakgrund
Created : 
Modified : 

HELP
----

- - - - - - - - - - - - - - - - - - - - - */

/* ----- PUFF (DYNAMISK TABLE) ----- */
.z, .z th, .z td {
	margin:0px 15px 0px 0px;
	padding:0px;
	border: none !important;
	/*background-color: #FFFFFF;*/
	/*background: transparent url('../images/border2.gif') repeat-x;*/
}
.z td img {
	display:block;
}
.z1 {
	width:1px;
	height:1px;
	background: transparent url('../images/border1.gif')
}
.z2 {
	background: transparent url('../images/border2.gif') repeat-x;
	height:1px;
}
.z3 {
	width:1px;
	height:1px;
	background: transparent url('../images/border3.gif')
}
.z4 {
	background: transparent url('../images/border4.gif') repeat-y;
	width:1px;
}
.z5 {
	/* background: transparent; */
	width:98%; /* background: transparent url('../images/!bakgrundsbildipuff!.gif') repeat; */
	background-color: #FFF;
}
.z6 {
	background: transparent url('../images/border6.gif') repeat-y;
	height:1px;
}
.z7 {
	width:1px;
	height:1px;
	background: transparent url('../images/border7.gif')
}
.z8 {
	background: transparent url('../images/border8.gif') repeat-x;
	width:1px;
}
.z9 {
	width:1px;
	height:1px;
	background: transparent url('../images/border9.gif')
}

/* ----- HEADINGS ----- */
h1 { /* Sidrubrik */
	color:#EEE;
}
h2 { /* Ingresstext */
	color:#CCC;
}
h3 { /* Styckesrubrik */
	color:#EEE;
}

/* ----- PARAGRAPHS ----- */
p {
	color:#EEE;
}
.z5 p {
	color:#777;
}
#puff p {
	color:#EEE;
}
#footer p {
	color:#333;
}

/* ----- LINKS ----- */
.pufflink img{
	float:right;
	padding:0px;
	margin:8px 15px 0px 0px;
}
a {
color:#000;
text-decoration:underline;
}
a:hover {
color:#B20000;
text-decoration:none;
}
a:visited, a:active, a:focus {
color:#EEE;
text-decoration:underline;
}
p a {
color:#FFF;
text-decoration:underline;
}
#footer a {
color:#555;
text-decoration:none;
}
#footer a:hover {
color:#999;
text-decoration:none;
}
#footer p.txtright a {
color:#555;
text-decoration:none;
}
#footer p.txtright a:hover {
color:#999;
text-decoration:none;
}
.z5 ul li a {
	color:#333;
	text-decoration:underline;
}
.z5 ul li a:hover {
color:#AB300E;
text-decoration:none;
border: 0px;
}
ul.stycke {
	color:#FFF;
}
#sitemap li a {
	text-decoration:none;
	
}
#sitemap li a:hover {
	text-decoration:underline;
	
}
