html, body{
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	color: #FFF;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
    height: 100%
}

a{
    color: #FFF;
}

h3{
    color: #ce071a;
}

h4{
    color: #ce071a;
}

.padding {
  margin-left: 5px;
}

#navigation_wrapper{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px; 
    min-height: 100%;                                               /* Mindesthöhe für moderne Browser */
    height:auto !important;                                         /* Important Regel für moderne Browser */ 
    height:100%;                                                    /* Mindesthöhe für den IE */
    width: 354px;
    border-right: 1px #ce071a solid;
    background: url('../images/black_trans.png') repeat;
}

#logo{
    
}

#navigation{
    position: relative;
    height: 100%;
    width: 100%;
}

#navigation ul{
  list-style: none;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

#navigation ul li{
  margin: 10px;
  line-height: 30px;
}

#navigation ul li.active{
  background: url('../images/black_trans.png') repeat;
}

#navigation a{
  text-decoration: none;
}

#navigation ul li:hover{
  background: url('../images/red_trans.png') repeat;
}

#facebook{
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 100px;
    width: 354px;
    margin-left: 40px;
}

#content_wrapper{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    left: 355px;
/*    min-height: 100%; */                                               /* Mindesthöhe für moderne Browser */
/*    height:auto !important;*/                                         /* Important Regel für moderne Browser */ 
/*    height:100%;*/
    overflow: hidden;                                                    /* Mindesthöhe für den IE */
}

#content{
    position: fixed;
    top: 100px;
    right: 100px;
    bottom: 0px;
    left: 355px;
    padding: 50px;
/*    min-height: 100%;   */                                            /* Mindesthöhe für moderne Browser */
 /*   height:auto !important;   */                                      /* Important Regel für moderne Browser */ 
  /*  height:100%;            */                                        /* Mindesthöhe für den IE */
    background: url('../images/black_trans.png') repeat;
    overflow: auto;
}

.nivoSlider {
    position:relative;
    width: 600px; /* Change this to your images width */
    height:300px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}