/* djocc default style sheet */

a:link { color:red; }
a:visited { color:red; }
a:active { color:red; }
a:hover { font-weight: bold; color:black; }

/*
h1 {font-size:200%;}
h2 {font-size:140%;}
h3 {font-size:120%;}
h4 {font-size:100%;}
*/

h1,h2,h3,h4,h5,h6 { font-family: verdana, helvetica, arial, sans-serif; color:black; }
h1 { font-size: 18pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 11pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; }

.pre {white-space: pre;}

body { font-family: helvetica, verdana, arial, sans-serif; font-size: 10pt; background:#FFFAF0; }

p { font-family: helvetica, verdana, arial, sans-serif; font-size: 10pt; text-align: center; white-space:pre}

table,th,tr,td {font-family: helvetica, verdana, arial, sans-serif; font-size: 10pt; text-align:left;}

th { text-align:center; background:#999999; }

ol,ul { line-height: 125%; }

hr { height: 1px; }

tt, pre {
font-family: monospace; font-size: 9pt; text-align:left; background: #FFFFFF;
}

/* Browser specific (not valid) styles to make preformatted text wrap */
pre-wrap {
font-family: monospace; font-size: 9pt; text-align:left; background: #FFFFFF;
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+, but not IE7 etc. */
}


#content {
  /* border: 0px solid #606060; */
  width: 100%;
  margin: 0px auto;
  /*margin: 2em;*/
  padding: 0;
}


/* simple horizontal menue
#hormenu {
  border: 0px solid #606060;
  /*background-color: #dddddd;
  padding: 3px;
  margin: 0px auto;
  line-height: 2em;
}
*/

/* vertical menue at right */
#vertmenu {
  border:0px solid #606060;
  background-color:#dddddd;
  width:100px;
  padding:3px;
  margin:0;
  line-height:30px;
  float:left;
}
.menutitle {
  margin:-5px -5px 5px -5px;
  padding:2px;
  background-color:#cccccc;
  font-weight:bold;
  border-bottom:1px solid #606060;
}


/* tabbed styles */
#navlist {padding: 3px 0; margin: 0;  border-bottom: 1px solid #778;  font: bold 12px Verdana, sans-serif;}
#navlist li {list-style: none; margin: 0;  display: inline;}
#navlist li a {padding: 3px 0.5em; margin-left: 3px;  border: 1px solid #778; border-bottom: none;  background: #DDE;  text-decoration: none;}
#navlist li a:link {color: #448;}
#navlist li a:visited {color: #667;}
#navlist li a:hover {color: #000; background: #AAE;  border-color: #227;}
#navlist li a#current {background: white; border-bottom: 1px solid white;}

/* EOF */


