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

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

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


/* ccz */
#topnav a { color: #ff6; font-weight:bold}


h2.slogan {
color: #fff; font-size:30px; font-weight:bold; width:100%; text-align:left;
}

div.teamliste{
width:150px;
float:left;
position:relative; top:5px; left:5px;
}

a.playerlink {
color: #000;
font-weight:bold;
text-decoration:none;
}

a.playerlink:hover {
color:orange;
font-weight:bold;
text-decoration:none;
}

a.playerlink_oldplayer {
color: #ccc;
font-weight:bold;
text-decoration:none;
}

a.playerlink_oldplayer:hover {
color:orange;
font-weight:bold;
text-decoration:none;
}

#player {
background: url("../../images/team_action.jpg");
padding-left:160px;
}

