/*  
  111111 - bodybackground, textarea background etc... 
  000000 - textarea and input focus background
  1f1f25 - content and sidebar-background
  32323b - light grey for postmetadata-background an footer-color etc.
  bff036 - yellowish
  6ed611 - green
*/

* {
  padding: 0;
  margin: 0;
}

html, body {
	width:100%;
	height:100%;
}

body {
  background: #111 url(images/background-Kopie.gif) repeat-x;
  color: #fff;
  font: normal 14px/20px "Lucida Grande", Arial, Helvetica, sans-serif;
  font-style:normal
}

a, a * {
  color: #bff036; /* gelblich */
  color: #6ed611; /* gruen */
  -moz-user-select:none;
  outline-color:invert;
  outline-style:none;
  outline-width:medium;
  text-decoration: none;
}
  
a:hover {
  text-decoration: none;
  color: #bff036;
}

a img{
  border: none;
}

.externalURL {
  color: #bff036;
}

strong, b {
  font-weight: bold;
}

em, i, ins {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #bff036;
  cursor: help;
}

del {
  text-decoration: line-through;
}

em b, i b, b i, b em,
strong i, strong em, em strong, i strong {
  font-style: italic;
  font-weight: bold;
}

input, textarea {
  border: 1px solid #6ed611;
  background: #111;
  color: #fff;
  padding: 5px;
  max-width: 100%;
}

select {
  border: 1px solid #6ed611;
  background: #111;
  color: #fff;
}

select option {
  background: #111;
  color: #fff;
  padding: 5px;  
}

input:focus, textarea:focus, select option:focus {
  background: #000;
}

/**
 * Start Default Container Stuff 
 *************************************/
#container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#header {
  position: absolute;
  left:55px;
  top:15px;
  display:none;
}
#navi {
  list-style:none;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/navi_bg.png) top left repeat-x;
  width: 660px;
  z-index: 4;
  height:50px;
}
#navi li{
  float:left;
  height:100%;
  
  border-right:1px solid #00ffce;
}
#navi li.first a:hover{
  background: url(images/navi_bg_invers.png) left top repeat-x;
}
#navi li a:hover{
  background: url(images/navi_bg_invers.png) center top repeat-x;
}
#navi li a{
  color:#222;
  display:block;
  padding:12px 20px;
}
#navi li a:hover{
  color:#111;
}
#subnavi {
  list-style:none;
  padding-left:10px !important;
  padding-right:0 !important;
}
#subnavi li{
  float:left;
  padding:0 10px;
  border-right:1px solid #fff;
}
#subnavi li a{
  display:block;
}
#subnavi li a:hover{

}
#maincontainer {
  position: relative;
  top:70px;
}

#contentcontainer {
  position: relative;
  width: 740px;
  z-index: 5;
}

#contenttop, #sidebartop {
  height: 40px;
  background: url(images/top_bg.png) top right no-repeat
}

#content {
  background: url(images/bg.png) top left repeat-y;
  padding: 0 20px 30px 20px;
  min-height: 700px;
  height: auto !important;
  height: 700px;  
}

#contentbottom, #sidebarbottom {
  height: 40px;
  background: url(images/bottom_bg.png) top right no-repeat;  
}

#sidebarcontainer {
  position: absolute;
  top: 20px;
  left: 720px;
  width: 245px;
  z-index: 1;
}

#sidebar {
  background: url(images/bg.png) top right repeat-y;
  padding: 20px 40px 40px 25px;
}

#footer {
  width: 660px;
  text-align: center;
  padding: 20px 40px 40px 40px;
}

/**
 * Deafult Content Stuff 
 *************************************/
#content h1, #content h2,	
#content p, #content pre, #content blockquote, 
#content ul, #content ol, #content form,
#content #searchform {
  margin-bottom: 20px;
}

#content h2 {
  position: relative;
  display: block;
  height: 40px;
  padding: 0 20px 8px 20px;
  margin-bottom: 10px;
  font: bold 20px/40px "Lucida Grande", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  background: url(images/heading_bg.png) top left repeat-x #6ed611;
  color: #222;
  cursor: pointer;
  overflow: hidden;
  clear: both;
} 

h3, h4, h5, h6{
padding: 0 20px 8px 20px;
font-weight:bold;
color:#AEAEB7;
}

#content h2 span {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 660px;
  height: 40px;
  color: #222;
  font: normal 14px/40px "Lucida Grande", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  text-align: right;
}

#content h3, #content h3 a {
  font: bold 20px/28px "Lucida Grande", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #fff;  
  padding: 0 20px;
}

#content h3 a {
  padding: 0;
}

#content p, #content form{
  text-align: justify;
  padding: 0 20px;
}

#content blockquote {
  margin: 0 20px 20px 20px;
  background: url(images/blockquote_bg.png) top left no-repeat;
  /* we want the bg-image to show completely */
  min-height: 51px;
  height: auto !important;
  height: 51px;  
}

#content pre {
  font:normal 12px/14px "Lucida Console", "Courier New", Courier, monospace;
  border: 1px solid #6ed611; 
  background: #111;
  margin: 0 20px 20px 20px;
  padding: 5px;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;       /* Opera 4-6 */
  white-space: -o-pre-wrap;       /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
#content code{
font:normal 12px/14px "Lucida Console", "Courier New", Courier, monospace;
}

#content ul, #content ol {
  padding-left: 60px;
  padding-right: 60px;
}

#content ul li , #content ol li {
  text-align: left;
}

#content ul li ul, #content ol li ol {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

