@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

.page_margins { margin: 0px; background-color:#006600; }

body { font-family: Helvetica, Arial, sans-serif; background: #006600; background-image: none; } 


#col3 { /* min-width: 600px; */ background-color:#FFFFFF; }
#col3_content { min-height: 400px; padding: 5px 10px 5px 10px;
    }

#header{ margin: 0 170px;
         width: auto; 
         background-color:#FFFFFF; 
         padding-top:20px; 
         padding-bottom: 30px;
         text-align: center;
	/*min-width: 600px;*/ }
#footer{ margin: 0 170px;
         width: auto; 
         background-color:#FFFFFF; 
         padding-top:20px; 
         padding-bottom: 20px;
         text-align: center; 
	 min-width: 600px;}

p.content { padding: 2px; text-align: left;}
p.centercontent { padding: 2px; text-align: center; }

#col1_content { 
  text-align: left; 
  margin: 8px 8px 8px 8px;
}
#col1_content ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#col1_content a:link {
  text-decoration: none;
  color: #FFFFFF;
  }

#col1_content a:visited {
  color: #FFFFFF;
  }

#col1_content a:focus {
  color: #FFcc33;
  }

#col1_content a:hover {
  color: #FFcc33;
  }

#navi a:active {
  color: #FF0000;
  }

p.appletable{
  padding: 10px;
 }

p.juicetable{
  padding: 10px;
 }

/* import screen layout | Screen-Layout einbinden */

@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

