html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ##### LAYOUT ##### */
body {
  font-family: 'Bitstream Vera Sans', 'Lucida Grande', sans-serif;
}
.container {
  background: #FFF url(/images/layout/sidebar_bg.gif) left top repeat-y;
  width: 900px;
  margin: 73px auto 0 auto;
}
.content {
  float: right;
  width: 660px;
  margin: 20px 0;
}
.sidebar {
  float: left;
  width: 130px;
  padding: 40px 10px 10px 10px;
  background-color: #F5F5F5;
}
.header {
  position: absolute;
  top: 0;
  height: 73px;
  width: 100%;
  background: #195E55 url(/images/layout/header_bg.png) left bottom repeat-x;
}
.header .container {
  background: none;
  margin: 0 auto;
}
.header .headline {
  width: 361px;
  margin-left: 39px;
  background-color: blue;
}
.header .headline a.v {
  display: block;
  position: absolute;
  float: left;
  width: 82px;
  height: 97px;
  background: transparent url(/images/layout/headline_1.png) left top no-repeat;
}
.header .headline a.v:hover {
  background: transparent url(/images/layout/headline_1.png) 0 -97px no-repeat;
}
.header .headline .enlix {
  float: right;
  width: 275px;
  height: 60px;
  background: transparent url(/images/layout/headline_2.png) top left no-repeat;
}
.header .navigation {
  float: right;
}
.article {
  margin-bottom: 25px;
  position: relative;
}
.article_sidebar {
  text-align: center;
  font-family: Arial, sans-serif;
  color: #666;
  background-color: #CCC;
  position: absolute;
  top: 0;
  left: -45px;
  width: 35px;
}
.article_sidebar span {
  display: block;
  font-weight: bold;
  background-color: #F5F5F5;
  line-height: 14px;
}
.article_sidebar span.day {
  font-size: 1.25em;
  padding-top: 5px;
}
.article_sidebar span.month {
  font-size: 0.875em;
  padding-top: 3px;
}
.article_sidebar span.year {
  font-size: 0.625em;
  padding-bottom: 2px;
  margin-bottom: 24px;
}
.article_sidebar a.balloon {
  color: #FFF;
  font-size: 0.8125em;
  line-height: 1em;
  display: block;
  height: 23px;
  width: 35px;
  position: absolute;
  bottom: -4px;
  left: 0;
  padding-top: 2px;
  text-decoration: none;
  background: transparent url(/images/layout/comment_balloon.gif) top center no-repeat;
}
.article_sidebar a.balloon:hover {
  background: transparent url(/images/layout/comment_balloon.gif) 3px -25px no-repeat;
  color: #FFF;
}
.comment {
  position: relative;
  border-top: 2px #CCC solid;
}
.comment .picture {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 5px;
  border: 1px #E3E3E3 solid;
}
.comment .author {
  position: absolute;
  left: 45px;
  top: 5px;
  font-size: 0.8125em;
  font-weight: bold;
}
.comment .datetime {
  position: absolute;
  right: 0;
  top: 5px;
  color: #666;
  font-size: 0.8125em;
}
.comment .text {
  margin: 25px 0 0 45px;
}
.comment div, .comment h5 {
  overflow: hidden;
}
.clear {
  clear: both;
}
.with_border {
  border-top: 2px #CCC solid;
  padding-top: 1em;
}
.photo {
  float: right;
  margin: 0 0 50px 50px;
  border: 2px #CCC solid;
}
.contact {
  margin: 0 0 -2px 7px;
}