#content #searchform {
  padding: 0 20px;
}

/**
 * Specical Content Stuff 
 *************************************/
 
#content p.postmetadata,
#content p.postmetadataleft {
  clear: both;
  background: #32323b;
  text-align: right;
  padding: 7px 20px;
  /* margin-bottom will sometimes be neglected by mootools accordion
     that's why we use a 20px border with the content-bg-color here */
  margin-bottom: 0px;
  border-bottom: 20px solid #1f1f25;
}

#content p.postmetadataleft {
  text-align: justify;
}

#content div.post {
  
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

#content .entry .attachment {
  text-align: center;
  margin-bottom: 0;
}

#content .entry .attachment img {
  float: none;
}

/**
 * Sidebar 
 *************************************/

#sidebar ul {
  padding-left: 5px;
  list-style: none;
}

#sidebar ul li ul {
  list-style: circle;
  padding-left: 20px;
  margin-bottom: 14px;
}

/* Subcategorys and Subpages without maring-bottom */
#sidebar ul li ul li ul {
  margin-bottom: 0px;
}

#sidebar #s {
  width: 125px;
  border: 1px solid #6ed611;
  background: #111;
}

#sidebar #s:focus {
  background: #000;
}

#searchsubmit {
  border: none;
  background: #1f1f25;
  cursor: pointer;
}

.searchformdiv {
  margin-bottom: 10px;
}

#sidebar h2, #sidebar h2 a {
  font: normal 20px/40px "Lucida Grande", Arial, Helvetica, sans-serif;
  color: #fff;
}

/* If Calendar */
#sidebar table {
  margin-bottom: 14px;
}

/* Current selected Pages and Categories */
#sidebar ul li ul li.current_page_item a,
#sidebar ul li ul li.current-cat a {
  color: #bff036;
  text-decoration: line-through;
}

#sidebar ul li ul li.current_page_item ul li a,
#sidebar ul li ul li.current-cat ul li a {
  color: #6ed611;
  text-decoration: none;
}

#sidebar li#wp_tag_cloud {
  list-style: none;
}

/**
 * Comments & CForms 
 *************************************/

#commentlist {
  list-style: none;
}

#commentlist li {
  border: 1px solid #6ed611;
  padding: 14px 0;
  margin-bottom: 10px;
  background: #1f1f25;
}

#commentlist li.odd {
  background: #32323b; 
}

#commentlist li.authorcomment {
  background: #111;
  margin-left:25px;
}

#commentlist li#newcomment {
  background: #000;
}

#commentlist li p {
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}

#commentlist li p.commentmetadata, 
#commentlist li p.commentmetadata * {
  font-size: 12px;
  color: #6ed611;
  clear: both;
}

#commentsformlist {
  list-style: none;
}

#commentsformlist li {
  clear: both;
  margin-bottom: 10px;
}

#commentsformlist li label {
  display: block;
  width: 180px;
  float: left;
  margin-bottom: 10px;
}

#commentsformlist li textarea {
  width: 470px;
  max-width: 100%;
  overflow: auto; 
  margin-bottom: 10px;
}

#commentsformlist li input {
  width: 280px;
  float: right;
  margin-bottom: 10px;
}

#commentsformlist li #submit {
  cursor: pointer;
  border: none;
  background: url(images/button_bg.png) top left no-repeat #6ed611;
  text-align: center;
  display: block;
  width: 160px;
  height: 30px;
  color: #222;
  font-weight: bold;
  float: none;
}

#comments, #respond {
  border-top: 20px solid #1f1f25;
}

#content .commenterror {
  color: #6ed611;
  font-weight: bold;
}

/**
 * Buttons at the top. 
 *************************************/

#buttons {
  position: relative;
  height: 23px;
  text-align: right;
  padding: 0 0 20px 0 ;
}

#buttonsleft {
  text-align: left;
  position: absolute;
  top: 0px;
  left: 0px;
}

#content img.button {
  cursor: pointer;
  margin: 0 10px;
  float: none;
}

#content img.gravatar {
  height: 60px;
  width: 60px;
  border: 1px solid #6ed611;
  float: left;
  margin: 2px 10px 5px 20px;
}

/**
 * Other Stuff, Header, Footer etc... 
 *************************************/

#hometop {
  height: 0px;
  width: 0px;
  background: #111;
  position: absolute;
  top: 0px;
  left: 0px;
}

#header h1 {
  display: block;
  font: bold 50px "Lucida Grande", Arial, Helvetica, sans-serif;
  letter-spacing: -3px;
  color: #fff;
}

#footer * {
  color: #32323b;
  font: normal 12px/14px "Lucida Grande", Arial, sans-serif;
}

.tool-tip {
  background: url(images/tooltip_bg.png) top left no-repeat;
	color: #fff;
	width: 362px;
  height: 37px; /* more because of padding, better for ie though. */
  padding-top: 8px;
z-index: 10000;
  text-align: center;
}

.tool-title {
  display: none;
}

hr.clear{
clear:both;
visibility:hidden;
height:0;
line-height:1px;
font:1px/0px monospace;
margin:1em 0;
}

/* @group geshi */
.html4strict .kw2,.html4strict .kw3 {color: #fff}
.kw1 {color: #1b609a}
.kw2 {color: #6ed611}
.me1 {color: #888}
.kw3, .re0, .sc1 {color: #784e0c}
.br0 {color: #444}
.st0 {color: #bff036}
.co1, .coMULTI {	color: #888}
.nu0 {color: #70483d;}
/* @end */