.scrollup {
	z-index: 9999;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 80px;
    right: 0.6%;
    
     
 
    background: url('http://juergen-nobel.homepage.t-online.de/resources/scroll_top.png') no-repeat;
    background-color: transparent;
}

.scrollup-blog {
	z-index: 9999;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 50px;
    right: 0.6%;
    
     
 
    background: url('http://juergen-nobel.homepage.t-online.de/resources/scroll_top.png') no-repeat;
    background-color: transparent;
}


.slideshow {

    width: 25px;
    height: 25px;
    position: fixed;
    top: 50px;
    right: 0.6%;
    
     
 
    background: url('http://juergen-nobel.homepage.t-online.de/resources/slideshow.png') no-repeat;
    background-color: transparent;
}

.overview {

	z-index: 999999;
    width: 25px;
    height: 25px;
    position: fixed;
    top: 50px;
    right: 1%;
    
     
 
    background: url('http://juergen-nobel.homepage.t-online.de/resources/logo_overview.png') no-repeat;
    background-color: transparent;
}

.slideshow_home {

    z-index: 999999;
    width: 169px;
    height: 25px;
    position: fixed;
    top: 50px;
    right: 1%;
    
     
 
    background: url('http://juergen-nobel.homepage.t-online.de/resources/slideshow_home.png') no-repeat;
    background-color: transparent;
}

.slideshow_home:hover {

z-index: 999999;
height: 25px;
width: 169px;

-webkit-transition: all 2s ease-out; /* Firefox */
-moz-transition: all 2s ease-out; /* WebKit */
-o-transition: all 2s ease-out; /* Opera */
transition: all 2s ease-out; /* Standard */
    
     
 
    background: url('http://juergen-nobel.homepage.t-online.de/resources/slideshow_hover.png') no-repeat;
   
}


.overview_home {

	z-index: 999999;
    width: 169px;
    height: 25px;
    position: fixed;
    top: 80px;
    right: 1%;
    
     
 
    background: url('http://juergen-nobel.homepage.t-online.de/resources/logo_overview_home.png') no-repeat;
    background-color: transparent;
}

.overview_home:hover {
z-index: 999999;
height: 25px;
width: 169px;

-webkit-transition: all 2s ease-out; /* Firefox */
-moz-transition: all 2s ease-out; /* WebKit */
-o-transition: all 2s ease-out; /* Opera */
transition: all 2s ease-out; /* Standard */

background: url('http://juergen-nobel.homepage.t-online.de/resources/logo_overview_hover.png')no-repeat;

}

.tags {

	z-index: 999;
    position: relative;
    
    top: 2000px;
    left: 20%;
    
    width: 40%;
    
    
   
    font-weight: 200;
 
    color: #000000 !important;
    font-family: 'Source Sans 3', sans-serif;
    text-decoration: none !important;
    font-size: 12px !important;
    
}




