﻿/***** Färgkoder *********************/
/*

mörkblå: #292a7c;
ljusblå: #5780c2;

*/

/***** Layout ************************/
html {
	overflow: scroll;
}

body {
	background-color: #BBBBCC;
	margin-top: 0pt;
	font-family: sans-serif;
}

div#outer {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
}

div#head {
	background-image: url('/img/header_background2_s.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 1em 0 0 0;
	font: 1em sans-serif;
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #008B8B Black Black #008B8B;
	position: relative;
	width: 100%;
}

div#head h1 {
	display: none;
}

div#head img#headertitle {
	position: relative;
	left: 35em;
	top: 1.12em;
	border: none;
}

div#head img#emblem {
	position: relative;
	left: 3em;
	top: 0.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #008B8B Black Black #008B8B;
}
div#head img#jubileum {
  position: relative;
  left: 3.5em;
}

div#main {
	background-color: white;
	background-repeat: repeat-x;
	border-style: none solid none solid;
	border-width: 1px;
	border-color: #008B8B Black Black #008B8B;
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

div#wrapper {
	padding: 15px;
	margin: 0;
	width: 970px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

ul#footer {
	position: relative;
	float: left;
	text-align: right;
	padding: 0.6em 0 0.6em 0;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	height: 1.3em;
	margin: 0 0 1em 0;
	font-size: 0.7em;
	color: white;
	width: 100%;
	list-style-type: none;
	background-color: #191970;
	background-image: url('/img/footer.png');
	background-repeat: repeat-x;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #008B8B Black Black #008B8B;
}

ul#footer li {
	display: inline;
}

ul#footer a {
	color: White;
	text-decoration: none;
	margin-right: 2.5em;
}

ul#footer a:hover {
	text-decoration: underline;
}

hr.screenhide {display: none;}

/***** Rubriker **********************/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 7pt;
  margin-top: 1em;
/*text-transform: uppercase;*/
  font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif;
  color: #292A7C;
  padding-left: 8pt;
}

h2 {
  font-size: 22pt;
  letter-spacing: 1pt;
/*  font-family: Impact;*/
/*  color: #063;*/
  border-bottom: 1pt solid #292A7C;
}

h3 {
  font-size: 17pt;
  margin: 8pt;
  padding: 0px;
  margin-top: 40px;
  
}

#defaultright h3, #defaultleft h3 {
  text-align: center;
  border-bottom: 1pt solid #292A7C;
  font-size: 20pt;
}

ul.news li {
	border-bottom: 1pt solid #ddd;
}

h4 {
  font-size: 15pt;
}

h5 {
  font-size: 11pt;
}

/***** Stycken ***********************/
p {
	margin: 1em;
}

/***** Bildruta **********************/
div.bild {
	text-align: center;
	background-color: #87CEEB;
	padding: 10px;
	margin: 10px;
	border: 1pt solid #191970;
}

div.bild img {
	border: 1pt solid #191970;
}

div.bild.right {
	width: 400px;
	float: right;
}

div.bild p {
	font-style: italic;
	
}
/*article*/
div.article-image {
	float: right;
	margin: 10px;
	position: absolute;
	right: 0px;
	display: block;
	border: 1pt solid #c0c0c0;
	padding: 0px;
}

div.article-image a {
	border-style: none;
}

div.article-image img {
	border: 1pt solid #c0c0c0;
	padding: 0px;
	margin: 10px;
}

div.article-image div {
	font-style: italic;
	text-align: center;
	font-size: 90%;
	padding: 0 10px 10px 10px;
	width: 300px;
}

div.article-images {
	text-align: justify;
	width: 600px;
}

div.article-images ul {
	padding-right: 3em;
	text-align: left;
}

ul.inline-sublist {
	list-style-type: none;
}

ul.inline-sublist li {
	display: inline;
}

/***** Tabeller **********************/
table {
  border-collapse: collapse;
  margin: 1em;
  background: transparent;
}

table td {
  /*border: solid 1pt #191970;*/
  padding: 0.3em;
  font-size: 10pt;
  border-style: none none solid none;
  border-width: 1pt;
	border-color: gray;
}

table th {
  color: #191970;
  padding: 0.3em 0.8em 0.3em 0.8em;
  /*background-color: #4682B4;*/
  text-align: left;
  border-bottom: 1pt solid #191970;
  margin-top: 0;
}