/* ##### TEXT ##### */
.sidebar .about_text {
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  color: #333;
  margin-bottom: 2em;
}
.archiv ul {
  list-style: circle;
  margin-left: 16px;
  font-size: 0.8125em;
}
.archiv ul li {
  margin-bottom: 3px;
}
.archiv ul li span {
  color: #999;
}
.content h2, .content h3, .content h4 {
  font-weight: bold;
  font-size: 1.6em;
  font-family: Arial, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.content h3 {
  font-size: 1.2em;
  margin-top: 15px;
}
.content h4 {
  font-size: 1em;
  margin-top: 15px;
}
.content p {
  font-size: 0.8125em;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.content strong {
  font-weight: bold;
}
.content em {
  font-style: italic;
}
code {
  font-family: 'Bitstream Vera Sans', 'Lucida Grande', sans-serif;
  background-color: #F8F8F8;
  border: 1px solid #E5E5E5;
  padding: 0 3px 0 2px;
  white-space: nowrap;
}

/* ##### LINKS ##### */
.navigation a {
  color: #D7F4F1;
  font-size: 0.8125em;
  font-weight: bold;
  float: left;
  margin: 5px 0 0 12px;
  padding-bottom: 3px;
}
.navigation a:hover {
  color: #FFF;
  border-bottom: 2px solid #11423C;
}
.content a, .sidebar a {
  color: #0066CC;
  text-decoration: underline;
}
.content a:hover, .sidebar a:hover {
  color: #999;
}
.content h2 a {
  color: #000;
  text-decoration: none;
}
.content h2 a:hover {
  color: #0066CC;
}
.email {
  margin: 0 0 -2px 6px;
}
.sidebar .twitter, .sidebar .feed {
  display: block;
  font-size: 0.8125em;
  line-height: 1.15em;
  padding: 0 5px 1em 23px;
  background: url(/images/content/feed.png) top left no-repeat;
}
.sidebar .twitter {
  background: url(/images/content/twitter.png) top left no-repeat;
}

/* ##### FORM ##### */
form {
  margin-right: 150px;
}
form textarea {
  width: 100%;
  height: 120px;
}
form p.left_column {
  width: 245px;
  float: left;
}
form p.right_column {
  width: 245px;
  margin-left: auto;
}
form input {
  width: 100%;
}
form .fake_email {
  display: none;
}
form div {
  position: relative;
  margin: 0;
  padding: 0;
}
form label {
  font-weight: bold;
}
form .optional label {
  font-weight: normal;
}
form input.button {
  width: 120px;
  margin-top: 18px;
  height: 27px;
  padding-bottom: 3px;
}

/* ##### ERROR MESSAGES ##### */
.field_with_errors label {
  color: #B80808;
}
#errorExplanation {
  width: 434px;
  border: 2px solid #B80808;
  padding: 8px;
  background-color: #F5F5F5;
  margin-bottom: 20px;
}
#errorExplanation h2 {
  font-size: 1em;
}
#errorExplanation p {
  margin-bottom: 3px;
}
#errorExplanation ul li {
  font-size: 0.8125em;
  list-style: disc;
  margin: 0 0 3px 20px;
}


.CodeRay pre {
  padding: 3px 5px;
  margin-bottom: 1em;
  overflow: auto;
  border: 1px solid silver;
  background-color: #F8F8F8;
}

.CodeRay pre {
  font-family: 'Terminal', monospace;
  font-size: 13px;
  line-height: 16px;
  color: #100;
}

span.CodeRay { white-space: pre; border: 0px; padding: 2px }

table.CodeRay { border-collapse: collapse; width: 100%; padding: 2px }
table.CodeRay td { padding: 2px 4px; vertical-align: top }

.CodeRay .line_numbers, .CodeRay .no {
  background-color: #def;
  color: gray;
  text-align: right;
}
.CodeRay .line_numbers tt { font-weight: bold }
.CodeRay .no { padding: 0px 4px }
.CodeRay .code { width: 100% }

ol.CodeRay { font-size: 10pt }
ol.CodeRay li { white-space: pre }

.CodeRay .code pre { overflow: auto }

