/* WikkiTikkiTavi default style sheet. */
/* $Id: wiki.css,v 1.12 2003/09/08 11:10:51 holroy Exp $ */

/* PAH
body
  { background-color: #3A6EA0;
    color:            #E4E4E4;
    font-size:        smaller;
    margin-right:     3%;
    margin-left:      3%; 
  }
	  
.BTN 
  { 
    BORDER-RIGHT: thin solid; 
    BORDER-TOP: white thin solid; 
    FONT-SIZE: 8pt; BORDER-LEFT: white thin solid; 
    BORDER-BOTTOM: thin solid; 
*/
    /* FONT-FAMILY: Tahoma ;  */
/* PAH
    color: #FFFFFF; background-color: #0000FF; 
*/
    /* 	text-decoration: none; filter: Glow(Color=red, Strength=20) */

/* PAH
  }
a { text-decoration: none; }
a:link
  { color:      #97694f;
    background: transparent; }
a:visited
  { color:      #4e2f2f;
    background: transparent; }
a:active
  { color:      #7f3030;
    background: transparent; }
a.title
  { text-decoration: none; }

a:linhover { 
  text-decoration: underline;
  color: #000066;
  font-size: small;
}

*/

/* - - - ------------------------------ - - - */
.altsammen {
	/* en div som dekker hele body */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #333366;
}
p td { 
  font-family:Georgia, "Times New Roman", Times, serif;
}
.imgspa {
	border: none;
	width: 200px;
	height: 140px;
}
.imgff {
	vertical-align: bottom;
	width: 185px;
	height: 72px;
	border: none;
	clear: right;
}
.imgmail {
	vertical-align: bottom;
	width: 147px;
	height: 70px;
	border: none;
	clear: both;
}
.x-small {font-size: x-small}
.small {font-size: small}

img
  { border: 0; }
div.logo
  { float: right; }
table.diff
  { width: 95%; }
td.diff-added
  { background-color: #cfffcf;
    color:            #000000; }
td.diff-removed
  { background-color: #ffffaf;
    color:            #000000; }
h1
  { 

/*    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14pt; */
    font-weight: bold;
    margin-bottom: 0; 
  }

h2 { 
    font-family: arial, helvetica, sans-serif; 
    font-size: 14pt; 
    font-weight: bold;
  }
textarea
  { width: 100%; }
dl, ul, ol
  { margin-top:    0px;
    margin-bottom: 0px; }
form
  { margin-top: 0px; }
p.warning
  { color:      #ff3f3f;
    background: transparent; }
span.twin
  { font-size: smaller; }
tt
  { background: transparent;
    color:      #383838; }
pre
  { background: transparent;
    color:      #383838; }

/* Used together with TitleSearch */
ul.oneline
  { list-style-type: none;
    display: inline;
    margin-left: 0em; }
ul.oneline li
  { display: inline; }
ul.prelist
  { list-style-type: none;
    font-family: monospace; }

div#header #logo
  { float: right; }
div#header hr
  { clear: both; }

@media print {
 body                       { background-color: #ffffff; color: #000000; }
 div#header #toolbar-top    { display: none; }
 div#footer #toolbar-bottom { display: none; }
 div#footer form            { display: none; }
}
.spamproof {
	font-size: x-small;
	color: #003399;
	background-color: #FFFFCC;
}
