* {
font-family: Arial, Verdana, Tahoma;
font-size: 13pt;
color: #3c3c3b;

/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}


body {
line-height: normal;
}

.main {
position: relative;
top: -5px;
text-align: left;
}



scroller {
position: fixed;
bottom: 130px;
right: -81px;
background-color: #ffffff;
width: 75px;
height: 40px;
border: 3px solid #b5b5b5;
z-index: 9;

 transition: all 1s;
 -moz-transition: all 1s; /* Firefox 4 */
 -webkit-transition: all 1s; /* Safari and Chrome */
 -o-transition: all 1s; /* Opera */
}

scroller.sehen {
position: fixed;
bottom: 130px;
right: -3px;

 transition: all 1s;
 -moz-transition: all 1s; /* Firefox 4 */
 -webkit-transition: all 1s; /* Safari and Chrome */
 -o-transition: all 1s; /* Opera */
}

header {
top: 0px;
padding-top: 15px;
z-index: 9998;
background-color: #ffffff;
background-image: url('images/himmel.jpg');
background-position: center center;
width: 100%;
position: fixed;


 transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */


}



#ontop {
position: fixed;
right: 10px;
bottom: 100px;

 transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}

header.large {
   height: 200px;
}
header.large #logo {
height: 180px;
width: auto;
}


header.small {
  height: 70px;
}

header #logo {
 transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
 }

header.small #logo {
height: 52px;
width: auto;
}




.innerhead {
width: 80%;

text-align: left;
position: relative;
}










.inner_cont a {
color: #0078c4;
text-decoration: none;
font-weight: bold;
transition:all 0.6s ease-in-out;


}

.inner_cont a:hover {
color: #ffffff;
}



.clear {
clear: both;
}





 #starttop {
 width: 25px;
 height: 25px;
 border: 2px solid #b5b5b5;
 color: #dddddd;
 font-family: Tahoma, Verdana, Arial;
 font-size: 10pt;
 border-radius: 5px;
 }


.head_logo {
height: 90%;
width: auto;
         }

.adminform {
width: 100%;
height: 20px;
}

.admintext {
width: 100%;
height: 200px;
}

hr {
color: #c3c3c3;
width: 60%;
border: 1px solid;
}

.newsdiv {
width: 100%;
border-top: 15px solid #c3c3c3;
}

.album_beschriftung {
background-color: #FFFFFF;
color: #4a4a49;
padding: 3px;
font-family: 'Arvo', Verdana, Tahoma;
font-size: 1.2em;
}

h1 {
font-family: 'Arvo', Verdana, Tahoma;
font-size: 2em;
font-style: bold;
color: #4a4a49;
margin: 5px;
margin-left: 0px;
}

h2 {
font-family: 'Arvo', Verdana, Tahoma;
font-size: 1.4em;
font-style: bold;
color: #4a4a49;
margin: 5px;
margin-left: 0px;
}