/* Allgemein */
input, textarea, select {
   border: 1px solid #333333;
   background: #FFFFFF;
   font: 12px Tahoma;
   color: #333333;
}

  html {
    font: 11px verdana;
  }
  ul {
    margin: 0px;
    padding: 0px;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: lighter;
    font-family: Verdana;
  }
  p {
    font-weight: normal;
    margin: 0px;
    padding: 10px;
  }
  a {
    text-decoration: none;
  }
  hr{
    background-color: #ccc;
    width: 400px;
    margin-top: 20px;
  }
  img{
    border: 0px;
    margin-right: 5px;
    margin-top: 2px;
  }

/* Design Boxen */
  #container {
    width: 913px;
    margin: 0 auto;
  }
  #container #left_bar {
    width: 155px;
    float: left;
  }
  #container #mid_bar {
    position: relative;
    left: 0px;
    width: 603px;
    float: left;
  }
  #container #right_bar {
    left: 0px;
    float: right;
    width: 155px;
    position: relative;
    margin: 0px;
  }
  #container #header {
    font: 11px verdana;
    color: #FFF;
    background: url(../images/new/header.gif);
    height: 90px;
    padding: 27px 0 0 400px;
  }
  #container #content{
    background: #00FF00;
  }
  #container #m_content {
    background: url(../images/new/m_fill.gif);
    padding: 5px 20px 0 35px;
  }
  #container #m_footer {
    background: url(../images/new/m_foot.gif);
    height:25px;
    position: relative;
    bottom: 100%;
    text-align: center;
    font-size: 7pt;
  }
  ul#l_content {
    background: url(../images/new/l_fill.jpg);
    padding: 0px 20px 0 20px;
    font-size: 12px;
    font-color: 1E6EC7;
    list-style: none;
  }
  #container #l_footer {
    background: url(../images/new/l_foot.jpg);
    height:12px;
  }
  #container #l_head {
    background: url(../images/new/l_head.jpg);
    height: 51px;
  }
  ul#r_content {
    background: url(../images/new/r_fill.jpg);
    padding: 0px 20px 0 10px;
    list-style: none;
  }
  #container #r_footer {
    background: url(../images/new/r_foot.jpg);
    height:12px;
  }
  #container #r_head {
    background: url(../images/new/r_head.jpg);
    height: 51px;
  }
/* Code Menü */
  input{

  }

  textarea{
    background-color: #efefef;
    border: 1px dashed #37af55;
  }
  h2.breaking{
    clear: both;
  }
  h1.klappenzu{
    clear: both;
  }
  h1.klappenoffen{
    clear: both;
  }
  div.code_menu{
    background-color: #eee;
    border: 1px dashed #37af55;
    padding 10px;
    margin-right: 10px;
    overflow: auto;
  }
  ul.project_menu{
    list-style: none;
  }
  ul.project_menu li {
    padding: 10px;
    float: left;
  }
  #code_box{
    background-color: #eee;
    border: 1px dashed #37af55;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 10px 0 0px;
    line-width: 50px;
    overflow: auto;
  }
  #code_table{
    background-color: #eee;
    border: 1px dashed #37af55;
    width: 538px;
    line-width: 50px;
    overflow: auto;
  }
  
  /* Gallerie */
  
	.thumb{
		padding: 6px;
	}

