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

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

/* 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_003_draft.css); */


/* fan11 */

div{
	font-size:11px;
}

a{
	
 color: #737373;
}

.bl {background: url(border/bl.gif) 0 100% no-repeat #c6c6c6;}
.br {background: url(border/br.gif) 100% 100% no-repeat}
.tl {background: url(border/tl.gif) 0 0 no-repeat}
.tr {background: url(border/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