table caption {
  font-weight: bold;
  margin: 0 0 -0.5em 0;
  padding-bottom: 0.3em;
}

table.linjerad td {
	border-style: none none solid none;
	border-color: gray;
}

table td.right {
	text-align: right;
}

/***** Cup ***************************/
ul.cup {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}

ul.cup li { /* Cup-del */
	font-weight: bold;
	font-size: 12pt;
	float: left;
	display: inline;
	width: 100px;
	margin-right: 10px;
}

ul.cup li ul { /* Cup-del-innehåll */
	margin: 10px 10px 0 0;
	padding: 0;
}

ul.cup li ul li {
	font-weight: normal;
	font-size: 10pt;
}

ul.cup li ul li ul { /* Par-item */
	float: left;
	display: block;
	margin: 0 0 10px 0;
}

ul.cup li ul li ul li {
	display: block;
	float: left;
	background-color: #ddd;
}

ul.cup li ul li ul li.segrare {
	background-color: #F0E68C;
	font-weight: bold;
}

/***** Fel ***************************/
/*span.note {
  background-color: #F0E68C;
  font-weight: bold;
  margin: 0pt;
}*/

/***** Länkar ************************/
a.pdf {
  background-image: url('/img/pdf.png');
  background-repeat: no-repeat;
  padding-left: 1.4em;
}

span.pdf {
  color: #888;
  font-size: 8pt;
}

a.html {
  background-image: url('/img/html.png');
  background-repeat: no-repeat;
  padding-left: 1.4em;
}

a.mer {
	font-style: italic;
}

/***** Kommando **********************/

a.command {
	font-style: italic;
}

/***** Övrigt ************************/
.more{
  font-style: italic;
  margin-left: 1em;
}

ul.arrangemang {
  list-style-type: none;
  padding-left: 2em;
}

ul.arrangemang li {
  margin-top: 1em;
}

ul.arrangemang span.datum {
  font-family: monospace;
}

.nobr {
	white-space: nowrap;
}

.note {
	background-color: #F0E68C;
 	font-weight: bold;
 	padding: 0.2em;
 	padding-left: 21px;
 	margin: 2em;
 	background-image: url('/img/notification.png');
 	background-repeat: no-repeat;
 	background-position: 2px 2px;
}

.error {
	background-color: #800517;
	color: white;
	border: 1pt dashed red;
	background-image: url('/img/error.png');

	padding: 10px;
	padding-left: 35px;
	
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.debug {
	background-color: #dfa;
	border-bottom: 1pt dashed #c60;
	border-left: 1pt solid #c60;
	border-right: 1pt solid #c60;
	padding: 10px;
	padding-left: 35px;
	width: 956px;
	margin-left: 33px;
	
	background-image: url('/img/bug.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.popup {
	color: #292a7c;
	font-weight: normal;
	border-bottom: 1pt dashed #292a7c;
}

a.linkbutton {
	border-style: solid;
	border-width: 1pt;
	border-color: #ccc #444 #444 #ccc;
	padding: 4px;
	margin: 2px;
	background-color: #ddd;
	color: black;
	text-decoration: none;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 2px center;
	margin-left: 1em;
}

ul#responselist {
	position: absolute;
	top: 10px;
	right: 10px;
}

ul#responselist li {
	background-color: #dfa;	
	display: block;
	padding: 4px;
	border: 1pt solid black;
	width: 400px;
	margin: 5px;
}

ul.knapplista {
	list-style-type: none;
}

ul.knapplista li {
	display: block;
	height: 35px;
}

img.vantsnurra {
	margin: 0px;
	margin-right: 4px;
	padding: 0px;
	float: left;
}
div#print-footer {
	display: none;
}

.navigator {
	text-align: center;
	margin: 1em;
}
.navigator span {
	border: 1pt solid #aaa;
	margin: 0.5em;
	padding: 0.5em;
}
.navigator a {
	border: 1pt solid #aaa;
	padding: 0.5em;
	margin: 0.5em;
	background-color: #ddd;
	color: black;
	text-decoration: none;
}
.navigator a:hover {
	background-color: #eee;
}

.archive {
	text-transform: lowercase;
	font-size: 8pt;
	letter-spacing: 2px;
	margin: 1em;
}

#defaultright .fb-like {
	width: 160px;
	height: 20px;
	float: right;
	text-align: right;
}


