/*
Theme Name: 010
Theme URI: http://www.mhenschel.de
Description: The 2010 default theme for mhenschel.de
Author: me
Version: 1.0
Tags: monochromatic, clear, simple, beautiful
*/

body {
  margin: 0;
  padding: 0;
  background-color: #eee;
  overflow-x: hidden;
  overflow-y: scroll;
}
.clear {
  clear: both;
}
div.vtip {
  background-color: transparent;
  cursor: pointer;
}
p#vtip {
  display: none;
  position: absolute;
  left: 5px;
  padding: 4px 6px;
  font-family: Arial, sans;
  font-size: 13px;
  color: #000;
  font-weight: bolder;
  font-style: italic;
  background: #eee;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  opacity: 0.8;
  z-index: 9999;
}
span.spamschutz {
  unicode-bidi: bidi-override;
  direction:rtl;
}
div.balken {
  width: 100%;
  height: 10px;
  display: block;
  background: transparent url('gfx/45grad.gif') repeat;
  margin: 16px 0;
  clear: both;
}
#wrapper {
  width: 700px;
  background-color: #fff;
  padding: 25px;
  margin: auto;
  margin-bottom: 10px;
  -moz-border-radius-bottomright: 6px;
  -khtml-border-radius-bottomright: 6px;
}
#topteil {
  width: 700px;
  height: auto;
  border-bottom: #000 solid 3px;
  font-family: Tahoma;
  font-size: 11px;
  color: #fff;
  text-align: right;
}
#topteil span {
  background-color: #000;
  padding: 4px 7px 1px 10px;
  cursor: pointer;
}

/*Drop Down Menu Styles*/
#ddmenu {
  margin: 6px 45px 0 0;
  padding: 0;
  position: relative;
  visibility: hidden;
  width: auto;
  font: 11px Tahoma, Arial;
  float: right;
}
#ddmenu li {
  display:inline;
  float: right;
  margin: 0;
}
#ddmenu li a {
  width: auto;
  display: inline;
  color: #bbb;
  padding: 2px 10px;
  background: transparent;
  text-decoration: none;
}
#ddmenu li a:hover {
  color: #ccc;
  padding: 2px 10px;
}

#header h1 {
  font-family: Arial;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  padding: 16px 0 4px 0;
  margin: 0;
}
#header h1 span {
  font-family: 'Trebuchet MS';
  font-weight: 100;
  font-size: 0.5em;
  margin-left: 7px;
  color: #ddd;
}
#omnictr {
  background: transparent url('gfx/45grad.gif') repeat;
  overflow: hidden;
}
#omnictr ul, #omnictr td {
  padding: 0;
  margin: 0;
}
#omnictr li {
  list-style: none;
}
#omnictr table {
  margin: 0;
}
#omnictr td {
  padding: 0;
}
#omnictr a img {
  border: none;
  margin-top: -20%;
}
#main {
  width: 700px;
}
#main h2 {
  font-family: 'Trebuchet MS';
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  border-bottom: 2px solid #ddd;
  margin: 20px 0 3px;
}
#main h2 a {
  color: #000;
  text-decoration: none;
}
#quickinfo {
  width: 160px;
  font-family: Arial;
  font-size: 11px;
  color: #444;
  margin-top: 2px;
  float: left;
}
#quickinfo a {
  color: #666;
  text-decoration: none;
}
#quickinfo a:hover {
  color: #444;
  text-decoration: underline;
}
#quickinfo ul {
  margin: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
}
#quickinfo li {
  margin-left: 10px;
  list-style: none;
} 
#quickinfo li:before {
  content: '- ';
} 
#cbbg {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: auto;
}
#comment_bubble {
  position: absolute;
  z-index: 10;
  width: 20px;
  margin-top: 4px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
img.kehrt {
  border: none;
  float: right;
  margin: 30px 5px 0 0;
}
div.fliesstext {
  font-family: Arial;
  font-size: 12px;
  line-height: 1.3em;
  float: right;
  width: 500px;
  text-align: justify;
  margin-top: -10px;
}
div.fliesstext p a {
}
div.fliesstext p a:hover {
}
a.more-link {
  color: #999;
  text-decoration: none;
}
a:hover.more-link {
  color: #666;
  text-decoration: none;
}


/* Formular f. Anmerkungen */

#comments, #commentform {
  display: block;
  font-family: Arial;
  font-size: 13px;
  line-height: 1.3em;
  color: #222;
  text-align: justify;
}
#comments {
  width: 100%;
}
#comments h3 {
  font-size: 1.6em;
}
span.zaehler {
  color: #ddd;
  font-weight: bold;
}
span.post-header {
  margin: 0;
}
div.commentBox {
  background-color: #f6f6f6;
  padding: 0 15px;
  margin: 5px 0 15px 15px;
  border: 2px solid #eee;
}
ul.commentlist {
  list-style: none;
}
div.comment {
  height: auto;
  width: 100%;
  padding: 12px;
  background: url(/wp-content/themes/m_mmx/gfx/rasteri.png) repeat;
}
span.datum a, span.datum a:active, span.datum a:visited {
  color: #3b3b3b;
  text-decoration: none;
}
span.datum a:hover, span.datum a:focus {
  color: #666;
  text-decoration: none;
}
#commentform {
  width: 100%;
  margin: 0 0 50px 32px;
}
#commentform form {
  width: 100%;
}
#commentform form textarea {
  width: 480px;
  height: 230px;
}
#commentform form textarea, #commentform form input.textinput {
  border-top: solid #2b2b2b 1px;
  border-right: solid #404040 1px;
  border-bottom: solid #444 1px;
  border-left: solid #2b2b2b 1px;
  background: url(/gfx/45grad.png) repeat;
  color: #efe9e6;
  padding: 2px;
  margin-right: 4px;
  opacity: 0.8;
}
#commentform form small {
  font-size: 0.9em;
  color: red;
}

