/* The following is a sample CSS file for UseModWiki 1.0.
   It is not pretty, but it demonstrates all of the new DIVs and
   tag classes. */

/* Modiefied by Ferdinand Ihringer */

/* generell Layout */
body,div,p,h1,h2,h3 {background-color:black;color:white;font-family:DejaVu Sans,Bitstream Vera Sans,Verdana,Helvetica,sans-serif;}

div,p {font-size:16px;}

h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;font-style:italic;}
h6 {font-size:14px;text-decoration:underline}

a:link {font-weight:bold;color:white;text-decoration:none }
a:visited {font-weight:bold;color:white;text-decoration:none }
a:hover {font-weight:bold;color:white;text-decoration:underline }
a:active {font-weight:bold;color:white;text-decoration:none}
a:focus {font-weight:bold;color:white;text-decoration:underline}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/* wikilogo */
img#wikilogo {
  position:absolute;
  top: 10px;
  left: 10px;
  float:left;
}

/* the header */
div#wikiheader {
  width:100%;
  min-height: 110px;
}

div#wikiheadertext {
  margin-left: 20%;
  padding: 10px;
}

/* gotobar */
div.wikigotobar {
  vertical-align:bottom;
}

/* sidebar */
div#wikisidebar {
  width:20%;
  text-align:left;
}

/* the mainwindow */
div#wikimaincontent {
  width:79%;
  text-align:left;
  float: right;
}

div.wikitext {
  border-width: small;
  border-style: double;
  padding: 10px;
}

/* the footer */
div.wikifooter {
  margin-top: 20px;
  padding: 10px;
}

div.wikipreview {
        color: white;
	background-color : gray;
}
div.wikirc {
}
div.wikihistory {
}
div.wikipref {
  line-height: 24px;
}
div.wikisavepref {
  line-height: 24px;
}
div.wikidiff {
}
hr.wikilinefooter {
  height : 3px;
}
hr.wikilineheader {
  height : 2px;
  border : double;
}
hr.wikiline {
  height : 2px;
  color : blue;
}
hr.wikilinepref {
  color : red;
  height : 5px;
}
a.wikipagelink {
  color: white;
}
a.wikipageedit {
  color : red;
  border-bottom : 1px dotted red
}
table.wikidiffold {
  background-color : gray;
  color: white;
}
table.wikidiffnew {
  background-color : silver;
  color: white;
}
