/*
  WikiSH CSS Classes - Corporate design 
  Sebastian Misch 2006
  
  $Id: wiki.css,v 1.5 2006/02/01 16:28:53 smisch Exp $
*/
.wikishheader {
  margin-left:0;
  margin-right:0;
  font-family: sans-serif;
}
.wikishpage {
  margin-top:10;
  margin-left:10;
  margin-right:10;
}
.wikishfooter {
  margin-left:10;
  margin-right:10;
  margin-top:10;
  margin-bottom:10;
  font-family: sans-serif;
}

.wikishad {
  margin-left:20;
  margin-right:20;
  margin-top:60;
  margin-bottom:20;
  text-align:center;
  font-family: sans-serif;
  height:100;
}

/* Menu related */

span.wikishmenu {
display:none;
}
/* WikiSH information classes */
.wikishrcs { 
  font-size:8pt; 
  font-family: sans-serif;
  color:black;
}

.wikishrcsversion { 
  letter-spacing:2px; 
  font-size:7pt; 
  font-family: sans-serif;
  color:black;
  float:right;
  padding-top:2px;
  padding-right:5px;
}

a.wikishexternal {
  background:url(px/ext.gif) no-repeat top right;
  padding-right:9px;
}

a.wikisherror {
  color:red;
  border:dashed 1pt red;
  padding-left:5px;
  padding-right:5px;
}

/* WikiSH */

.wikishfootnote {
display:none;
}

.wikishtocitem {
  width:90%;
  float:left;
  border-bottom:dotted #eee 1px;
}

/* Site classes */

body {
  background-color:gray;
  font-family: serif;
}
/* Wikish Elements */
hr {
  border:solid 3px gray;
  height:0px;
  color:#aca;
}
hr.menue {
display:none;
}
hr.wikihr {
display:none;
}

h1.wikishh1 {

  top:4;
  font-size:18pt;
  font-weight:normal;
  font-family: sans-serif;
  letter-spacing:1px;
  color:black;
}

h2 {
  border-top:solid gray 2pt;
  padding-top:10px;
  font-family: sans-serif;
  font-size:16pt;
}
h3{
  font-family: sans-serif;
  font-size:14pt;
}
h4{
  font-family: sans-serif;
  font-size:12pt;
}
h6 {
  page-break-before: always;
}

.left {

  background-color: white;
  top:0;
  left:0;
  width:680;
  float:left;
  
    border-radius:none;
  border:none;
  box-shadow:none;
}

p {
  clear:left;
  margin-left:6mm;
  font-family:serif;
  text-align:justify;
}

p,li {
  line-height:15pt;
}

i,em {
  color:#666666;
}

pre {
  border:solid 1px #cca ;
  padding:2px;
}

img {
  vertical-align:middle;
  
  padding:2px;
}
img.imgleft {
  margin-right:10px;
  float:left;
}  
img.imgright {
  margin-left:10px;
  float:right;
}
img.imgcenter {
  margin-left: auto; 
  margin-right: auto;
}
img.tumbright {
	width: 250;
	clear: right;
	float: right;
	border-width: .5em 0 .8em 1.4em;
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

img.klamli {
  position: absolute;
  z-index: 5;
  left: 0px;
  margin-top:30px;
}
img.klamre {
  position: absolute;
  z-index: 5;
  left: 632px;
  margin-top:30px;
}

input,textarea,select {
    background-color:#eeeeee ;
}

a:link,a:visited {
  color:#66a;
  text-decoration:none;
}
a:hover {
  background-color:#eeeeee;
}

table {
  width:100%;
  border:none;
}

th {
  font-family: sans-serif;
  background-color:#abc;
}

td {
  border:none;
}
a.wikishmenuitem {
display:none;

}


a.wikishgrayedout,span.wikishgrayedout {
  color:#ccc;
}

#logocontainer {
display:none;
}

#loadcontainer {
display:none;
}




