@charset "ISO-8859-1";
/* Lika bra att explicit ange encoding här också. */

/* Här nollställer vi allting och lägger in lite defaults */

/* Sätt rubriker mm till 1 em */

h1, h2, h3, h4, h5, h6, h7, h8, h9, pre, code {
  font-size: 1em;
}

/* Nollställ marginal och padding på vanliga taggar */

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre {
  margin: 0;
  padding: 0;
}

/*
body, h1, h2, h3, h4, h5, h6, h7, h8, h9 {
  margin: 0;
  padding: 0;
  
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
*/

/* Inga ramar runt bilder */

img {
  border: 0px none;
}

/* Listor används sällan som rena listor, därför tar vi bort pluttarna framför */

ul, dl {
  list-style: none;
}


/* Här börjar våra egna stilar */

html, body, p {
  font: 10px verdana, sans-serif;
}

abbr, acronym {
  border-bottom: dotted 1px;
}

code {
  font-family: monospace;
}

del {
  text-decoration: line-through;
}

em {
  font-style: italic;
}

span.name {
  font-style: italic;
}

.namn {
  font-style: italic;
}


strong, strong span {
  font-weight: bold;
}

html, body {
  height: 100%;
  text-align: center;
  color: black;
  background: #6a6052;
}

/* Länkar */

a {
  font-weight: normal;
  color: #a63f1b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#menu a {
  font-weight: bold;
}

/* Rubriker */

h1 {
  margin: 0 0 12px 0;
  font-weight: bold;
  letter-spacing: 0.5em;
  color: #a63f1b;
}

h2 {
  margin: 18px 0 8px;
  font-weight: bold;
  font-size: 11px;
  color:#444444;
}

#calendar h2 {
  margin: 5px 0 5px;
  font-weight: bold;
  font-size: inherit;
  /*color: #a63f1b;*/
  color: #444444;
}

h3 {
  margin: 18px 0 8px;
  font-weight: bold;
  font-size: 11px;
}

h4 {
  margin: 18px 0 8px;
  font-weight: bold;
  font-size: 10px;
}

p {
  margin: 0 0 8px 0;
  color: #333333;
  line-height: 16px;
}

p.linespace {
  line-height: 12px;
}

p.date {
  margin: 0;
  line-height: 12px;
  color: gray;
}

div.entry {
  margin: 0 0 16px;
}

a img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  color:#444444;
}

caption img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

th {
  padding: 1px 4px 1px 0;
  text-align: right;
  vertical-align: top;
}

td {
  padding: 1px 4px 1px 0;
  color: #333333;
}

dt {
  font-weight: bold;
}

input.text {
  border: 1px solid gray;
}

input.submit {
  border: 1px solid black;
}

div#main {
  position: relative;
  width: 670px;
  margin: 0 auto;
  text-align: left;
  color: black;
  background: white;
}

/* Följande kod kommer från http://www.positioniseverything.net/easyclearing.html
   och gör så att main-diven innesluter även floatade element. Detta får till följd att det vita
   området blir precis så stort som det behöver vara, utan att någon explicit höjd anges.
   
   I dagsläget ser det inte riktigt ut på IE/Mac, men det har låg prioritet. */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Tillbaka till ordningen */

/* Utkommenterat av Martin - anvandes av gamla sidhuvudet.

div#logga {
  padding: 20px 27px 0px 30px;
  background: #d9d2c8;
}

div#logga img {
  position: relative;
  left: 0px;
  margin-bottom: 5px;
}

img#symbol {
  float: right;
}

div#banner {
  margin-top: 0;
  margin-bottom: 50px;
}

*/

div#menu {
  color: #a63f1b;
  width: 440px;
  height: 210px;
  background: url(/common/images/sidhuvud.jpg) no-repeat 0 0;
  padding: 10px 200px 40px 30px;
}

div#content {
  width: 380px;
  padding: 0 30px 10px;
}

div#calendar {
  float: right;
  clear: right;
  width: 180px;
  border-left: 1px solid #d9d2c8;
  padding: 0 10px;
}

div#projektlista {
  float: right;
  clear: right;
  width: 180px;
  border-left: 1px solid #d9d2c8;
  padding: 0 10px;
}

div#lanklista {
  float: right;
  clear: right;
  width: 180px;
  border-left: 1px solid #d9d2c8;
  margin-top: 20px;
  padding: 0 10px;
}

div#singeroftheday {
  float: right;
  clear: right;
  width: 180px;
  border-left: 1px solid #d9d2c8;
  padding: 0 10px;
  margin: 20px 0 20px 0;
}

