@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);

* {
font-family:Arial, Helvetica, sans-serif;
}

p {
margin-bottom:1em;
line-height:1.3em;
}

a {
color:#fff;
text-decoration:none;
}

#container {
width:979px;
height:158px;
position:relative;
}

#firmen {
position:relative;
top:0;
left:0;
width:979px;
height:205px;
}

#personen {
position:absolute; /* */
top:0;
left:164px;
width:158px;
height:158px;
}

#sprinter {
position:absolute;
top:164px;
left:0;
width:158px;
height:158px;
}

#logo {
position:absolute;
top:0;
right:0;
width:158px;
height:158px;
}

#silvester {position:absolute;top:167px;right:0;}

#textblock {
position:absolute;
background:#C41230;
color:#fff;
padding:12px;
width:348px;
height:auto;
left:328px;
top:74px;
min-height:348px;
} 