@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.2
 * 
 */

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

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_shinybuttons.css);
@import url(basemod.css);
/* @import url(content.css); */

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

p {
color:#464646;
font-size:0.75em;
}

a{
text-decoration:none;
color:#142c81;

}

li a{
font-weight:bold;
}

a:hover{
color:#ee7f0a;}

.border{
border-bottom: 4px solid #142c81;
border-top: 4px solid #142c81;
margin-bottom: 10px;
overflow: auto;}






ul,
li {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

.fl{
float:left;}
.fr{
float:right;}