@charset "utf-8";

/* colors:
#FFFFFF         white background-page background-window
#000000         black normal-fontcolor border1
#000080         darkblue special-fontcolor
#008080 #000000 teal navigation-fontcolor
#E3FFCD #D6FDB8 grey background-formfields
#EEFFE1         lightgrey light-background
#D6FDB8         middlegrey hover-background button.wikibut
#FBFBFB         lightgrey light-background brightcells
#B8FF80         bluegrey background winmain sidebarOrnament topBar wintitle text topbarbackground secondMenu
#E8FFD7         darkgrey greygrey winmainactive winstate background sidebar wintitle background-color head footer toolbar fileDiv commenthead commentborder commentinfo backgroud darkcells buttons

#D6FDB8 middle-green hoverFields
#E3FFCD bright-green inputFields
#B8FF80 backgroundsidebar
#EEFFE1 very light green
*/

body, p, div, table, tr, td, a, legend,
form, input, select, textarea, button, checkbox,
h1, h2, h3, h4, h5 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  font-weight:normal;
  color:#000000;
  padding:0px;
  margin:0px;
}

body {
  background-color:#FFFFFF;
  background-attachment: fixed;
}

#body {
  background-color:#B8FF80;
}

form {
  position:relative;
}

input, textarea {
  border:0px;
  background-color:#E3FFCD;
  padding-bottom:2px;
  padding-top:2px;
}

select {
  border:0px;
  background-color:#E3FFCD;
}

table, th, tr, td {
  padding:2px;
  border-spacing:0px;
}

table {
  border:0px;
}

h1 {
  font-family:Arial Rounded MT Bold, Verdana, Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:bolder;
  color: #000080;
  margin-top:12px;
  margin-bottom:5px;
}

h2 {
  font-size:17px;
  font-weight:bold;
  color: #000080;
  margin-top:12px;
  margin-bottom:3px;
}

h3 {
  font-size:14px;
  font-weight:bolder;
  color: #000080;
  margin-top:8px;
  margin-bottom:3px;
}

h4 {
  font-size:13px;
  font-weight:bold;
  color: #000080;
  margin-top:8px;
  margin-bottom:2px;
}

h5 {
  font-size:13px;
  color: #000080;
  margin-top:8px;
  margin-bottom:2px;
}

img {
  border:0px;
  top:0px;
  left:0px;
}

li {
  list-style-type:circle;
  margin:0px;
  padding:0px;
  margin-left:15px !important; margin-left:0px;
  margin-bottom:4px;
  margin-top:1px;
}

/* framework.zwo */

.sfDiv {
  position:relative;
}

.sfCard {
  position:relative;
  border:1px solid #000000;
  background-color:#EEFFE1;
  padding:10px;
  z-index: 101;
}

.sfFieldset {
  position:relative;
  margin-top:15px;
  margin-bottom:5px;
  padding:10px;
  padding-bottom:15px;
  border:1px solid #000000;
  background-color:#EEFFE1;
  z-index: 101;
}

.sfLegend {
  position:absolute;
  top:-9px;
  font-weight:bolder;
}

a.sfTab {
  position:relative;
  text-decoration: none;
  background-color:#EEFFE1;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 1px 1em 1px 1em;
  margin-right:2px;
  z-index: 100;
  cursor:pointer;
  color:#A7A7A7;
}

a.sfTab:hover {
  text-decoration: none;
  background-color:#EEFFE1;
  color: #000000;
}

a.sfTab.sfActivetab, a.sfTab.sfActivetab:hover,
a.sfTab.sfActivetab:visited {
  background-color:#EEFFE1;
  font-weight:bold;
  color: #000000;
  z-index: 102;
}

.sfAllfields {
  position:absolute;
}

.loginAllfields {
  border:1px solid #D6FDB8;
}

.sfHover {
  background-color:#D6FDB8;
}

.sfBoolean {
  position:absolute;
  background-color:transparent;
  border:0px;
}

.sfRadio {
  background-color:transparent;
  border:0px;
}

.sfButton, .sgButton {
  position:relative;
  overflow:visible;
  background-color:#E3FFCD;
  border:1px solid #71EA50;
  padding:0px;
  padding-right:6px;
  padding-left:6px;
  margin-right:6px;
}

.sfButton:hover, .sgButton:hover, .sfButton:focus, .sgButton:focus  {
  position:relative;
  overflow:visible;
  background-color:#D6FDB8;
  border:1px solid #71EA50;
  padding:0px;
  padding-right:6px;
  padding-left:6px;
  margin-right:6px;
}

