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

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

*,p,li, td {
	color:#514a31;
	font-size:14px;
	font-weight:normal;
	font-family:Helvetica,Arial,sans-serif;
	padding-left: 0;
	text-align: justify;
}

table {
	width: 540px;
	border: 0px;
}
.small {
	font-size:10px;
	color:#514a31;

}

.row {
	position:relative;
    margin-bottom:0px;
    height:150px;
	background-color:#FFFFFF;
}
.c1 {left:0px;}
.c2 {left:137px;}
.c3 {left:274px;}
.c4 {left:411px;}
.b {
	font-weight:bold;
}

.resultBox {
	position:absolute;
	top:0px;
	width:129px;
	height:129px;
	border-width:1px;
	border-style:solid;
	border-color:#AAAAAA;
	background-color:#EEEEEE;
}
.pictureBox {
	position:absolute;
	top:0px;
	width:129px;
	height:129px;
	border-color:#666666;
	background-color:#cccccc;
	background-position:center center;
	background-repeat:no-repeat;
}
.resultText {
	position:absolute;
	top:131px;
	width:129px;
	height:18px;
	text-align:center;
	font-weight:normal;
	font-size: 10px;
}