@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator     YAML Builder V1.0.3b (http://builder.yaml.de)
 * @file        basemod.css
 */

@import url(PAP-display.css);

@media screen, projection
{
  /*-------------------------------------------------------------------------*/

 body {
height: 98%;
}

#rahmen {
width: 95%;
height: 95%;
position: absolute;
margin-left: 2%;
margin-top: 20px;
}	

#spalte-links {
width: auto; 
height: 98%; 
margin: 0;
}

#spalte-rechts {
float: right; 
width: 150px; 
height: 98%; 
padding-left: 50px;

}	


#galerie { 
border: 1px solid #FFFFFF; 
width: auto; 
height: 77%; 
margin-left: 15px; 
margin-right: 25px; 
margin-bottom: 35px; 
text-align: left; 
vertical-align:middle; 
padding: 2px; 
overflow: hidden;
scroll: auto;}


#textbox_up { 
border: 1px solid #FFFFFF; 
width: auto; 
height: 35px; 
text-align: left; 
margin-left: 15px; 
margin-right: 25px; 
padding: 1px;
overflow:hidden;}


#textbox_down { 
border: 1px solid #FFFFFF; 
width: auto; 
height: auto; 
text-align: left; 
margin-left: 15px; 
margin-right: 25px; 
padding: 1px;
overflow:hidden;}

  /*-------------------------------------------------------------------------*/
}