table.sgGrid {
  position:relative;
  padding:1px;
  border-spacing:2px;
}

.sgHead {
  position:relative;
  background-color:#71EA50;
}

.sgBody {
  position:relative;
}

.sgBrightCell {
  position:relative;
  background-color:#FBFBFB;
  border:0px;
}

.sgDarkCell {
  position:relative;
  background-color:#E8FFD7;
  border:0px;
}

/* css - definitions for "window" */

.winMain {
  position:absolute;
  background-color:#B8FF80;
  border:1px solid #000000;
  display:block;
  visibility:visible;
}

.winState {
  position:absolute;
  background-color:#E8FFD7;
  left:2px;
  height:10px;
  overflow:hidden;
  text-align:right;
  visibility:visible;
}

.winTitle {
  position:absolute;
  background-color:#E8FFD7;
  color:#B8FF80;
  top:2px;
  left:2px;
  height:19px;
  overflow:hidden;
  visibility:visible;
}

.winTitleText {
  position:absolute;
  left:3px;
  top:1px;
  height:18px;
  overflow:hidden;
  font-weight:bold;
  font-size:10pt;
  color:#B8FF80;
}

.winContent {
  background-color:#FFFFFF;
  position:absolute;
  top:23px;
  left:2px;
  padding:3px;
  overflow:auto;
  visibility:visible;
  font-size:10px;
  color:#000000;
}

.winWA {
  position:absolute;
  left:2px;
  top:23px;
  visibility:visible;
  display:none;
  width:100%;
  height:100%;
}

.winButtons {
  position:absolute;
  width:100%;
  top:2px;
  right:2px;
  text-align:right;
}

.winButImg {
  left:-1px;
  cursor:pointer;
}

.winResizeImg {
  width:8px;
  height:8px;
  cursor:se-resize;
}

/* links */

a, a:link, a:visited, a:hover, a:active {
  color:#000080;
  font-size:13px;
  font-weight:normal;
  text-decoration:underline;
  cursor:pointer;
}

a.powered, a.powered:link, a.powered:visited, a.powered:hover, a.powered:active {
  font-size:9px;
  color:#000000;
}

/* specials  */

input.checkbox {
  border:0px;
  background-color:transparent;
}

div.powered {
  width:680px;
  text-align:right;
}

select.multiple {
  background-color:#FFFFFF;
  height:auto;
}

/* browserprobs.php - normal popup */
div.browserprobs {
  position:absolute;
  z-index:200;
  top:130px;
  left:50%;
  width:600px;
  margin-left:-300px;
  padding:10px;
  background-color:#EEFFE1;
  border:1px solid #000000;
}

/* browserprobs.php - popup only for netscape 4 */
div.browserprobsns4 {
  width:600px;
  padding:10px;
  background-color:#EEFFE1;
  border:1px solid #000000;
}

.frontPageMid {
  position:absolute;
  top:105px;
  left:300px;
  width:680px;
  height:440px;
}

/* frontpage.php - title first line */
div.title1 {
  position:absolute;
  text-align:left;
  top:80px;
  left:0px;
  width:500px;
  font-size:16px;
}

/* frontpage.php - title second line */
div.title2 {
  position:absolute;
  top:110px;
  left:0px;
  width:500px;
  text-align:left;
  font-size:20px;
  font-weight:bold;
}

/* frontpage.php - title third line */
div.title3 {
  position:absolute;
  text-align:left;
  top:132px;
  left:0px;
  width:500px;
  font-size:16px;
}

/* frontpage.php - abstract */
div.abstract {
  position:absolute;
  text-align:left;
  top:220px;
  left:0px;
  width:400px;
}

/* frontpage.php - other links above the login */
.loginlinks {
  position:absolute;
  left:20px;
  top:300px;
  width:170px;
}

/* frontpage.php - the login element */
.login {
  position:absolute;
  text-align:right;
  left:20px;
  top:430px;
}

/* frontpage.php - the login-error message */
.loginError {
  position:absolute;
  text-align:left;
  width:250px;
  color:red;
  top:124px;
}

/* frontpage.php */
.whatsedwiki {
  position:relative;
  top:30px;
}


/* frontpage.php - place of the logo */
.logoOutside {
  position:absolute;
  top:65px;
  left:20px;
}

/* page.php - place of the logo */
.logoInside {
  position:absolute;
  top:65px;
  left:20px;
}

/* page.php - place of the logo in the print version */
.logoPrint {
  position:absolute;
  top:10px;
  left:30px;
}

