/*------------------------------ Klassen -----------------------------------*/

.clearing{
    clear: both;
    margin: 0;
    padding: 0;
}

.hidepics {
  position: static;
  float:right;
  margin: 0 2px 0 2px;
  border-radius:0px;
  height: 300px;
  margin-bottom: 1.6em;
}

.noscript {
  width:20%;
  margin: 20px auto;
  clear:both;
  display:block;
  color:#c03;
  padding-top: 20px;
  text-align: center;
  font-weight:  bolder;
}

.invisble {
  display: none;
}

/*------------------------------ Inhalte ------------------------------------*/

#content{
    width:100%;
    margin: 4.8em 0 1.5em 0;
    padding: 0;
    border-top: solid 1px #DCDCDC;
    border-bottom: solid 1px #DCDCDC;
    min-height:300px;
}

#content-wrap{
    margin: 0 auto;
    min-height: 300px;
}

#content-left{
    min-height: 300px;
	min-width: 400px;
    float: left;
    width: 47%;
    margin-left: 1%;
}

#content-right{
    position: relative;
    float:left;
    min-height: 300px;
    min-width: 415px;
    max-width: 500px;
    width: 45%;
    overflow: visible;
}

#diashow{
    position: relative;
    height:300px;
    float:right;
    min-width: 320px;
	max-width: 500px;
}

#diashow>.hidepics>img{
    top:-1px;
    max-height: 300px;
    width: auto;
    position: relative;
    border:1px #E6E6FA solid;
    border-radius:4px;
    float:right; 
}

/*------------------------------ Projekt ------------------------------------*/

/*------------------------------ Projektshow -------------------------------*/

.noshow {
    display: none;
}


.primg-wrap{
    height:300px;
    z-index: 0;
    /* für feste Breite */
    margin-top: -1px;
    text-align: center;
    min-width: 400px;
    border:1px #DCDCDC solid;
    border-radius:4px;
    /* für feste Breite */
	margin-bottom: 1.6em;
}

#projektshow{
    position: relative;
    height:300px;
    float:right;
}

div.primg-wrap>img{
    position: relative;
    z-index: 0;
    margin: -1px;
    height: 300px;
    border:1px #E6E6FA solid;
    border-radius:4px;
    width:auto;
}

#przurueck{
	display: none;
}

#przurueck:hover {
    display: none;
}

#pfeilz{
    display: none;
}

#pfeilz:hover{
    display: none;
}

#prvor{
   display: none;
}

#prvor:hover {
   display: none;
}

#pfeilv{
    display: none;
}

#pfeilv:hover{
    display: none;
}

.bildbeschr {
    position: static;
    display:block;
    text-align: center;
    z-index: 20;
    padding: 2px;
    top:300px;
    opacity: 1;
    font-weight: 400;
    height:50px;
    font-size: 0.85em;
    line-height: 1.1em;
	width:296px;
    margin-left:48px;
}

#projektshow:hover .bildbeschr{
    display: block;
    width:296px;
    margin-left:48px;
}

/*------------------------------ Slider ------------------------------------*/

#slider{
    position: relative;
    width: 100%;
    border-top: solid 1px #DCDCDC;
    border-bottom: solid 1px #DCDCDC;
	height:auto;
    overflow: visible;
    margin: 0 auto;
    margin-bottom: 0;
}

/* falls rechts und links der slideshow lieber weiße Fläche*/

#sl-right{
    /*position: absolute;*/
    background-color: white;
    float: right;
    width: 7.5%;
    height:150px;
    margin-top: 0;
    z-index: 0;
    opacity: 0;
	display: block;
	display: none;
}

#sl-left{
    background-color: lavender;
    float: left;
    width: 7.5%;
    height:150px;
    margin-top: 0;
    position: relative;
    z-index: 0;
    opacity: 0;	
	display: none;
}

/* ENDE - falls rechts und links der slideshow lieber weiße Fläche*/


#slider-content{
    position: absolute;
    width:100%;
    height: auto;
    overflow: visible;
    margin:0 auto;
    background-color: lavender;
	cursor: auto; 
}

.slider img{
    left: 2.5em;
    float: left;
    margin: 15px 4px;
    height: 120px;
    width: auto;
    border-radius:2px;
}

.img-wrap {
    z-index:5;
    position:relative;
    float: left;
    height: 124px;
    border: 1px solid lavender;
    border-radius:5px;
    margin:12px 2px;
}

.img-wrap:hover {
    position:relative;
    height: 124px;
    border-radius:5px;
    border: 1px solid #a0a0a0;
    z-index:5;
    margin:12px 2px;
    }

.beschreibung {
    color: #404040;
    position: absolute;
    z-index: 1;
    top:85px;
    left:0;
    width:98.5%;
    padding-left: 0px;
    padding-right:1%;
    opacity: 0.6;
    font-weight: 500;
    height:30px;
    background-color: white;
    padding:2px;
    font-size: 0.92em;
    line-height: 1.1em;
}

.beschreibung:hover {
        position: absolute;
        z-index:4;
        display: block;
}

.beschreibung a{
    display: block;
    color: #404040;
    text-decoration:none;
}

.beschreibung a:hover{
    display: block;
    color: #404040;
    text-decoration:none;
}

.img-wrap .divup{
    position:relative;
    float:right;
    top:0px;
    left:0px;
    z-index:3;
    border-radius:5px;
    margin:1px;
}

.img-wrap .divup:hover{
    position:relative;
    float:right;
    top:0px;
    left:0px;
    z-index:0;
    border-radius:5px;
    }

.img-wrap img{
    left: 2.5em;
    float: left;
    height: 120px;
    width: auto;
    border-radius:3px;
    border:1px #E6E6FA solid;
}