html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 15px;
  color: #7F7F7F;
}

p {
  line-height: 125%;
}

body, th, td, input, textarea, select, option {
  font-weight: normal;
  font-family: Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
}

input, textarea, select, option {
  border: 1px solid #767676;
}

img {
  border: 8px solid #333333;
  display: block;
  margin: 0 auto;
}

h1, h2, h3 {
  letter-spacing: 1px;
  font-weight: normal;
  color: #555;
  font-family: verdana,arial,sans-serif;
}

h1 {
  font-size: 30px;
  font-weight: bolder;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 1em;
}

blockquote {
  padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}

a {
  color: #7ACE11;
  font-weight: bold;
  outline: none;
}

a:hover {
  text-decoration: none;
  border-bottom: 3px solid #7ACE11;
}

a:visited {
  color: #4a7a0b;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


/* Header */

#header {
  height: 97px;
  margin: 0px auto 0px auto;
  background: #222222;
  border-bottom: 1px solid #000;
  font-family: Monospace;
}

/*
#logo a {
  height: 97px;
  width: 135px;
  float: left;
  display: block;
  background: url(../images/immerda_logo.jpg) left top no-repeat;
}
*/

#header a:hover {
  border-bottom: none;
}

/* Menu */

#navi {
  float: right;
}

#navi ul {
  margin: 0px;
  padding: 50px 0px 0px 0px;
  list-style: none;
}

#navi li {
  display: inline;
}

#navi a {
  display: block;
  float: left;
  margin-left: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.36em;
  color: #FFFFFF;
}

#navi a:hover, .active a {
  border-bottom: 3px solid #FFFFFF;
}

#languages {
  display: block;
  padding: 80px 10px 5px 90px;
}

#languages ul {
  margin: 0px;
  list-style: none;
  line-height: normal;
}

#languages li {
  display: inline;
}

#languages a {
  float: left;
  margin-left: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  text-transform: lowercase;
  color: #FFFFFF;
}

.translate {
  font-weight: normal;
}

#languages a:hover, .active a {
  border-bottom: 1px solid #FFFFFF;

}

div#rss {
  float:right;
  width: 30px;
  margin: 10px 10px 0 10px;
}

div#rss img {
  border-style: none;
}

/* Content */

#topbox {
  padding: 2px 50px 5px 70px;
  margin: 0px;
  background:#F0F0E5;
  border-bottom: 2px solid #767676;
}

#topbox h1 {
  color: #60d545;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}

#topbox p {
  margin-top: 5px;
  line-height: 120%;
}

#techmessages {
  clear: both;
  float: right;
  display: block;
  width: 30%;
  padding: 15px 20px 10px 30px;
  margin: 20px 50px 50px;
  border: none;
  background-color: #222222;
  color: #aaa;
}

#techmessages p {
  line-height: 120%;
  font-size: 14px;
}

#techmessages h1 {
  color: #d2d2d2;
  font-size: 30px;
  margin-top: 0px;
}

#techmessages h2 {
  font-size: 20px;
  margin: 0px;
  color: #aaa;
}

h2 a {
  color: inherit;
  text-decoration: none;
}

h2 a:hover {
  border-bottom: 2px solid #a6a6a6;
}

h2 a:visited {
  color: inherit;
}


p.msginfos {
  font-style: italic;
  margin-top: 0;
  margin-bottom: 5px;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -4em;
}

.push {
  height: 4em;
}

p.archivelink {
  text-align: center;
}

#content {
  padding: 0 70px 100px;
  min-height: 100%;
  height: 100%;
}


#content h1 {
  border-bottom: 2px solid #767676;
}

div.fronth1 {
  width: 60%;
}

#content h2 {
  text-transform: none;
  margin-bottom: 2px;
}


#bottombox {
  padding: 10px 70px;
  margin: 0px;
  background: #F0F0E5;
  border-top: 1px solid #767676;
  clear: both;
}

#bottommenu h1 {
  font-size: 20px;
  margin: 0px 0px 5px 0px;
}

ul.bottommenuitem {
  margin: 0px 30px 30px 5px;
  list-style: none;
  padding-left: 10px;
  border-left:1px dotted #CCCCCC;
  float: left;
}
ul.bottommenuitem li {
  font-weight: bolder;
  font-size: 18px;
}
ul.bottommenuitem li li {
  margin-top: 2px;
  font-size: 15px;
}
ul.bottommenuitem ul {
  padding-left: 15px;
  list-style: none;
}

/* Archive */

ol.archive
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.archive span.date
{
  float: left;
  display: block;
  width: 7em;
  padding-right: 1em;
  text-align: right;
}

#friendslistOuter {
  width: 100%;
  float: left;
  background-color: #222222;
}  

#friendslist {
  padding: 10px 70px;
  float: left;
}

#friendslist ul {
  padding: 0px;
  list-style: none;
  letter-spacing: 2px;
  float: left;
  margin: 0px 5px 0px 5px;
}

#friendslist p {
  margin: 0px;
  font-size: 20px;
  letter-spacing: 1px;
}

#friendslist li {
  display: inline;
}

/* Footer */

#footer {
  clear: both;
  width 100%;
  padding: 5px 75px 5px 75px;
  margin: 0 0 5px 0;
  background: #222222;
}

#footer p {
  text-align: right;
  font-size: 10px;
  color:#7F7F7F;
}

.nofloat {
 float: none !important;
}

code {
  line-height: 200%;
  background-color:#333333;
  border:1px solid black;
  color:white;
  padding: 2px;
}

pre {
  width: 100%;
  padding: 5px 5px 5px 15px;
  border: 1px dashed #222222;
  background: none repeat scroll 0 0 #F0F0E5;
}

pre code {
  width: 100%;
  display:block;
  padding:2px 10px;
}

p.moreimmerda {
  text-align: right;
  margin: 0px 5px 5px 5px;
}
p.immerdais {
  font-size: 150%;
  margin: 5px 5px 5px 45px;
  line-height: normal;
  padding: 0;
}