/* all pages - visible element of the side-bar */
.sideBar {
  position:absolute;
  top:180px;
  left:0px;
  width:100%;
  height:1800px;
  background-color:#B8FF80;
}

/* alle pages - visible element of the side-bar */
.sideBarOrnament {
  position:absolute;
  top:0px;
  left:527px;
  width:4px;
  height:60px;
  background-color:#B8FF80;
}

.headTitle {
  position:absolute;
  top:0px;
  left:540px;
  font-size:16px;
  font-weight:bold;
  color:#0729A7;
}

/* page.php, admin.php etc. - menu with the "Hello name" and some links */
.mainMenu {
  position:absolute;
  left:0px;
  top:70px;
  width:98%;
  text-align:right;
  font-size:10px;
  font-weight:bold;
}

/* page.php, admin.php etc. - menu with some links */
div.mainLinks {
  position:absolute;
  left:0px;
  top:5px;
  width:98%;
  text-align:right;
  color:#000080;
  font-size:10px;
}

a.mainLinks, a.mainLinks:link, a.mainLinks:visited, a.mainLinks:active {
  color:#000080;
  font-size:10px;
  line-height:11px;
  text-decoration:none;
}

a.mainLinks:hover {
  color:#000000;
  font-size:10px;
  line-height:11px;
  text-decoration:underline;
}

/* page.php, admin.php etc. - position of the mainLinksgation links */
.wikiLinks {
  position:absolute;
  top:220px;
  left:20px;
  width:130px;
  font-size:13px;
  line-height:19px;
  font-weight:bold;
}

/* page.php - the small mainLinksgation buttons of hidden wiki pages */
.hideWikiHint {
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}

/* admin.php - a second mainLinksgation menue for statistics etc. */
.secondMenue {
  border-bottom:1px solid #B8FF80;
  padding-bottom:4px;
}

/* page.php - the main frame, where the wikipages are shown */
.wikiMainPage {
  position:relative;
  top:185px;
  left:250px;
  width:680px;
}

/* page.php - the main frame, where the wikipages are shown in the print version */
.printMainPage {
  position:relative;
  top:110px;
  left:30px;
  width:680px;
}

/* adminpage.php - the main frame, where the options are shown */
.adminMainPage {
  position:absolute;
  top:185px;
  left:250px;
  width:680px;
}

/* adminpage.php - the main frame, where the options are shown */
.installMainPage {
  position:absolute;
  top:20px;
  left:230px;
  width:680px;
}

/* registrationpage.php - the main frame, where the registration is shown  */
.regMainPage {
  position:absolute;
  top:185px;
  left:250px;
  width:340px;
}

/* page.php - the title of a wiki page */
.pageTitle {
  font-size:11px;
  font-weight:bold;
  color: #000080;
  margin-bottom:5px;
}

/* registrationpage.php - the title of that page */
.regPagetitle {
  font-size:14px;
  font-weight:bold;
  color: #000080;
  margin-bottom:5px;
}

/* registrationpage.php - the informationsabstract of that page */
.regInfo {
  position:absolute;
  top:100px;
  left:200px;
  width:170px;
}

/* page.php - the header and footer of every wiki page */
.head, .foot {
  width:100%;
  background-color: #EEFFE1;
  border: 1px solid #E8FFD7;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size:9px;
  color: #000080;
}

/* page.php - only for the footer of a wiki page */
.foot {
  margin-top:7px;
}

/* page.php - second header for the wikipage */
.head2 {
  padding-left:10px;
  font-size:9px;
  font-weight:bold;
  color: #000080;
}

/* page.php - the inner main frame for pages shown */
.showPage {
  width:100%;
  padding-top:5px;
  padding-bottom:10px;
}

/* page.php - the inner main frame for pages to edit */
.editorIframe {
  border:0px;
  width:100%;
  height:430px;
}

/* page.php - the textarea inside the inner main frame */
.textareaEdit {
  display:none;
  width:100%;
  height:430px;
}

/* editor.js - the toolbar for editing */
.toolbar {
  cursor:default;
  padding: 1px 1px 2px 1px;
  background-color:#EEFFE1;
  margin-bottom:7px;
  border: 1px solid #E8FFD7;
}

/* editor.js - the icon buttons in the toolbar */
.iconbut {
  background-color:transparent;
  border: 0px;
  padding:0px;
}

/* editor.js - the buttons of the toolbars for editing */
.toolbar .button {
  border: 1px solid #EEFFE1;
  padding: 1px;
  margin: 0px;
  width: 18px;
  height: 18px;
}

