/* SKIN */
body {
    background: #3d3d3d;
    font-family: Arial, Verdana, sans-serif;
}
h1 { color: #000; }
a { color: #000; }
a:hover {
    color: #e40428;
    text-decoration: none;
}
.meta a .value { color: #000000; }
.meta a:hover {
    background-color: #e40428 !important;
    color: #fff !important;
}
.meta li h3 { color: #e40428; }
.meta .active a.meta-entry { background-color: #6B6B6B; }
.sidebar form.default .legend { border-color: #e40428; }
.btn {
    background-color: #e40428 ;
    border: 1px solid #e40428;
}
#pagination .page a:hover { background-color: #e40428; }

#detail .event-item {
	background-color: #000;
	color: #FFF;
}
#detail .event-item .event-links a { color: #FFF; }
#detail .event-item .event-location { color: #8c8d8f; }
#detail .event-item .event-title { color: #FFF; }
.home .teaser-type-events h1,
.home .teaser-type-events .event-date,
#detail .event-item .event-date,
.teaser-color-custom-1 .teaser-body a {
	color: #e40428;
}
.teaser-color-custom-1 { background-color: #000; }
.teaser-color-custom-2 { background-color: #e40428; }
.teaser-color-custom-3 { background-color: #ddb317; }
.teaser-color-custom-4 { background-color: #089dda; }
.teaser-color-custom-5 { background-color: #00b15b; }

/* TOPNAVI */
#topnavi  {
    background: #3d3d3d;
}
#topnavi .wrapper  {
    background: none;
    padding: 10px 0;
}
#topnavi ul {
    padding-left: 0;
}
#topnavi ul li {
    margin-right: 8px;
    padding-top: 0;
}
#topnavi ul li.active {
    background: none;
}
#topnavi ul li a {
    background: #252525;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    padding: 5px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#topnavi ul li a:hover {
    background: #e40428;
}
#topnavi ul li a:active {
    bottom: -1px;
    position: relative;
}
#topnavi ul li.active a {
    background: #e40428;
}
#topnavi #lang {
    padding: 0;
}
#topnavi #lang li {
    margin: 0 0 0 8px;
}
#topnavi #lang li a {
    background: none;
    color: #fff;
    padding: 5px 10px;
    text-transform: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#topnavi #lang li a:hover {
    color: #E40428;
}
#topnavi #lang li.active a {
    background: #333;
    color: #ddd;
    -moz-border-radius: 3px;
    -moz-box-shadow: inset 2px 2px 2px #252525;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#header {
    background: #3d3d3d !important;
    border: 0;
}
#footer {
    background: #3d3d3d;
}
#footer,
#footer a {
    color: #e3e3e3;
    text-decoration: none;
}

/* VIRTUALIZATION */
.virtualization {
    background: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
}
.virtualization #header {
    display: none;
}
.virtualization #content {
    background: url(http://www.my-hds.de/de/download/virtualization-body-bg.jpg) no-repeat center top #000;
    border: 0;
    min-height: 600px;
    padding-top: 240px;
}
.virtualization .row {
    background: url(http://www.my-hds.de/de/download/virtualization-row-bg.jpg) repeat-x left bottom #fff;
    margin-bottom: 30px;
    padding: 20px 0;
}
.virtualization .row .row {
    background: none;
    margin-bottom: 0;
    padding: 0;
}
.virtualization .teaser-item  {
    margin-bottom: 0;
}
.virtualization .teaser-item .welcometext {
    font-size: 14px;
    line-height: 22px;
}
.virtualization .teaser-item .teaser-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: none;
}
.virtualization .teaser-item .virt-welcome {
    color: #797979;
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 10px;
}
.virtualization .teaser-item p {
    color: #5c5c5c;
}
.virtualization .teaser-item a {
    color: #019934;
    font-weight: bold;
    text-decoration: none;
}
.virtualization .teaser-item a:hover {
    color: #000;
}
.virtualization #footer {
    background: #000;
}

/* ADVENT */
.advent {
    background: #3d3d3d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
}
.advent #header {
    display: none;
}
.advent #content {
    background: url(http://www.rb-develop.de/HDS/xmas-hde-bg.jpg) no-repeat center -157px #3d3d3d;
    border: 0;
    min-height: 600px;
    padding-bottom: 20px;
    padding-top: 40px;
}
.advent #content .teaser-item {
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
}
.advent #content .teaser-title {
    color: #e40428;
    font-size: 72px;
    line-height: 1;
    padding-top: 38px;
    position: absolute;
    text-align: center;
    text-shadow: #FFF 3px 3px 5px ;
    width: 130px;
    z-index: 8;
}
.advent #content .teaser-image {
    height: 150px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 130px;
    z-index: 9;
}
.advent #content .teaser-body p {
    display: none;
}

