@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} 

#browseLineup li {
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none; /* Aufzählungszeichen entfernen */
}

a.button {
    background: transparent url('/images/button/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/button/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.inputBorder {
    
    
    border: #c6c6c6;
    border-style: solid;
    border-width: 1px;
}

.messageBox {
background-color: #4DB52D;
border-bottom-color: #1E4712;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #1E4712;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #1E4712;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #1E4712;
border-top-style: solid;
border-top-width: 1px;
text-align: center;
color: #333;
font-family: Arial, 'Liberation Sans', sans-serif;
font-size: 12px;
height: 14px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 5px;
padding-top: 10px;
}

