a.interwiki { background: transparent url(/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.mediafile { background: transparent url(/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_pdf {  background-image: url(/lib/images/fileicons/pdf.gif)}/**
 * Basic styles. These styles are needed for basic DokuWiki functions
 * regardless of the used template. Templates can override them of course
 */

div.clearer {
  clear: both;
  line-height: 0;
  height: 0;
  overflow:hidden;
}

div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

div.error {
  background: #fcc url(/lib/styles/../images/error.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #faa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.info {
  background: #ccf url(/lib/styles/../images/info.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #aaf;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.success {
  background: #cfc url(/lib/styles/../images/success.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #afa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.notify {
  background: #ffc url(/lib/styles/../images/notify.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #ffa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}


/* image alignment */
.medialeft {
  float: left;
}
.mediaright {
  float: right;
}
.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me0  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re4  { color: #009999; }
.code .sc0  { color: #00bbdd; }
.code .sc1  { color: #ddbb00; }
.code .sc2  { color: #009900; }
.code .st0  { color: #ff0000; }
* {
  margin: 0;
  padding: 0; }

/* body, paragraphs */

html, body {
  background: #f6f9ee url('/lib/tpl/cosmetic/img/pattern.gif') fixed;
  height: 100%; }

body {
  color: #333;
  font: 62.25% "Arial", "Helvetica", sans-serif;
  text-align: center;
  /* retarded */
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

p {
  line-height: 1.3em;
  margin-bottom: 5px;
  text-align: justify; }

/* links */

a:link, a:active, a:visited {
  color: #383053; }

a.mail {
  background: transparent url('/lib/images/fileicons/email.gif') 0px 0px no-repeat;
  padding: 2px 0px 2px 18px; }

a.mediafile {
  background: transparent url('/lib/images/fileicons/file.gif') 0px 0px no-repeat;
  padding: 2px 0px 2px 18px; }

a.mf_pdf {
  background: transparent url('/lib/images/fileicons/pdf.gif') 0px 0px no-repeat;
  padding: 2px 0px 2px 18px; }

/* headers */

h1, h2, h3, h4, h5 {
  text-transform: uppercase; }

h1 {
  font-size: 1.4em;
  margin-bottom: 10px; }

h1 a {
  color: #000;
  border-left: 0.8em solid #e30223;
  display: block;
  font-weight: bold;
  line-height: 0.8em;
  padding-left: 0.3em;
  text-decoration: none; }

h2 {
  font-size: 1.3em;
  margin-bottom: 5px; }

h3 {
  font-size: 1.2em;
  margin-bottom: 5px; }

h4 {
  font-size: 1.1em;
  margin-bottom: 3px; }

h5 {
  font-size: 1em;
  margin-bottom: 3px; }

/* lists */

ul {
  padding-left: 2em;
  margin-bottom: 5px; }

li {
  color: #e30223;
  line-height: 1.3em;
  list-style-type: square; }

li img {
  border: none; }

/* tables */

table {
  padding-bottom: 5px; }

td, th {
  border: 1px solid #d4d4d2;
  padding: 5px; }

th {
  background: #f6f9ee;
  color: #000;
  font-size: 1.1em; }

/* images */

img.medialeft, img.mediaright {
  border: 1px solid #d4d4d2;
  margin-bottom: 5px;
  padding: 1px; }
  
img.medialeft {  
  margin-right: 10px; }

img.mediaright {
  margin-left: 10px; }

/* divs */

div.editButtons {
  margin: 4px 0; } 

div.li {
  color: #333; }

div#size__ctl {
  float: right; }

/* forms */

form {
  margin-bottom: 20px; }

button, fieldset, input, textarea {
  border: 1px solid #d4d4d2;
  margin: 1px;
  padding: 1px; }

fieldset {
  background: #f6f9ee;
  margin: 30px 120px;
  padding: 10px;
  text-align: right; }

legend {
  color: #d4d4d2;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px; }

textarea {
  font: 0.9em "Lucida Console", fixed;
  margin: 5px 0;
  padding: 5px;
  max-width: 500px; }

/* layout */

#container {
  background: #d4d4d2 url('/lib/tpl/cosmetic/img/background.png') repeat-y;
  border: 1px solid #d4d4d2;
  border-bottom: none;
  border-top: none; 
  font-size: 1.2em;
  margin: 0 auto;
  min-height: 100%;
  overflow: auto;
  text-align: left;
  width: 780px; }

#container_left {
  float: left;
  padding: 30px 20px;
  width: 510px; }

#container_foot {
  clear: both;
  font-size: 0.8em;
  margin: 10px 0; }

/* misc */

#content {
  overflow: auto; }

#info {
  background: #f6f9ee;
  border-bottom: 1px solid #d4d4d2;
  padding: 7px 10px; }

#info p {
  padding: 3px 0;
  text-align: left; }

#tools {
  padding: 5px 0; }

#tools img {
  border: none; }

#copy {
  text-align: center; }

/* sidebar */

#container_right {
  float: right;
  margin-top: 30px;
  width: 230px; }

#container_right img {
  border: none; }

#container_right ul {
  border-top: 1px solid #d4d4d2;
  margin: 15px;
  padding: 0; }

#container_right ul li {
  border-bottom: 1px solid #d4d4d2;
  list-style-type: none;
  padding: 10px; }

#container_right ul li a {
  border-left: 6px solid #e30223;
  color: #333;
  display: block;
  line-height: 6px;
  padding-left: 0.5em;
  text-decoration: none;
  text-transform: uppercase; }/* plugin:box */

div.box {
  border-bottom: 1px solid;
  margin: 5px auto;
  padding: 5px;
  overflow: hidden;
  width: 100%; }

div.box p {
  margin: 0;
  padding: 0;
  padding-bottom: 2px; }

div.box p.box_title, div.box p.box_caption {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left; }

div.box p.box_title {
  margin-bottom: 0; }

div.box p.box_caption {
  margin-top: 4px;}

div.box .box_content {
  margin: 0;
  padding: 5px; }

/* floating alignment */

div.box.left {
  float: left;
  margin-right: 10px; }
 
div.box.right {
  float: right;
  margin-left: 10px; }

div.box.clear {
  clear: both; }

/* colours */
/* default */
div.box, div.box .box_content, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  border-color:  #d4d4d2; }

div.box, div.box .xbox, div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4 {
  background: #f6f9ee; }

/* blue */
div.box.blue, div.box.blue > * > .box_content, div.box.blue > .xbox, 
div.box.blue > * > .xb1, div.box.blue > * > .xb2, div.box.blue > * > .xb3, div.box.blue > * > .xb4 {
  border-color:  #bbbbdd;
}

div.box.blue, div.box.blue > .xbox, 
div.box.blue > * > .xb1, div.box.blue > * > .xb2, div.box.blue > * > .xb3, div.box.blue > * > .xb4 {
  background: #e4ecf8;
}

div.box.blue > * > p.box_title, div.box.blue > * > p.box_caption {background: #cad0ee;}
div.box.blue > * > .box_content {background: #f4f8fd;}
