body{
    background: #000000 url(style/body_background.png) repeat-x center top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #6B6B6B;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Geneva, Helvetica;
    font-weight: normal;
    font-size: 11px;
}

a:link, a:visited, a:active, a:hover{
    text-decoration: none;
    color: #F5020B;
}

a.empire-d-logo{
    width: 373px;
    height: 138px;
    display: inline-block;
    background: url(style/empire_d_logo.png) no-repeat;
}

a.menu_empire, a.menu_empire:link, a.menu_empire:visited{
    width: 85px;
    height: 19px;
    display: inline-block;
    margin: 8px 0px 0px 20px;
    background: url(style/menu_empire.png) no-repeat;
}

a.menu_empire:hover, a.menu_empire:active{
    width: 85px;
    height: 19px;
    display: inline-block;
    background: url(style/menu_empire_hover.png) no-repeat;
}

a.menu_kontakt, a.menu_kontakt:link, a.menu_kontakt:visited{
    width: 77px;
    height: 19px;
    display: inline-block;
    margin: 8px 8px 0px 20px;
    background: url(style/menu_kontakt.png) no-repeat;
}

a.menu_kontakt:hover, a.menu_kontakt:active{
    width: 77px;
    height: 19px;
    display: inline-block;
    background: url(style/menu_kontakt_hover.png) no-repeat;
}

a.menu_vinyls, a.menu_vinyls:link, a.menu_vinyls:visited{
    width: 107px;
    height: 19px;
    display: inline-block;
    margin: 8px 0px 0px 20px;
    background: url(style/menu_vinyls.png) no-repeat;
}

a.menu_vinyls:hover, a.menu_vinyls:active{
    width: 107px;
    height: 19px;
    display: inline-block;
    background: url(style/menu_vinyls_hover.png) no-repeat;
}

a.menu_shirts, a.menu_shirts:link, a.menu_shirts:visited{
    width: 163px;
    height: 19px;
    display: inline-block;
    margin: 8px 0px 0px 20px;
    background: url(style/menu_shirts.png) no-repeat;
}

a.menu_shirts:hover, a.menu_shirts:active{
    width: 163px;
    height: 19px;
    display: inline-block;
    background: url(style/menu_shirts_hover.png) no-repeat;
}

.root{
    width: 740px;
    text-align: left;
    padding: 40px 0px 40px 0px;
    position: relative;
}

.empire-d-menu{
    height: 32px;
    background: #000000 url(style/menu_background.png) no-repeat center top;
    text-align: right;
    clear: both;
    margin-bottom: 30px; 
}

div.innercontent{
    margin: 60px 0px 40px 0px;
    display: block;
    clear: both;
}

.empire-d-main{
    position: relative;
    display: block; 
    text-align: left;
    top: 0px;
    left: 0px;
    clear: both;
    margin-bottom: 20px;
}          

.empire-d-common{
    display: block;
    background: #1E1E1E;
}

.empire-d-cont{
    width: 398px;
    display: block;   
    float: left;    
    margin-right: 39px;
    background: #1E1E1E;
}

.empire-d-contlist{
    width: 300px;
    display: block; 
    background: #1E1E1E;
    float: left;    
    
}

p.main_inner{
    padding: 0px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.boxtitle{
    padding: 4px 4px 4px 4px;
    background: #1E1E1E;
    display: block;
}

.boxtitle h2{
    background: url(style/box_title.png) repeat-x center center;
    height: 20px;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #F5020B;
    margin: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Geneva, Helvetica;
    font-weight: normal;
    padding: 4px 4px 4px 4px;
}

.intro:first-letter{
    font-size: 32px;
    float: left;
    padding-right: 4px;
    font-weight: bold;
}
.errormessage{
    background-color: #8C0000;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    clear: both;
    font-weight: normal;
    color: #ffffff;
}

.successmessage{
    background-color: #0F7C03;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 5px 5px;
    clear: both;
    font-weight: normal;
    color: #ffffff;
}