/* I princip en kopia av main_css.css, förutom att bakgrundsbilden är riktad till den svartvita varianten. Används på Malatassaray sidan. Ouppredd. */

body {
	background-image: url(index_bilder/bakgrund_bw.jpg);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	margin: 0;
	padding: 0;
	text-align: justify;
}

a:link {
	color: #990000;
}

a:visited {
	color: #000099;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h1.h1_pagetop {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
}

a.named_anchor {
	position: relative;
	top: -150px;
}

#pagetitle_image { /* Bestämmer hur rubrikbilden skall placeras */
	margin: 10px;
	height: auto;
	width: auto;
	float: left;
	display: inline;
}

img.centered { /* För bilder som används i kolumnerna */
    display: block;
	border: 0;
    margin-left: auto;
    margin-right: auto;
	width: auto;
	height: auto;
}

img.menu {
	border: 0;
	margin-left: 0;
	width: auto;
	height: auto;
}

img.inline_left {
	display: inline;
	border: 0;
	width: auto;
	height: auto;
	padding-right: 5px;
}

img.float_left {
	float: left;
	display: inline;
	border: 0;
	width: auto;
	height: auto;
	padding-right: 5px;
	clear: left;
}

img.border_centered {
	border: 2px solid black;
	width: auto;
	height: auto;
    margin-left: auto;
    margin-right: auto;
}

#header { /* Här finns rubrikbilden */
	float: left;
	margin: 160px 0 0 200px;
	padding: 0;
	width: 760px;
}

#container { /* Detta är en behållare för de två kolumnerna */
	/* background-image: url(gryphon.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 400px 250px; */
	float: left;
	margin: 0 0 15px 200px;
	padding: 0 0 30px 0;
	width: 760px;
	border-bottom: 1px solid black;
}

#leftColumn {
  float: left;
  margin: 0;
  padding: 0;
  width: 275px;
}

#rightColumn {
  margin: 0 0 0 275px;
  padding: 0 0 0 0;
}

#footer {
  margin: 0 0 0 200px;
  padding-bottom: 20px;
  width: 760px;
  font-size: 0.7em;
  text-align: right;
}

#footer p {
	padding: 0;
	margin: 0;
}

p.no_margins {
	margin-top: 0;
	margin-bottom: 0;
}

p.p_pagetop {
	margin-top: 0;
}

p.p_small_font {
	font-size: 0.8em;
}

p.p_centered {
	text-align: center;
}

p.p_left_aligned {
	text-align: left;
}

/* VERTIKALNAVIGERING (START) */
#vertical-list-container { width: 260px; }
#vertical-list-container a { border: none; }
#vertical-list-container a:hover img { visibility: hidden; }
#vertical-list { margin: 0;	padding: 0;	list-style: none; }
#vertical-list li {	margin: 0; padding: 0; }
#vertical-list li a { display: block; height: auto; border: none; text-decoration: none; }
#vertical-list li a img { border: none;	vertical-align: bottom; /* for IE6 */}
#vertical-list li a:hover img {	visibility: visible; }
#vertical-list li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}
/* VERTIKALNAVIGERING (SLUT) */
