/*
CSS Print
*/

* {
  margin: 0; 
  padding: 0; 
}

body { 
  font-family: Verdana, Arial, Sans-Serif; 
  font-size: 62.5%; /* Zurücksetzen 1em auf 11px */
}

#header { border: 0; }

#headerlink { display: none; }

img { border: 0; }

a {
  background: transparent;
  color: black;
  text-decoration: none;
}

hr {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
  border-top: 1px solid #ddd;
  margin: 0 0 20px 0;
}

.line_2 {
  height: 1px;
  clear: both; 
  width: 100%; 
  border-top: 1px solid #ddd;
  margin: 0 0 20px 0;
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
  color: #999;
  text-align: left;
  font-weight: normal;
}

h1 { font-size: 3.9em; margin: 0 0 10px 0; padding-top: 10px; font-family: Georgia, "Times New Roman", Times, serif; }
h2 { font-size: 2.0em; margin: 0 0 10px 0; font-family: Georgia, "Times New Roman", Times, serif; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; font-family: Verdana, Arial, Sans-Serif; font-weight: bold; margin-bottom: 1.2em; }
h5 { line-height: 10px; color: #ffffff; margin: 10px 0 10px 0; }
h6 { line-height: 30px; color: #ffffff; clear: both; width: 100%; border-bottom: 1px solid #ddd; margin: 20px 0 20px 0; }

h1.left { float: left; }

#content_page p { margin-bottom: 1.2em; }

div.postentry p {
  margin-bottom: 1.2em;
}

.post p,
.post ol li, 
.post ul li {
  font-size: 1.2em;
  line-height: 1.5em;
}

.post li li {
  font-size: 1em;
}

.search { display: none; }

#hmenu,
#nav { display: none; }

#sidebar { display: none; }

#footer { display:none; }

#cdorderfull { display: none; }

.post blockquote {
  padding: 0 0 0 1em;
  border-left: 0.4em solid #ccc;
  font-size: small;
}

.postmetadata,
.post-meta {
  clear: both;
  font-size: small;
}

.navigation { display: none; }

#respond,
#commentform, 
#comments .reply { display: none; }

.commentlist img.avatar {
  float: right; 
  margin: 0 0 0 10px; 
  padding: 3px; 
  border:1px solid #eee;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 5px 5px 5px 0;
}

.alignright {
  float: right;
  margin: 5px 0 5px 5px;
}

.postentry table {
  border: 0;
  font-size: 1em;
  background-color: #fff;
  padding: 4px;
}

.postentry table tr td {
  padding: 5px;
  vertical-align: top;
}

.postentry table tr td.blank { border: 0; }

.postentry table tr td.underline { border-bottom: 1px solid #ccc; }

.postentry table tr th {
  border-width: 0;
  padding: 2px;
  color:#666;
  font-weight:bold;
  text-align:center;
}

