/*Klasser för fakturan*/
table.fakturaTable
{
	width:100%;
}

div.fakturaHeader
{
	border-style:dotted;
}
.rent
{
	width:98%;
}
div.rentContainer
{
	border-bottom:solid;
	position:relative;
	margin-top:0.2cm;
	
}
.rentText
{
	border-style:dashed;
	width:75%;
	position:relative;
	left:0em;
	top:0em;
}
.rentNumbers
{
	border-style:dotted;
	position:relative;
	width:20%;
	right:0;
	float:left;
}
.fakturaFooter
{
	border-style:dotted;
}

/*Klasser för fakturan*/
img{
	display:none;
}
div.pagebreak
{page-break-before: auto}

div.button
{
	display:none;
}




/*Här börjar ordinarie css*/
.title   {
	
	color: black;
	margin-top: em;
	margin-left: 10em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	width: 98%;
	top: 4em;
	left: 30px;
	z-index: 1;
}
body   {
	font-family: sans-serif;
	color: black;

}
   h1, h2, h3, h4, h5, h6   {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu  {
	display:none;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	width: 10em;
	top: 9em;
	left: 5px;
	z-index: 1;
}
.other   {
	display:none;
	color: rgb(0,0,0);
	background-color: transparent;
	background-image: url(/tidbiten/pictures/redfilter.gif);
	text-align: left;
	margin-bottom: 0.5em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	width: 20em;
	top: 9em;
	right: 5px;
	z-index: 1;
}
.contentText   {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	top: 1em;
	left: 1em;
}
.contentTd			{
  font-size: 14px;
	
}
.contentTh	 {
	font-size: 15px;
	background-color: #AAAAAA;
}
.listTable	{
  background-color: #EEEEEE;
}
.button  {

}

.textbox { 

}
.menu a   {
	color: rgb(0,0,0);
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	display: block;
}
.menu a:hover   {
	color: rgb(255,64,64);
	background-color: rgb(230,230,250);
}





#navcontainer { }
#navcontainer a { text-decoration: none; }

#navcontainer ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
border-top: 1px solid #36c;
border-bottom: 1px solid #36c;
background-color: #36c;
padding: 2px 0;
margin-bottom: 2em;
}

#navcontainer li { margin: 0 0 0px; }

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
background-color: #36c;
border: 1px solid #36c;
color: white;
padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
background-color: #9CD4F7;
border: 1px solid black;
color: black;
}

/*current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }

/*Second and subsequent levels*/
#navcontainer ul ul
{
font-size: 80%;
position: absolute;
top: 23px;
left: 0;
width: 100%;
border-top: none;
background-color: #95B1BB;
}

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
background-color: #95B1BB;
border: 1px solid #95b1bb;
color: black;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
background-color: #9CD4F7;
border: 1px solid black;
color: black;
}

/*current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { font-weight: bold; }