.CodeRay .af { color:#00C }
.CodeRay .an { color:#007 }
.CodeRay .at { color:#f08 }
.CodeRay .av { color:#700 }
.CodeRay .aw { color:#C00 }
.CodeRay .bi { color:#509; font-weight:bold }
.CodeRay .c  { color:#888; }

.CodeRay .ch { color:#04D }
.CodeRay .ch .k { color:#04D }
.CodeRay .ch .dl { color:#039 }

.CodeRay .cl { color:#B06; font-weight:bold }
.CodeRay .co { color:#036; font-weight:bold }
.CodeRay .cr { color:#0A0 }
.CodeRay .cv { color:#369 }
.CodeRay .df { color:#099; font-weight:bold }
.CodeRay .di { color:#088; font-weight:bold }
.CodeRay .dl { color:black }
.CodeRay .do { color:#970 }
.CodeRay .dt { color:#34b }
.CodeRay .ds { color:#D42; font-weight:bold }
.CodeRay .e  { color:#666; font-weight:bold }
.CodeRay .en { color:#800; font-weight:bold }
.CodeRay .er { color:#F00; background-color:#FAA }
.CodeRay .ex { color:#F00; font-weight:bold }
.CodeRay .fl { color:#60E; font-weight:bold }
.CodeRay .fu { color:#06B; font-weight:bold }
.CodeRay .gv { color:#d70; font-weight:bold }
.CodeRay .hx { color:#058; font-weight:bold }
.CodeRay .i  { color:#00D; font-weight:bold }
.CodeRay .ic { color:#B44; font-weight:bold }

.CodeRay .il { background: #eee; color: black }
.CodeRay .il .il { background: #ddd }
.CodeRay .il .il .il { background: #ccc }
.CodeRay .il .idl { font-weight: bold; color: #777 }

.CodeRay .im { color:#f00; }
.CodeRay .in { color:#B2B; font-weight:bold }
.CodeRay .iv { color:#33B }
.CodeRay .la { color:#970; font-weight:bold }
.CodeRay .lv { color:#963 }
.CodeRay .oc { color:#40E; font-weight:bold }
.CodeRay .of { color:#000; font-weight:bold }
.CodeRay .op { }
.CodeRay .pc { color:#038; font-weight:bold }
.CodeRay .pd { color:#369; font-weight:bold }
.CodeRay .pp { color:#579; }
.CodeRay .ps { color:#00C; font-weight: bold; }
.CodeRay .pt { color:#349; font-weight:bold }
.CodeRay .r, .kw  { color:#080; font-weight:bold }

.CodeRay .ke { color: #808; }
.CodeRay .ke .dl { color: #606; }
.CodeRay .ke .ch { color: #80f; }
.CodeRay .vl { color: #088; }

.CodeRay .rx { background-color:#fff0ff }
.CodeRay .rx .k { color:#808 }
.CodeRay .rx .dl { color:#404 }
.CodeRay .rx .mod { color:#C2C }
.CodeRay .rx .fu  { color:#404; font-weight: bold }

.CodeRay .s { background-color:#fff0f0; color: #D20; }
.CodeRay .s .s { background-color:#ffe0e0 }
.CodeRay .s .s  .s { background-color:#ffd0d0 }
.CodeRay .s .k { }
.CodeRay .s .ch { color: #b0b; }
.CodeRay .s .dl { color: #710; }

.CodeRay .sh { background-color:#f0fff0; color:#2B2 }
.CodeRay .sh .k { }
.CodeRay .sh .dl { color:#161 }

.CodeRay .sy { color:#A60 }
.CodeRay .sy .k { color:#A60 }
.CodeRay .sy .dl { color:#630 }

.CodeRay .ta { color:#070 }
.CodeRay .tf { color:#070; font-weight:bold }
.CodeRay .ts { color:#D70; font-weight:bold }
.CodeRay .ty { color:#339; font-weight:bold }
.CodeRay .v  { color:#036 }
.CodeRay .xt { color:#444 }

.CodeRay .ins { background: #afa; }
.CodeRay .del { background: #faa; }
.CodeRay .chg { color: #aaf; background: #007; }
.CodeRay .head { color: #f8f; background: #505 }

.CodeRay .ins .ins { color: #080; font-weight:bold }
.CodeRay .del .del { color: #800; font-weight:bold }
.CodeRay .chg .chg { color: #66f; }
.CodeRay .head .head { color: #f4f; }
