/* stil för sidans huvudstruktur */

body {
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	background-image:url(bilder/bakgrund-vanster.jpg);
	background-repeat:repeat-y;
}
#vansterkolumn {
	width: 215px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#35679A;
	background-image:url(bilder/bakgrund-vanster.jpg);
	background-repeat:repeat-y;
	color: white;
}
#huvud {
	height: 133px;
	position: absolute;
	left: 215px;
	top: 0px;
	background-color:#35679A;
	background-image:url(bilder/bakgrund-top.jpg);
	background-repeat:repeat-x;
	color: white;
}
#innehall {
	position: absolute;
	left: 215px;
	top: 133px;
	width: 600px;
	margin-left: 8px;
}

.adress {
	float: right;
	padding: 5px;
	font-size: 90%;
}
.sidfot {
	margin-top: 1px;
	text-align: justify;
	font-size: 80%;
	color: gray;
}
.meny {
	padding: 15px;
}


/* stil för navigationsmeny */

.meny h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	border-style: none;
	line-height: 120%;
}
.meny h2 {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 8px;
}
.meny ul
{
	list-style-image: url(bilder/bullet.gif);
	margin-top: 0px;
	margin-bottom: 10px;
}
.meny li
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	padding: 0px;
	line-height: 110%;
}


/* -------------- */


p {
	margin: 0px;
	margin-bottom: 12px;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 6px 0px 14px 0px;
	border-bottom: 1px solid gray;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 16px 0px 3px 0px;
}
h3, h4, h5, h6 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}
.huvudrubrik {
	background-color: #BDF;
	padding-left: 4px;
	margin-bottom: 6px;
}

hr {
	/* Detta är ett hack för att få samma beteende i IE, Mozilla,
	och de flesta andra läsare */
	height: 1px;
	background-color: gray;
	color: gray;
	border: none;
	padding: 0;
}


td {
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
}

.small {
	font-size: 9pt;
}
.smallnote {
	font-size: 8pt;
	font-style: italic;
}


/* Länkar.
Meny/sidhuvud är specialfall eftersom
de har annan bakgrundsfärg */

a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}

#huvud a:link {
	text-decoration: underline;
}
#vansterkolumn a:link,
#huvud a:link {
	color: white;
}
#vansterkolumn a:visited {
	color: white;
	text-decoration: none;
}
#huvud a:visited {
	text-decoration: underline;
	color: white;
}
#vansterkolumn a:hover,
#huvud a:hover {
	color: white;
	text-decoration: underline;
}
#vansterkolumn a:active,
#huvud a:active {
	color: white;
	text-decoration: underline;
}
.sidfot a:link {
	color: gray;
	text-decoration: underline;
}


/* Minska indragningen för listor */

li {
	margin-left: -10px;
}


/* speciella stilar */

.framed {
	background-color: #35679A;
}

p.adress {
	color: white;
	font-size: 70%;
	margin-left: 5px;
}
a.adress {
	color: yellow;
	text-decoration: none;
}

.minitabell td {
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
}

.kolumnlinjer {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}






/* Beställningsformulär */

table.bestallningstabell {
	border-bottom: 1px solid black;
	border-collapse: collapse;
	
}

table.bestallningstabell td,
table.bestallningstabell th {
	padding: 6px 8px 6px 8px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

table.bestallningstabell th {
	border-bottom: 1px solid black;
	background-color: #BDF;
	font-size: 12pt;
}

table.bestallningstabell td {
	border-bottom: 1px solid silver;
}

.fargbok {
	background-color:#FFFFCC;
}


/* Förstasida (tabell) */

table.forstasida {
	width: 100%;
	border-collapse: collapse;
	border-style: none;
}
.forstasida td {
	margin: 0px;
	padding: 8px;
}

table.ruta {
	width: 100%;
	margin: 2px -3px 10px -3px;
	border-style: none;
}
table.ruta td {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

table.ruta h2 {
	margin: 0px 0px 10px 0px;
}
table.forstasida h2 {
	margin: 8px 0px 8px 0px;
}

.rightline {
	border-right:1px dashed silver;
}

.datum {
	font-size: 80%;
	margin: 4px 0px 5px 0px;
}

