html {
height: 100%;
}

body {
-webkit-text-size-adjust: none;  /*	i phone  */
overflow-x: hidden;  /*	scrollen horizontal     kein scrollen: overflow-x: hidden;  */
-webkit-overflow-scrolling: touch;  /*	i phone  */


background-color:#ffffff;

height: 100%;
}

*{
margin:0; 
padding:0; 
}


div{
margin:0;
padding:0;
}


img {  
border:none;  
max-width:100%;  
}



.container{
max-width:900px;
text-align:left;
}




/* ------------------------------------------------- */


.ueberschrift {
font-size:1.6em;
font-family: 'Roboto Condensed', sans-serif;
color:#666666;
/*font-size:15pt;  */

font-weight:400;
text-align:left;
text-decoration:none;
}


.ueberschrift a {
color:#666666;   
padding:0px 14px 0px 0px;
text-decoration:none;
}

.ueberschrift a:hover { 
color:#9d225c; 
}


/* ------------------------------------------------- */


#active_link, .active_link {   
color:#000000;  /* schwarz */
}

/* ------------------------------------------------- */

 
.fliesstext {
/* max-width:1040px;  
max-width:800px;
&shy;
*/
color:#000000;   
font-size:1.6em;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300; 
text-align:left; 
}

.fliesstext a{
color:#000000;
}

.fliesstext a:hover{
color:#9d225c;  
text-decoration:none;
}



/* ------------------------------------------------- */

 
.fliesstext_footer {
color:#999999;   
font-size:1.0em;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300; 
text-align:left; 
}

.fliesstext_footer a{
color:#999999;
}

.fliesstext_footer a:hover{
color:#9d225c;   
text-decoration:none;
}



/* ------------------------------------------------- */


.center {
text-align:center; 
}



/* ------------------------------------------------- */


.abstand_kleine_zeile {
height:6px;
}


.abstand_eine_zeile {
height:14px;
}


.abstand_zwei_zeilen {
height:60px;
}


.abstand_drei_zeilen {
height:80px;
}


.abstand_foto_zeile {
height:140px;
}


.abstand_vier_zeilen {
height:300px;
}




