/* optik-sommer.de
   Date: 2008/12/10 16:17:30 
 */

* {
   margin:0;
   padding:0;
   border:0;
}

html {
   background-color:#EFEFEF;
}



body {
    font-family:sans-serif;
    padding:5px;
    color: #5F5F5F ;
    word-spacing:0;   /*beseitigt zoom-Fehler IE7*/
}


#seite {
        width:48em;
        margin:auto;
        background-color:#FFFFFF;
        min-width:770px;
        max-width:50em;
}

#kopf {
   background-color: #9e070e ;
}


#navigation {
   border-bottom: 2px solid #9e070e ;
   background-image: url(navi-bg.jpg);
   background-repeat:repeat-x;
   background-color: #e6e6e6 ;
   padding: 15px 0 2px 50px;
}


#navigation a:hover,
#navigation a:focus {
   color: #FFFFFF ;
   text-decoration:underline;
}


#navigation a {
  padding:0 1em 0 0;
  text-decoration:none;
  color: #000000 ;
  letter-spacing:1px;
  font-weight:bold;
  font-size:1em;
}


#inhalt {
         margin: 20px 50px 0 50px;
}

#fuss {
       background:#FFFFFF url(fuss-bg.jpg) repeat-x;
       clear:both;
}

#fuss_zeile {
  background-color: #454545;
  color: #FFFFFF ;
  font-size:0.6em;
  letter-spacing:2px;
  padding-left:50px;
  padding-top: 20px;
  margin-top: 60px ;
  border-top: 3px solid #9e070e ;
}


#fuss_zeile a.hidden-footer {
             color:#4d4d4d;
}

#fuss_zeile a {
               color:#CFCFCF;
               padding-left:0em;
}

#blauer-punkt {
               vertical-align:middle;
               margin-top:1em;
               float:left;
}


/*End sommer*/ 
 
hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid #666666;
}


ul {
  margin-top: 0.5em;
  padding-left: 1.5em;
  /*list-style-image: url(ul-img.gif);*/
  list-style-type:disc;
}

ol {
  margin-top: 0.5em;
  padding-left: 1.5em;
  list-style-type:decimal;
}



td {
  padding-left: 0.2em;
  padding-right: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  border: 1px solid #666666;
}

th {
  font-weight: bold;
  padding-left: 0.2em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 1px solid #666666;
}

table.noborder td {
  border: 0;
}

table.noborder th {
  border: 0;
}

table.noborder {
  border: 0;
}


table {
  border: 1px solid #666666;
  border-collapse: collapse;
}


pre {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 11px;
  border: 1px dashed #ff6600;
  padding: 4px;
  background-color: #fafafa;
}

p {
  margin-top: 1em;
}

h1, h2, h3, h4, h5 {
  color: #9e070e;
}

h1 {
  margin-top: 0.0em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.5em;
}

h2 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.25em;
}

h3 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.15em;
}

h4 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.06em;
}

h5 {
  margin-top: 1.0em;
  margin-bottom: 0.5em;
  font-weight: normal;
  font-size: 1.0em;
}

p.smallpadding {
  padding-bottom: 0.2em;
}

input {
  margin-top: 3px;
  margin-right: 3px;
  background-color: transparent;  
  border:1px solid #666666;
  font-size: 0.8em;
  padding: 2px;
}

input.button, input.wikisearchbutton {
  cursor: hand; /*IE5*/
  cursor: pointer; 
}

input.text, input.wikisearchbox {
  border-color: #666666;
}

input.textleft
{
  border-color: #666666;
  background-color: #ffffff;
}

input.buttonleft
{
  cursor: hand; /*IE5*/
  cursor: pointer; 
  border-color: #666666;
  color: #0000ff;
  background-color: #cccccc;
}

input.wikisearchbox {
  width:20em;
}

#menusearch input.textleft {
  width: 7em;
}


textarea.textarea {
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #ffffff;
  border: 1px solid #666666;
}


a { 
  font-weight: normal; 
  color: #9e070e; 
  text-decoration: none;
  font-family: sans-serif;
}

a:visited {
  font-weight:normal; 
  color: #8d1d2c; 
  text-decoration: none; 
}

a:hover { 
  font-weight:normal; 
  color: #cc0000; 
  text-decoration:underline; 
}

a.framelink {
  border: 1px solid #666666;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

p.warn {
  color: #FF0000;
}


/* General PmWiki */

.diffbox { 
  border:1px #999999 solid; 
  margin-top:1.33em; 
}

.diffauthor { 
  font-weight:bold; 
}

.diffchangesum { 
  font-weight:bold; 
}

.difftime { 
  font-size:66%; 
  background-color:#dddddd; 
}

.difftype { 
  clear:both; 
  font-size:66%; 
  font-weight:bold; 
}

.diffadd { 
  border-left:5px #99ff99 solid; 
  padding-left:5px; 
}

.diffdel { 
  border-left:5px #ffff99 solid; 
  padding-left:5px; 
}

.diffrestore { 
  clear:both; 
  font-size:66%; 
  margin:1.5em 0px; 
}


.indent { 
  margin-left:40px; 
}

.outdent {
  margin-left:40px; 
  text-indent:-40px;
}

.vspace {
  margin-top: 1.0em;
}

.note { 
  color:green; 
  font-style:italic; 
}

.editconflict { 
  color:green; 
  font-style:italic; 
  margin-top:1.33em; 
  margin-bottom:1.33em; 
}

/* Print */
@media print {
  #fuss_zeile {
    display: none;
  }  

  #fuss {
    display: none;
  }  
  
  h1, h2, h3, h4 {
    color: #000;
    font-weight: bold;
  }
  
  a {
    color: #aaaaaa;
  }

  pre {
    border: 1px dashed #000000;
    font-size: 9pt;
    padding: 8px;
  }
}
