/* Tillägg till w3.css */
/* Järbo Hembygdsförening 2018, omarbetad för Digidräkt 2025 */

#sida {
	margin: auto;
	max-width: 1200px;
	background-color: #e9e5da;
}
#meny {
	margin: auto;
	max-width: 1200px;
}

/*
body { 
	background-image: url(bakgrund.jpg);
}

body {
  background-color: #e9e5da;
}

*/
/* styr bakgrunden till beige vid body id=slide */
#slide {
  background-color: #e9e5da;
}


/*
Profilfärger:
beige bakgrund #e9e5da = vinjettbildens bakgrund
menyrad och logga röd #a73a29

*/

/* anpassade färger, rättade enligt ovan */
.plus-hover-bg:hover{color:#000!important;background-color:#e9e5da!important}
.plus-red {color:#fff!important;background-color:#a73a29!important}
.plus-text-red {color:#a73a29!important}
.plus-akt-bg {color:#000 !important; background-color:#e9e5da!important}
/* för markering av aktuell flik */
/* .plus-bluegrey {color:#fff !important; background-color:#738b8b !important} */

/* för smal ram vid text */
.plus-border-red {border-color:#a73a29!important}

/* utökade marginaler */
.plus-margin-bottom{margin-bottom:36px!important}

/* datering på sida, uppdat */
.byline	{
	margin-top: 0px; 
	font-style: italic;
	color: #b33b22;
}

/* tomrad */
.tomrad {font-size: 2px;}

/* rubrik med streck under */
.rub {
	line-height: 2em;
	margin-top: 0px; 
	border-bottom: 3px solid #a73a29;
}

		
		/* preliminära menyrader 
.prel	{
	color: #226208;
	font-style: italic;
}
*/

/* navigera upp, fast pil */
div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 30px;
}



/* normala länkar (från jhf2)*/
a:link {
	color: #738b8b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #738b8b;
}
a:hover {
	color: #b33b22;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #b33b22;
}

/* gallerimeny */
#nav a:link {
	color: #738b8b;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #738b8b;
}
#nav a:hover {
	color: #b33b22;
	text-decoration: none;
}
#nav a:active {
	text-decoration: none;
	color: #b33b22;
}


/* länkar i texten */
.text a {text-decoration: none;}
.text a:link {color: #000;}
.text a:visited {color: #000;}
.text a:hover {color: #b33b22; text-decoration: underline;}
.text a:active {color: #000; text-decoration: none;}

/* länk vinjett */
.plus-top a {text-decoration: none;}
.plus-top a:link {color: #fff;}
.plus-top a:visited {color: #000;}
.plus-top a:hover {color: #000; text-decoration: none;}
.plus-top a:active {color: #000; text-decoration: none;}

.plus-tag	{
	margin-bottom:10px;
}

/* courier */
.monospace	{
	font-family: "courier";
}

/* dold länk */
.dold a {text-decoration: none;}
.dold a:link {color: #f2f2f2;}
.dold a:visited {color: #f2f2f2;}
.dold a:hover {color: #f2f2f2; text-decoration: none;}
.dold a:active {color: #f2f2f2; text-decoration: none;}

.plus-citat	{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}