/* CSS av David "Bøf" Sørensen */

html, body { height: 100%; }

BODY {
	text-align: center;
	margin: 10px;
	background: #ffffff;
	background-image: url(images/bakgrund-grey.png);
}


/* Länkar */
A		{color: #0000ff; text-decoration: none;}
A:visited	{color: #800080;}
A:hover	{color: #ff0000;}
A:active	{color: #ff0000;}


/* Text */
BODY, TABLE, DIV {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt; line-height: 10pt;
	color: #000000;
}


/* Rubriker */
H1	{font-size: 14pt; line-height: 16pt;}
H2	{font-size: 12pt; line-height: 14pt;}
H3	{font-size: 10pt; line-height: 12pt;}
H4	{font-size: 8pt; line-height: 10pt;}
H5	{font-size: 8pt; line-height: 10pt;}
H6	{font-size: 8pt; line-height: 10pt;}

H1, H2, H3, H4, H5, H6 {
	color: #000000;
	margin-top: 0px; margin-bottom: 10px;
}


/* Diverse taggar & tweaks */
HR			{border: 0px; height: 1px; color: #000000; background: #000000;}
FORM			{margin: 0px;}
TABLE			{border-collapse: collapse;}
P			{margin-top: 0px; margin-bottom: 20px;}



/* Diverse klasser */
.nobr			{white-space: nowrap;}
.infobox		{border: #000000 3px solid; background: #ffffcc; width: 200px; text-align: left; float: right; padding: 5px; margin: 5px; margin-right: 0px;
			font-size: 7pt; line-height: 9pt;}
.foto			{border: #000000 0px solid;}

/* Sidans layout */
#wrap	 		{width: 700px; height: 100%; padding: 0px; margin: 0px;
			margin: 0 auto; text-align: center; float: center;}

#wrap-sidhuvud	{background: #ffffff; border: 5px #000000 solid; padding: 0px; margin: 0px;}

#wrap-meny		{background: #ffffff; border: 5px #000000 solid;
			padding: 5px 15px 5px 15px;}
#wrap-meny TABLE	{width: 100%;}
#wrap-meny TD		{padding: 0px 5px 0px 5px;}
#wrap-meny A		{color: #000000; text-decoration: none; font-family: times; font-size: 13px; font-weight: bold; white-space: nowrap;}
#wrap-meny A:visited	{color: #000000;}
#wrap-meny A:hover	{color: #829D74;}
#wrap-meny A:active	{color: #829D74;}

#wrap-innehall	{height: 100%;}
#wrap-innehall-table	{width: 100%; height: 100%;}

#wrap-sida		{background: #ffffff; border: 5px #000000 solid;
			padding: 10px; padding-bottom: 20px;
			vertical-align: top;}

#wrap-kalender	{background: #ffffff; border: 5px #000000 solid;
			padding: 10px; padding-bottom: 20px;
			vertical-align: top;
			width: 170px;
			font-size: 8pt; line-height: 10pt;}

#wrap-sidfot		{background: #ffffff; border: 5px #000000 solid; align: center;
			padding: 5px 15px 5px 15px;}
#wrap-sidfot TD	{font-size: 7pt; line-height: 9pt; white-space: nowrap;
			padding: 0px 25px 0px 25px;}

.wrap-space		{width: 10px; height: 10px; font-size: 0pt; line-height: 0pt;}