/* editor.js - the buttons of the toolbars for editing */
.toolbar .buttonHover {
  border: 1px solid #E8FFD7;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

/* editor.js - the buttons of the toolbars for editing */
.toolbar .buttonActive, .toolbar .buttonPressed {
  padding: 2px 0px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* editor.js - the buttons of the toolbars for editing */
.toolbar .buttonPressed {
  background: ButtonHighlight;
}

/* editor.js - the buttons of the toolbars for editing */
.toolbar .separator {
  border-left: 1px solid ButtonShadow;
  border-right: 1px solid ButtonHighlight;
  width: 0px;
  height: 16px;
  padding: 0px;
}

/* editor.js - the buttons of the toolbars for editing */
.toolbar .space {
  width: 5px;
}

/* editor.js - all selectfields of the toolbar */
.toolbar select,
.toolbar select:hover,
.toolbar select:active {
  font: 11px Tahoma,Verdana,sans-serif;
  color: ButtonText;
}

/* editor.js - the selectfield for formatblock */
.toolbar .selectformatblock,
.toolbar .selectformatblock:hover,
.toolbar .selectformatblock:active {
  width:105px;
}

/* editor.js - the selectfield for fontsize */
.toolbar .selectfontsize,
.toolbar .selectfontsize:hover,
.toolbar .selectfontsize:active {
  width:60px;
}

/* content of wikicontent.sql: page orientation */
niceline {
  color:#EEFFE1;
}

/* outputfunctions.php - the small frame where uploaded files are shown on a page */
.fileDIV {
  background-color:#EEFFE1;
  border:1px solid #E8FFD7;
  width:auto;
  padding:1px;
  margin:3px;
}

/* outputfunctions.php - the warning if a page is edited by another person */
.editWarning {
  color:red;
  font-size:14px;
  font-weight:bold;
  padding:5px;
}

/* outputfunctions.php - the header of comments */
.commentHead {
  margin-top:15px;
  margin-bottom:3px;
  width: 680px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #EEFFE1;
  border: 1px solid #E8FFD7;
  color: #000080;
}

/* outputfunctions.php - the frame for comments*/
.comment {
  width: 680px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 3px;
  background-color:#FFFFFF;
  border: 1px solid #E8FFD7;
}

/* outputfunctions.php - the info for comments*/
.commentInfo {
  padding:4px;
  border-right: 1px solid #E8FFD7;
  font-size:10px;
  color: #000000;
}

/* outputfunctions.php - the body for comments*/
.commentBody {
  padding:4px;
  padding-left:10px;
  vertical-align:top;
  color: #000000;
}

/* outputfunctions.php - the comments on a print version */
.printComment {
  width: 680px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  background-color:#FFFFFF;
  border: 1px solid #E8FFD7;
  color: #000080;
}

/* outputfunctions.php - the form for new comments */
.commentForm {
  width: 680px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #EEFFE1;
  border: 1px solid #E8FFD7;
}

/* adminpage.php */
.adminPage {
  margin-top:10px;
  border:1px solid #E8FFD7;
  padding:6px;
}

/* adminpage.php */
.adminButtons {
  margin-top:10px;
  border:1px solid #E8FFD7;
  padding:2px;
}

.list {
  margin:0px;
  padding:4px;
  border-style:solid;
  border-width:1px;
}

/* error.php */
.error {
  position:absolute;
  top:200px;
  width:800px;
  left:50%;
  margin-left:-400px;
}

/* outputfuncs.php - radio button in version list */
input.radio {
  border:0px;
  background-color:transparent;
}

.helpSubtitle {
  color:#000080;
  font-style:italic;
  margin-top:9px;
  margin-bottom:1px;
}

.windowFieldset {
  margin:3px;
  padding:5px;
}

.windowLegend {
  color:#000080;
  font-size:10px;
  font-weight:bold;
}

.createFiles {
  width:1%;
  background-color:#EEFFE1;
  height:2px;
  border:0px;
}

.sfFileUpload {
  position: absolute;
}

/* popups */

.popupbody {
  padding:5px;
}

.inlineFrame {
  background-color:white;
  padding:3px;
}

.noimagesfiles {
  background-color:white;
  position:relative;
  text-align:center;
  margin-top:30px;
}

.nothumb {
  background-color:white;
  position:relative;
  text-align:center;
  top:50%;
  margin-top:-17px;
  width:90%;
}

.thumb {
  background-color:white;
  position:relative;
  text-align:center;
  margin-top:10px;
}

.dirFrame {
  width:100%;
  background-color:white;
  height:160px;
  vertical-align:top;
  border:1px solid grey;
}


