html {
  /* background: transparent url('bilder/hintergrund_assistenten.png') fixed repeat left top; */
  background:  #4d8cbb;
  margin:0;
  padding:00px 20px 20px 20px;
  font-family:verdana;
  color:white;
  font-size:12px;
  scrollbar-face-color:#7392bf;  
}

body {
  margin:0;
  padding:0;
}


/* Assistenten sollen auch beim iPad vertikal scrollbar sein (insbesondere Profile
#alles {
  overflow-y:scroll; 
  max-height:590px;
  width:auto;
}
*/

@media only print {
 #alles {
   overflow-y:auto; 
   max-height:auto;
   width:auto;
 }
}

h1 {
  font-size:20px;
  font-weight:bold;
}

h2 {
  font-size:12px;
  font-weight:bold;
  padding:20px 0 0 0;
  margin:0;
}

ul li {
  margin-bottom:10px;
}

a {
  color:white;
  text-decoration:none;
  border-bottom: 1px solid white;
}  

a img {
  border:0;
}

#drucken {
  text-align:right;
  margin:0 0 0px 0;
  padding:10px 20px 20px 20px;
  width:96%; 
  float:right; 
  /* background: transparent url('bilder/hintergrund_assistenten.png') fixed repeat left top;" */
}

#drucken a {
  text-decoration:none;
}

#ass_drucker a{
	text-decoration:none; 
	display:inline-block; 
	float:right;
	margin-right:5px; 
	width:17px; 
	height:17px; 
	background: transparent url('../bilder/nav_assistent.png') scroll no-repeat -93px -0px;
}

#ass_drucker a:hover{
	background-position: -80px -15x;
}

#fuss_kontakt {
 display:none;
}

.csc-textpic-caption {
  font-size:0.9em;
}

.bildbeschreibung {
  font-size:90%; 
  line-height:1.4em; 
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
 
sup {
  top: -0.5em;
  top: -2px;
}
 
sub {
  bottom: -0.25em;
  bottom: -2px;
}


/* Smartphones (portrait) ----------- 
@media only screen and (max-width : 320px) { 
        #sb-container {height: 480px !important;}	
} 
*/ 

/* Smartphones (landscape) ----------- 
@media only screen and (min-width : 321px) { 
        #sb-container {height: 320px !important;}	
} 
*/ 

/* ev. fuer volle Breite des Overlays -GW- 03.20.14 */
#sb-overlay { 
        height: 120%; 
        width: 120%;
}