div#rekryteringsannons{
  float: right;
  clear: right;
  width: 180px;
  border-left: 1px solid #d9d2c8;
  padding: 0 10px;
  margin: 20px 0 20px 0;
}

div#invisible {
  display: none;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.white {
  text-align: left;
  background: white;
}

/* MagnusM's stuff */

img.mailadressbild {
	display: block;
}

table#nyheter td.a {
	white-space: nowrap;
/*	vertical-align: super;*/
/* Sätter man denna, så frångår IE även valign="top" och centrerar allt vertikalt.
   Super var ordet. */
}

table#nyheter td.b {
	white-space: normal;
}

/* Menyn i header */

/*	Tror inte denna fyller nån funktion längre? /MagnusM
div#menu ul
{
	float: left;
}
*/

div#menu ul li {
	display: inline;
	float: left;
	padding: 0 0.6em;
	margin: 0;
	border-left: 1px solid;
}

/* Första menyalternativet ska inte ha något streck till vänster */

/*div#menu ul li:first-child {		 Funkar ännu ej i IE */

div#menu ul li#first_menu_item {
	border-left: none;
	padding-left: 0;
}

div#menu ul li#internt {
	position: absolute;
	left: 590px;
	border-left: none;
	padding-left: 0;
}


/* Dagens sångare */

div#singeroftheday dl {

}

div#singeroftheday dt {
	display: inline;
	float: left;
}

div#singeroftheday dd {

}

div#singeroftheday img {
	display: inline;
}

div#singeroftheday p {
	clear: left;
}

#hemliglista ul, #lanklista ul {
	margin: 0 0 2em 0;
}


/* Maillistorna */

ul.maillistor {					/* Nivå ett */
	padding: 10px 0 10px 0;
}

ul.maillistor li {
	padding: 0 0 5px 0;
}

ul.maillistor ul {				/* Nivå två */
	padding: 0 0 0 20px;
}

ul.maillistor ul li {

}


/* Låtlistor */

.latlista li, #latlista li {
	padding: 0 0 10px;
}

.latlista ul li, #latlista ul li {
	padding: 0 0 0 20px;
}

/* Punktlistor */

ul.punktlista {
  list-style: disc;
  padding: 0 0 0 20px;
}


.punktlista ul {
	padding: 5px 0 0 10px;
	display: list-item;
	
}

.punktlista li {
	list-style: disc;
	padding: 0 0 2px 5px;
	line-height: 16px;
}

/* Nummerlistor */

ol {
  margin-left: 20px;
}


/* Generella flernivålistor */

.flernivalista ul {					/* Nivå ett */
	padding: 10px 0 10px 0;
}

.flernivalista li {
	padding: 0 0 5px 0;
}

.flernivalista li ul {				/* Nivå två */
	padding: 0 0 0 10px;
}

.flernivalista li li {
	padding: 0 0 0 15px;
}

/* Lista med indrag */

li.indragslista {
  padding-left: 10px;
}

/* Externa länkar */

a.external
{
	background: url('/common/images/external2.png') no-repeat center right;
	padding-right: 1.3em
}

/* Länkar med class="external_no_icon_IE" får ingen röd ikon i IE
   men väl i övriga browsers som förstår child element p>a. */

/* Göm också för IE5/Mac, som tyvärr (!) verkar förstå p>a, med hjälp av backslashen här \*/

p>a.external_no_icon_IE { background: url('/common/images/external2.png') no-repeat center right;  padding-right: 1.3em }

/* Slut göm */


/* Gunnars bus */

div#mejllista table {
	border: 1px;
}

/*table {
  border-collapse: collapse;
  border-spacing: 0;
}*/

.spejsad td {
	padding:3px;
}

div#mejllista td {
  border: 1px;
  padding: 1px 4px 1px 0;
  font: 10px verdana, sans-serif;
  color: #333333;
}

.hemlighusdatum {
	font-size: 9px;
	font-style: italic;
}

/* MagnusMs bus */

.debug_blue {  
  border: 1px solid blue;
}

.debug_red {  
  border: 1px solid red;
}

.debug_green {  
  border: 1px solid green;
}

/* Fikalista */
.fikalista th
{
	text-align:left;
}

.fikalista tr
{
	border-bottom: dotted 1px;
}
	
/* Systemmeddelanden */
.system-info {
	margin:1em 0;
	padding:4px 12px;
	border:2px solid;
}
.system-info p {margin:0 0;}
.system-info h2 {
	margin:0 -12px;
	padding:2px 4px;
	font-size:1.1em;
}
.error {color:#900;}
.confirmation {color:#090;}