/* loads taken from serendipity theme named Idea. Thanks!  */

body {
  color: #666;
  background: white;
  font-family: verdana, arial, sans-serif;
}

#search {
  width:11em;
}

a,
a:link,
a:visited {
  color: #900;
  text-decoration: none;
}
a:active,
a:hover {
  color: #600;
  text-decoration: underline;
}

img {
  border: 0;
}

em {
    font-style:italic;
}
strong {
    font-weight:bold;
}

h3, h4 {
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
select,
textarea {
  border: 1px #666 solid;
  background-color: white;
  color: #333;
}

input:focus,    input:hover,
button:focus,   button:hover,
submit:focus,   submit:hover,
select:focus,   select:hover,
textarea:focus, textarea:hover {
  background-color: #eee;
}

input.radio,
input[type="radio"],
input[type="checkbox"] {
  border: none;
}

blockquote {
  border: 1px #999 dashed;
  background-image: url(images/quote.gif);
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
  padding: 1em;
  margin: 1em;
  margin-right: 0;
}

::-moz-selection {
  background: #eee;
}

::selection {
  background: #eee;
}

/* Header */

#doc3 {
    margin-top:10px;
}
#hd {
  background-image: url(images/autofrei.png);
  background-repeat: no-repeat;
  height: 150px;
}

#hd h1 {
  font-weight: bolder;
  margin-left: 140px;
  font-size: x-large;
  font-variant: small-caps;
  padding-top: 1em;
}

#hd h2 {
  margin-left: 140px;
  font-weight: bolder;
  font-size: small;
  border-bottom: 1px #666 dashed;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited {
  color: #666;
  text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited {
  color: #666;
  text-decoration: none;
}


/* Sidebar */

#sidebar h1 {
  font-size: small;
  color: #666;
  font-weight: bolder;
  line-height: 140%;
  padding: 0.2em;
  padding-left: 1em;
  letter-spacing: 0.2em;
  padding-bottom: 0;
  border-left: 1px #666 dashed;
  border-bottom: 1px #666 dashed;
}
#sidebar .content {
  color: #333;
  font-size: small;
  padding-top: 0.5em;
  padding-left: 1em;
  border-right: 1px #666 dashed;
  margin-bottom: 1em;
  padding-bottom: 1em;
  list-style-type:none;
}

/* Entries */

.post .date {
  color: #999;
  font-size: small;
  font-weight: bold;
  margin-bottom: 0.7em;
  border-bottom: 1px #999 dashed;
  text-align: right;

  background-image: url(images/clock.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 21px;
  padding-right: 60px;
  vertical-align: bottom;
}

.post h1 {
  padding-bottom: 0.7em;
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase;
}

.post h1 a,
.post h1 a:hover,
.post h1 a:link,
.post h1 a:visited {
  color: #666;
  text-decoration: none;
  font-size:medium;
  font-weight:bold;
  padding-bottom:0.7em;
  text-transform:uppercase;
}

.post {
  margin-bottom:1em;
  clear:both;
}
.entry {
  font-size: small;
  font-weight: normal;
  line-height: 140%;
  padding-left: 1em;
}

.entry_footer {
  padding-top: 1em;
  margin-bottom: 1em;
  clear: both;
  font-size: small;
}

#id_honeypot, label[for=id_honeypot] {display:none;}
h2 {
  padding-bottom: 0.7em;
  font-size: medium;
  font-weight: bold;
  text-transform: uppercase;
}

#yui-main ul {
  list-style-image: url(images/bullet.gif);
  list-style-type: circle;
  padding-left: 1em;
}
a[href^="http"] {
  padding-right: 10px;
  background: transparent url("images/external.png") center right no-repeat;
}
#sidebar a {background-image:none;padding-right:0;}

p { margin-bottom:1em; }
//blockquote p { margin-bottom:0; }

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.msg_important {
    color: red;
}

.msg_notice {
    color: green;
}

.entry_author_self {
}

.comment_author_self {
  border-left: double #699 thick;
  color: #699;
}

.small { font-size:x-small; }

#ft {
    font-size:x-small;
    margin-bottom:1em;
    padding-top:1em;
    text-align:center;
}

/* WYMeditor */

/* Bild: links */
.left /* img */ {
  float: left;
  margin:0.5em 0.5em 0.5em 0;
  /* float: left; margin:0.5em 0.5em 0.5em 0; */
}

/* Bild: rechts */
.right /* img */ {
  float: right;
  margin:0.5em 0 0.5em 0.5em;
  /* float: right; margin:0.5em 0 0.5em 0.5em; */
}

/* Bild: mittig */
.middle /* img */ {
  display:block;
  margin:0.5em auto;
  /* display:block; margin:0.5em auto; */
}
/* Absazu: clear */
.clear /* p */{
  clear:both;
  /* clear: both; */
}

/* Link: Nicht extern */
a.notexternal /* a */ {
  background-image:none;padding-right:0;
  /* position:relative; */
}

/* /WYMeditor */
