*{
    margin: 0;
    padding: 0;    
}
html, body
{
    background-color: #e5e5e5;
    background-image: url(img/verlauf_horizontal.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
}
#seite{
    max-width: 1200px;
    min-width: 950px;
    width: 80%;
    background-color: #FFF;
    margin: 20px auto 10px auto;
    padding: 52px 0px 0px 0px;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px #000000;
}
#header{
    height: 138px;
    background-color: #293b78;
    background-image: url(img/verlauf_horizontal.jpg);
    background-repeat: repeat-y;
    background-position: center;
    position: relative;
    box-shadow: 0 0 10px 5px #000000;
}
#header h1{
    text-align: center;
    color: #ffcc00;
    font-size: 3em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-shadow: 4px 9px 6px #000000;    
}
#header h1:before,
#header h1:after{
    content:".";
    width: 14px;
    height: 165px;
    position: absolute;  
    color: #293b78;
    font-size: 1px;
}
#header h1:before{
    background-image: url();
    left: -14px;
}
#header h1:after{
    background-image: url();
    right: -14px;
}
#header h1 img{
    position: absolute;
    left: 36px;
    top: 3px;
}
#header p{
    text-align: center;
    letter-spacing: 0.3em;
    font-size: 1.5em;
    color: #d9d9d9;
    text-shadow: 4px 9px 3px #000000;
}
#navi{
    padding: 25px 0px;   
}
#navi li{
    display: inline;
    margin: 4px;    
}
#navi li:first-child{
    margin-left: 16px;
}
#navi li a{
    padding: 8px;
    text-decoration: none;
    color: #293b78;
    background-color: #f1f1f1;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}
#navi li a:visited{
    color: #293b78;
}
#navi li a:hover{
    background-color: #e5e5e5;
}
#inhalt h2,
#inhalt h3,
#inhalt h4,
#inhalt h5,
#inhalt h6{
    color: #293b78;
    margin: 2em 16px 0.5em 16px;
    font-weight: normal;
    letter-spacing: 0.15em;
}
#inhalt h2{
    font: 1.2em;
}
#inhalt p{
    line-height: 1.3em;
    margin: 0.5em 16px;
}
#inhalt ul{
    margin: 0.5em 16px;
}
#download-button{
    background-image: url(img/verlauf_horizontal.jpg);
    background-position: center;
    width: 330px;
    
    padding: 3px!important;
    margin: 10px auto !important;
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0 #000000; 
}
#download-button a:link,
#download-button a:visited,
#download-button a:hover{
    text-decoration: none;
    color: #ffcc00;
    background-image: url();
    background-repeat: no-repeat;
    background-position: left;
    letter-spacing: 0;
    padding: 15px 0px 15px 65px;
    font-weight: bold;
    display: block;
    text-shadow: 2px 2px 3px #000000;
}
#vorwort{
    margin: 16px;
    padding: 5px;
    background-color: #f1f1f1;
    border-radius: 5px;
}
#vorwort p{
    padding: 5px 200px 5px 5px;
    letter-spacing: 0.07em;
}
#vorwort h2{
    margin: 0.5em 16px;
}
#vorwort img{
    margin-top: 60px;
}
.zweispaltig{
    font-size: 90%;
}
.zweispaltig div{
    width: 50%;
    float: left;
}
.zweispaltig div:last-child{
    float: right;
}
.zweispaltig h2{
    text-align: center;
}
#inhalt .zweispaltig h3{
    margin: 0 0 0 16px;
    text-align: center;
}
.dreispaltig{
    /* padding: 0 0 0 5%; */
    font-size: 90%;
}
.dreispaltig h2{
    text-align: center;
}
#inhalt .dreispaltig h3{
    margin: 0 0 0 16px;
    text-align: center;
}
.dreispaltig div{
    /* width: 30%; */width: 33%;
    float: left;
}
.clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearing {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearing {height: 1%;}
.clearing {display: block;}
/* End hide from IE-mac */
#menu2{
    background-color: #f1f1f1;
    margin: 16px;
}
#menu2 h2{
    font-size: 1.2em;
    color: #293b78;
    margin: 0.8em 0 0;
}
#menu2 ul{
    font-size: 0.8em;
    width: 25%;
    float:left;
    list-style: none;   
}
#menu2 li{
    margin: 0.5em 0;
}
#menu2 a:link,
#menu2 a:visited{
    text-decoration: none;
    color: #808080;
    display: block;
}
#menu2 a:hover{
    text-decoration: underline;
}
.list-sourceforge {
  background-repeat: no-repeat;
  background-image: url();
  padding-left: 22px;
  height: 1.2em;
  margin-top: 2px;
  margin-bottom: 2px;
}
.list-source {
  background-image: url();
  background-repeat: no-repeat;
  padding-left: 22px;
}
.list-lang {
  background-image: url();
  background-repeat: no-repeat;
  padding-left: 22px;
}
.list-linux {
  background-image: url();
  background-repeat: no-repeat;
  padding-left: 22px;
}
.list-mac {
  background-image: url();
  background-repeat: no-repeat;
  padding-left: 22px;
}
.list-warp {
  background-image: url();
  background-repeat: no-repeat;
  padding-left: 22px;
}
.list-win32 {
  background-image: url();
  background-repeat: no-repeat;
  padding-left: 22px;
}
.list-pdf{
  background-image: url();
  background-repeat: no-repeat;
  padding: 5px 0 0 45px;
  height: 50px;    
}
.list-cd{
  background-image: url();
  background-repeat: no-repeat;
  padding-left: 45px;
  height: 50px;    
}
#footer{
    min-width: 950px;
    width: 80%;
    margin: 0px auto;
    height: 92px;
    clear: both;
    color: #ffcc00;
}
#nachoben-link{
    position: fixed;
    background-color: #293B78;
    bottom: 155px;
    left: 0px;
    padding: 20px 5px 15px;
    position: fixed;
    border-radius: 0 5px 5px 0;
}
#nachoben-link a,
#nachoben-link a:visited,
#nachoben-link a:hover{
    color: #ffcc00;
    text-decoration: none;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
    -khtml-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

#inhalt li {
  margin-top: 5px;
  margin-left: 30px;
}
#kompozer7 ul {
  list-style-type: none;
}
#kompozer7 img {
  padding: 10px 10px 10px 0px;
  float: left;
}
#kompozer7 li {
  clear: left;
  padding-bottom: 20px;
}
#kompozer8 ul {
  list-style-type: none;
}
#kompozer8 img {
  padding: 10px 10px 10px 0px;
  float: left;
}
#kompozer8 li {
  clear: left;
  padding-bottom: 10px;
}
#projekt {
  list-style-type: none;
}
#projekt li {
  margin: 10px;
  height: 170px;
  width: 180px;
  float: left;
}
#projekt a {
  display: block;
  text-align: center;
  text-decoration: none;
}
#projekt li:last-child {
  clear: both;
  height: 20px;
  max-width: 800px;
}
#projekt a img {
  border-style: solid;
  border-width: 0px;
}
