body, h1, h2, h3, h4, div, form, p {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    background: #DADAD8;
}

body, table {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #333333;
}

img {
    border: none;
}

a:focus {
    outline: none;
}

:active,
:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

p {
    margin: 5px 0 5px 0;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearFloats {
    clear: both;
}

#siteContainer {
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    min-width: 995px;
}

#topContainer {
    width: 100%;
    height: 52px;
    border-top: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    background: url(../img/bg_top.png) top left repeat-x;
}

#topContent {
    width: 1000px;
    padding: 0;
    margin: 16px auto;
    /*border: 1px solid black;*/
    position: relative;
}

#contentContainer {
    width: 1000px;
    padding: 0;
    background: #E7E9ED;
    margin: 0 auto;
    position: relative;
    /*text-align: center;*/
}

#footContainer {
    width: 100%;
    height: 350px;
    border-top: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    background: url(../img/bg_foot.png) top left repeat-x;
}

#footContent {
    width: 1000px;
    height: 91px;
    margin: 23px auto;
    position: relative;
}

#footContent #footLogo {
    width: 154px;
    height: 91px;
    margin-right: 41px;
}

#footLogo div {
    width: 250px;
    margin-top: 30px;
}

#footLogo div b {
    display: block;
    margin-bottom: 5px;
}

#headContainer {
    width: 1000px;
    height: 133px;
    padding: 0;
    border-bottom: 1px solid #C8C8C8;
    position: relative;
    background: url(../img/head_banner.jpg) top right no-repeat;
}

#headContainer #logo {
    width: 225px;
    height: 133px;
    padding: 0;
}

#headContainer #slogan {
    width: 302px;
    height: 133px;
    padding: 0;
    background: url(../img/head_slogan.gif) top left no-repeat;
    position: absolute;
    top: 0;
    left: 225px;
}

#headContainer #marketingEvent {
    height: 133px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 527px;
}

#currentDate {
    font-size: 12px;
    position: absolute;
    top: 22px;
    right: 22px;
    text-align: right;
    color: #333333;
}

#community {
    font-size: 12px;
    position: absolute;
    /*top: 20px;*/
    /*left: 250px;*/
}

/*------------------------------------------------------------------------------ FORMULARE*/

/*input {*/
    /*font-size: 11px;*/
    /*color: #666666;    */
/*}*/

#searchForm {
    position: absolute;
    top: 42px;
    right: 22px;
}

.searchField {
    border: none;
    background: url(../img/bg_search.png) top left repeat-x;
    width: 180px;
    height: 19px;
    font-size: 11px;
    color: #333333;
}

.textField,
select,
textarea {
    font-size: 11px;
    color: #333333;
    border: 1px solid #DBDBDB;
    height: 15px;
    font-family: arial, sans-serif;
}

select {
    height: 18px;
}

textarea {
    height: 100px;
}

.gadgetSize {
    width: 120px;
}

.smallSize {
    width: 100px;
}

.largeSize {
    width: 300px;
}

.fullSize {
    width: 570px;
}

.videoCommentSize {
    width: 290px;
    height: 75px;
}

.newsletter {
    border: none;
    width: 175px;
    height: 23px;
    padding: 7px 10px 10px 3px;
    margin-right: 5px;
    font-size: 16px;
    color: #898989;
    background: url(../img/bg_textfield.png) top left no-repeat;
    overflow: hidden;
}

.but {
    color: #333333;
    border: 1px solid #A6D0E7;
    background: url(../img/bg_but.png) top left repeat-x;
    height: 19px;
    cursor: pointer;
}

.gadgetBut {
    width: 80px;
}

.subscribeBut {
    color: #ffffff;
    border: none;
    background: url(../img/but_subscribe.png) top left no-repeat;
    width: 135px;
    height: 40px;
    padding: 0 10px 7px 0;
    text-align: center;
    font-size: 16px;
}

fieldset {
    padding: 5px;
}

/*------------------------------------------------------------------------------ PRIMÄRNAVIGATION*/

#navContainer {
    width: 1000px;
    height: 52px;
    padding: 10px 0 0 0;
    background: url(../img/bg_nav.png) top left repeat-x;
    font-size: 12px;
}

#priNavContainer {
    position: relative;
    width: 980px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/bg_prinav.png) top left repeat-x;
    border-left: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    /*border-bottom: 1px solid #ffffff;*/
}

#priNavContainer ul {
    margin: 0;
    padding: 0 20px 0 0;
    list-style-type: none;
}

#priNavContainer ul li {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
}

#priNavContainer ul li#rssIcon {
    float: right;
}

#priNavContainer table {
    position: absolute;
    border-collapse: collapse;
    z-index: 80;
    left: -1px;
    top: 25px;
}

#priNavContainer ul li a,
#priNavContainer ul li a:visited,
#priNavContainer ul li a:hover,
#priNavContainer ul li a.act,
#priNavContainer ul li a.act:hover {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 4px 7px 4px 7px;
    margin: 0 1px 0 0;
    background: url(../img/prinav_line.png) top left no-repeat;
}

#priNavContainer ul li a:hover,
#priNavContainer ul li a.act,
#priNavContainer ul li a.act:hover {
    color: #ffffff;
    background: #333333;
}

/* hide the sub level links */
#priNavContainer ul li ul {
    visibility: hidden;
    position: absolute;
    width: 180px;
    background: #333333;
    border: 1px solid #757575;
    padding: 6px 0 6px 0;
}

#priNavContainer ul li ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    clear: both;
    text-align: left;
}

#priNavContainer ul li ul li a,
#priNavContainer ul li ul li a:visited,
#priNavContainer ul li ul li a:hover,
#priNavContainer ul li ul li a.act,
#priNavContainer ul li ul li a.act:hover {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    padding: 1px 10px 1px 10px;
    background: none;
    font-size: 11px;
    width: 160px;
}

#priNavContainer ul li ul li a:hover,
#priNavContainer ul li ul li a.act:hover {
    text-decoration: underline;
}

#priNavContainer ul li ul li a.act {
    text-decoration: none;
}

#priNavContainer ul li ul li a.act,
#priNavContainer ul li ul li a.act:hover {
    font-weight: bold;
}

/* make the sub level visible on hover list or link */
#priNavContainer ul li:hover ul,
#priNavContainer ul a:hover ul {
    visibility: visible;
}

#priNavContainer ul li a#rss,
#priNavContainer ul li a#rss:hover {
    display: block;
    background: none;
    /*width: 14px;*/
    /*height: 14px;*/
    /*padding: 0;*/
}

#priNavContainer ul li a#specialActThing {
    color: white;
    background: #BF0417;
}

#priNavContainer ul li a#specialActThing:hover {
    color: white;
    font-weight:bold;
    background: #BF0417;
}

#priNavContainer span.rss {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
}

/*------------------------------------------------------------------------------ SEKUNDÄRNAVIGATION*/

#sekNavContainer {
    width: 980px;
    height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    background: url(../img/bg_seknav.png) top left repeat-x;
    /*border-top: 1px solid #ffffff;*/
    /*border: 1px solid black;*/
    color: #cccccc;
    font-size: 12px;
}

#sekNavContainer ul {
    margin: 0;
    padding: 1px 0 0 0;
    list-style-type: none;
}

#sekNavContainer ul li {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
}

#sekNavContainer ul li a {
    display: block;
    color: #cccccc;
    text-decoration: none;
    padding: 2px 7px 2px 7px;
}

#sekNavContainer ul li a:hover,
#sekNavContainer ul li a.act,
#sekNavContainer ul li a.act:hover {
    display: block;
    color: #ffffff;
    background: #333333;
    text-decoration: none;
    padding: 2px 7px 2px 7px;
}

/*------------------------------------------------------------------------------ CONTENT*/


/*------------------------------------------------------------------------------ VIDEOPORTAL*/

#contentFull {
    width: 960px;
    /*margin: 0 10px 0 0;*/
}

#videoPlayerContainer {
    padding: 0;
    /*height: 400px;*/
    /*border: 1px solid black;*/
}

#videoPlayerContent {
    width: 575px;
    height: 636px;
    padding: 10px;
    margin: 0 20px 10px 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    float: left;
}

#videoPlayer {
    width: 569px;
    height: 346px;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
}

#videoPlayer object {
    margin-left: -20px;
}

#shadowBg {
    position: relative;
    width: 579px;
    height: 344px;
    padding: 1px 0 0 1px;
}

#shadowBg.functionSize3 {
    background: url(../img/bg_shadow.png) -3px -2px no-repeat;
}

#shadowBg.functionSize4 {
    background: url(../img/bg_shadow_four_icons.png) -3px -2px no-repeat;
}

#shadowBg.functionSize5 {
    background: url(../img/bg_shadow_five_icons.png) -3px -2px no-repeat;
}

#shadowBg.functionSize6 {
    background: url(../img/bg_shadow_six_icons.png) -3px -2px no-repeat;
}

#shadowBg.functionSize7 {
    background: url(../img/bg_shadow_seven_icons.png) -3px -2px no-repeat;
}

#shadowBg.functionSize8 {
    background: url(../img/bg_shadow_eight_icons.png) -3px -2px no-repeat;
}

#shadowBg.functionSize9 {
    background: url(../img/bg_shadow_nine_icons.png) -3px -2px no-repeat;
}

#innerVideoPlayerContent {
    position: relative;
    z-index: 0;
}

#videoPlayerFunctions {
    width: 20px;
    height: 73px;
    padding: 0;
    /*border: 1px solid black;*/
    position: absolute;
    top: 0;
    right: 9px;
    overflow: hidden;
    direction: rtl;
}

#videoPlayerFunctions.functionSize3 {
    height: 73px;
}

#videoPlayerFunctions.functionSize4 {
    height: 95px;
}

#videoPlayerFunctions.functionSize5 {
    height: 117px;
}

#videoPlayerFunctions.functionSize6 {
    height: 139px;
}

#videoPlayerFunctions.functionSize7 {
    height: 161px;
}

#videoPlayerFunctions.functionSize8 {
    height: 183px;
}

#videoPlayerFunctions.functionSize9 {
    height: 205px;
}

#videoPlayerFunctions ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 11px;
}

#videoPlayerFunctions ul li {
    /*display: block;*/
    text-align: right;
    padding: 0;
    margin: 0;
}

#videoPlayerFunctions ul li#article a,
#videoPlayerFunctions ul li#article a:hover,
#videoPlayerFunctions ul li#send a,
#videoPlayerFunctions ul li#send a:hover,
#videoPlayerFunctions ul li#url a,
#videoPlayerFunctions ul li#url a:hover,
#videoPlayerFunctions ul li#zoom a,
#videoPlayerFunctions ul li#zoom a:hover,
#videoPlayerFunctions ul li#embed a,
#videoPlayerFunctions ul li#embed a:hover,
#videoPlayerFunctions ul li.book a,
#videoPlayerFunctions ul li.book a:hover,
#videoPlayerFunctions ul li.dvd a,
#videoPlayerFunctions ul li.dvd a:hover,
#videoPlayerFunctions ul li span {
    display: block;
    text-decoration: none;
    padding: 0 25px 0 0;
    margin: 8px 5px 8px 0;
    color: #BF0417;
    width: 185px;
    direction: ltr;
    /*width: 12px;*/
    /*height: 11px;*/
    /*border: 1px solid black;*/
}

#videoPlayerFunctions ul li#article span,
#videoPlayerFunctions ul li#send span,
#videoPlayerFunctions ul li#url span,
#videoPlayerFunctions ul li#zoom span {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    color: #ffffff;
    cursor: default;
}

#videoPlayerFunctions ul li#article a {
    background: url(video/skin/sidecontrolbar/but_article.png) 100% 1px no-repeat;
}

#videoPlayerFunctions ul li#article a:hover {
    background: url(video/skin/sidecontrolbar/but_article.png) 100% -18px no-repeat;
}

#videoPlayerFunctions ul li#article span {
    background: url(video/skin/sidecontrolbar/but_article.png) 100% 1px no-repeat;
}

#videoPlayerFunctions ul li#send a {
    background: url(video/skin/sidecontrolbar/but_send.png) 100% 2px no-repeat;
}

#videoPlayerFunctions ul li#send a:hover {
    background: url(video/skin/sidecontrolbar/but_send.png) 100% -17px no-repeat;
}

#videoPlayerFunctions ul li#send span {
    background: url(video/skin/sidecontrolbar/but_send.png) 100% 2px no-repeat;
}

#videoPlayerFunctions ul li#url a {
    background: url(video/skin/sidecontrolbar/but_url.png) 100% 2px no-repeat;
}

#videoPlayerFunctions ul li#url a:hover {
    background: url(video/skin/sidecontrolbar/but_url.png) 100% -17px no-repeat;
}

#videoPlayerFunctions ul li#url span {
    background: url(video/skin/sidecontrolbar/but_url.png) 100% 2px no-repeat;
}

#videoPlayerFunctions ul li.book a {
    background: url(video/skin/sidecontrolbar/but_book.png) 100% 1px no-repeat;
}

#videoPlayerFunctions ul li.book a:hover {
    background: url(video/skin/sidecontrolbar/but_book.png) 100% -18px no-repeat;
}

#videoPlayerFunctions ul li.dvd a {
    background: url(video/skin/sidecontrolbar/but_dvd.png) 100% 1px no-repeat;
}

#videoPlayerFunctions ul li.dvd a:hover {
    background: url(video/skin/sidecontrolbar/but_dvd.png) 100% -17px no-repeat;
}

#videoPlayerFunctions ul li#embed a {
    background: url(video/skin/sidecontrolbar/but_embed.png) 100% 2px no-repeat;
}

#videoPlayerFunctions ul li#embed a:hover {
    background: url(video/skin/sidecontrolbar/but_embed.png) 100% -17px no-repeat;
}

/*#videoPlayerFunctions ul li#zoom a {*/
    /*background: url(video/skin/sidecontrolbar/but_zoom.png) 100% 1px no-repeat;*/
/*}*/

/*#videoPlayerFunctions ul li#zoom a:hover {*/
    /*background: url(video/skin/sidecontrolbar/but_zoom.png) 100% -18px no-repeat;*/
/*}*/

/*#videoPlayerFunctions ul li#zoom span {*/
    /*background: url(video/skin/sidecontrolbar/but_zoom.png) 100% 1px no-repeat;*/
/*}*/

#videoPlayerFunctionsLayer {
    position: absolute;
    top: 0;
    right: 20px;
    display: none;
    background: #ffffff;
    width: 160px;
    height: 308px;
    padding: 0 5px 0 5px;
    z-index: 10;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    /*border: 1px solid black;*/
}

#videoURLContainer {
    position: absolute;
    top: 47px;
    right: -5px;
    display: none;
    width: 131px;
    height: 66px;
    padding: 5px;
    z-index: 9;
    background: url(../img/bg_shadow_box.png) top left no-repeat;
    /*border: 1px solid black;*/
    font-size: 11px;
}

#videoURLContainer .close {
    width: 7px;
    height: 7px;
    background: url(../img/close.png) center center no-repeat;
    cursor: pointer;
    margin-right: 5px;
}

#videoURLContainer .videoURL {
    clear: both;
    padding-top: 7px;
}

#innerVideoURLContainer {
    width: 131px;
    height: 66px;
}

/*#videoPlayerFunctionsLayer ul {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style-type: none;*/
    /*font-size: 11px;*/
/*}*/

/*#videoPlayerFunctionsLayer ul li {*/
    /*text-align: right;*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/

/*#videoPlayerFunctionsLayer ul li a,*/
/*#videoPlayerFunctionsLayer ul li a:hover {*/
    /*display: block;*/
    /*text-decoration: none;*/
    /*color: #BF0417;*/
    /*padding: 2px;*/
    /*margin: 7px 0 7px 0;*/
    /*height: 11px;*/
/*}*/

/*#videoPlayerFunctionsLayer ul li a:hover {*/
    /*color: #333333;*/
/*}*/

#videoTitle {
    width: 578px;
    height: 87px;
    margin-top: 5px;
}

#videoTitle h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 15px 5px 0;
    color: #333333;
    font-weight: normal;
    /*float: left;*/
    /*width: 445px;*/
}

#videoTitle .videoSource {
    /*float: left;*/
    width: 550px;
    text-align: right;
    vertical-align: bottom;
    /*display: table-cell;*/
}

#videoDescTitle {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.1em;
    color: #333333;
}

#videoDesc {
    width: 571px;
    margin-top: 5px;
    height: 175px;
    border: 1px solid #999999;
    overflow: auto;
}

#videoDesc #text {
    width: 540px;
    margin: 5px;
}

#videoListContainer {
    width: 340px;
    /*padding: 10px;*/
    /*border: 1px solid #cccccc;*/
    /*background: #ffffff;*/
    float: left;
}

#videoNavContainer {
    width: 340px;
    height: 26px;
    font-size: 12px;
    /*border: 1px solid black;*/
}

#videoNavContainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#videoNavContainer ul li {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
}

#videoNavContainer ul li a {
    display: block;
    color: #999999;
    text-decoration: none;
    margin: 0 3px 0 0;
    padding: 4px 10px 4px 10px;
    /*width: 94px;*/
    height: 17px;
    background: url(../img/bg_gadget_head.png) top left repeat-x;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#videoNavContainer ul li a:hover,
#videoNavContainer ul li a.act,
#videoNavContainer ul li a.act:hover {
    display: block;
    color: #ffffff;
    text-decoration: none;
    margin: 0 3px 0 0;
    padding: 4px 10px 4px 10px;
    /*width: 94px;*/
    height: 17px;
    background: #BF0417;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#videoList {
    width: 330px;
    height: 610px;
    padding: 10px 10px 10px 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    overflow: auto;
}

.videoContainer {
    width: 310px;
    padding: 10px 0 10px 0;
    /*background: #E3E2E2;*/
}

.videoContent {
    width: 150px;
    padding: 0 0 0 10px;
    margin: 0 10px 0 0;
}

.videoTeaser {
    height: 90px;
    overflow: hidden;
    font-size: 11px;
    color: #333333;
}

.videoTeaser span {
    font-size: 12px;
    color: #999999;
}

.videoFunctions {
    border-top: 3px solid #DADAD8;
    padding: 3px 0 0 0;
}

.videoFunctions .description {
    color: #1a4b6d;
    font-size: 11px;
}

.videoFunctions .functionLink a,
.functionLink a {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/icon_playlist_add.png) top left no-repeat;
}

.videoFunctions .functionLink a.remove,
.functionLink a.remove {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/icon_playlist_add.png) bottom left no-repeat;
}

.videoThumb {
    width: 130px;
    height: 91px;
    padding: 0 10px 0 0;
    /*position: relative;*/
}

.videoThumb div {
    position: absolute;
    top: 29px;
    left: 44px;
    width: 31px;
    height: 31px;
    background: url(../img/but_play_small.png) top left no-repeat;
}

.videoThumb img {
    border: 1px solid #999999;
}

.videoComment {
    width: 310px;
    padding: 10px 0 0 10px;
    font-size: 11px;
}

.videoComment span {
    color: #333333;
}

.separator {
    margin: 0 10px 0 10px;
    background: url(../img/separator.png) center left repeat-x;
}

.emptyPlaylist {
    text-align: center;
}

#tagCloud {
    width: 947px;
    height: 25px;
    padding: 5px;
    margin: 10px 0 0 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    overflow: hidden;
}

#tagCloud a {
    display: block;
    padding: 1px 6px 0 6px;
    float: left;
    text-decoration: none;
    margin: 0;
    /*height: 20px;*/
    /*position: relative;*/
    /*bottom: 0;*/
    /*margin: 0 10px 0 0;*/
}

#tagCloud span {
    /*display: table-cell;*/
    height: 25px;
    vertical-align: -20px;
    /*vertical-align: bottom;*/
    /*border: 1px solid black;*/
}

#tagCloud a.size1 {
    font-size: 8px;
}

#tagCloud a.size2 {
    font-size: 12px;
}

#tagCloud a.size3 {
    font-size: 16px;
}

#tagCloud a.size4 {
    font-size: 20px;
}

#tagCloud a.size5 {
    font-size: 24px;
}

#tagCloud a.act {
    color: #ffffff;
    background: #BF0417;
    text-decoration: none;
}


#rssFeed {
    padding: 10px;
    height: 18px;
}

#categoryVideosContainer {
    width: 937px;
    height: 465px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: url(../img/bg_category_videos.png) bottom left repeat-x;
}

#categoryListContainer {
    width: 150px;
    padding: 0;
    font-size: 12px;
    float: left;
}

#categoryListContainer ul {
    width: 140px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#categoryListContainer ul li {
    display: block;
    margin: 0;
    padding: 0;
}

#categoryListContainer ul li a {
    display: block;
    color: #333333;
    padding: 3px 8px 3px 8px;
    border-bottom: 1px solid #999999;
    text-decoration: none;
}

#categoryListContainer ul li a:hover,
#categoryListContainer ul li a.act,
#categoryListContainer ul li a.act:hover {
    display: block;
    color: #ffffff;
    padding: 3px 8px 3px 8px;
    background: #BF0417;
    border-bottom: 1px solid #999999;
    text-decoration: none;
}

#videoSlideContainer {
    width: 785px;
    height: 460px;
    margin: 0;
    padding: 0;
    float: left;
    /*border: 1px solid black;*/
}

#videoSlideControl {
    width: 25px;
    /*height: 450px;*/
    padding: 0;
    margin: 200px 0 0 0;
    /*border: 1px solid black;*/
}

#prevVideo,
#nextVideo,
#prevVideo:hover,
#nextVideo:hover {
    width: 25px;
    height: 25px;
    display: block;
}

#prevVideo,
#prevVideo:hover {
    margin: 0 0 25px 0;
}

#nextVideo,
#nextVideo:hover {
    margin: 25px 0 0 0;
}

#prevVideo {
    background: url(../img/video_arrow_up.png) 0% 0% no-repeat;
}

#prevVideo:hover {
    background: url(../img/video_arrow_up.png) 0% 110% no-repeat;
}

#nextVideo {
    background: url(../img/video_arrow_down.png) 0% 0% no-repeat;
}

#nextVideo:hover {
    background: url(../img/video_arrow_down.png) 0% 110% no-repeat;
}

#videoSlide {
    width: 750px;
    height: 450px;
    margin: 0 5px 0 0;
    /*border: 1px solid black;*/
}

.video-jcarousellite {
    width: 750px;
    height: 440px;
    /*border: 1px solid black;*/
}

.video-jcarousellite ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

.video-jcarousellite ul li{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0 8px 10px 8px;
    width: 750px;
    height: 220px;
    background: none;
    /*border: 1px solid black;*/
}

.categoryVideo {
    width: 172px;
    height: 220px;
    overflow: hidden;
    margin: 5px 15px 0 0;
    float: left;
    /*border: 1px solid black;*/
}

.categoryVideoThumb {
    width: 170px;
    height: 128px;
    position: relative;
    /*padding: 0 10px 0 0;*/
}

.categoryVideoThumb div {
    position: absolute;
    top: 52px;
    left: 74px;
    width: 31px;
    height: 31px;
    background: url(../img/but_play_small.png) top left no-repeat;
}

.categoryVideoThumb img {
    border: 1px solid #999999;
}

.categoryVideoTeaser {
    height: 45px;
    overflow: hidden;
    font-size: 11px;
    color: #333333;
    margin: 5px;
}

.categoryVideoTeaser span {
    font-size: 12px;
    color: #999999;
}

.categoryVideoFunctions {
    border-top: 3px solid #DADAD8;
    padding: 3px 0 0 0;
    margin: 0 5px 0 5px;
}

.categoryVideoFunctions .description {
    color: #1a4b6d;
    font-size: 11px;
}

.categoryVideoFunctions .functionLink a {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/icon_playlist_add.png) top left no-repeat;
}

.categoryVideoFunctions .functionLink a.remove {
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/icon_playlist_add.png) bottom left no-repeat;
}

/*------------------------------------------------------------------------------ PAGING*/

#paging {
    font-size: 11px;
}

#paging ul {
    margin: 0 10px 0 0;
    padding: 0;
    float: right;
}

#paging ul li {
    display: inline;
    text-align: center;
    padding: 0 1px 0 1px;
    margin: 0;
    float: left;
}

#paging ul li a {
    display: block;
    color: #999999;
    padding: 0 2px 0 2px;
}

#paging ul li a:hover,
#paging ul li a.act,
#paging ul li a.act:hover {
    display: block;
    color: #1a4b6d;
    padding: 0 2px 0 2px;
}

#paging ul li a.paging,
#paging ul li a.paging:hover {
    padding: 0;
}

.gadgetContainer {
    width: 351px;
    /*padding: 5px;*/
    border: 1px solid #cccccc;
    background: #ffffff;
    margin-bottom: 10px;
}

.gadgetHead {
    background: url(../img/bg_gadget_head.png) top left repeat-x;
    height: 25px;
    border-bottom: 1px solid #cccccc;
}

.gadgetHead h1 {
    font-size: 13px;
    font-weight: normal;
    color: #999999;
    /*margin: 10px 5px 0 5px;*/
    margin: 0;
    padding: 5px 5px 0 5px;
}

.gadgetContent,
.gadgetContentMagazine,
.gadgetContentNews {
    width: 341px;
    padding: 5px;    
}

.gadgetContentMagazine,
.gadgetContentNews {
    overflow-x: hidden;
}

.gadgetContentInfo {
    width: 336px;
    padding: 5px;
    overflow-x: hidden;
}

.gadgetContentAdTag {
    width: 336px;
    padding: 5px 5px 5px 7px;
    text-align:center;
    overflow-x: hidden;
}

.gadgetContentVideo {
    width: 351px;
}

.gadgetContentNews {
    width: 282px;
}

.gadgetFoot {
    background: url(../img/bg_gadget_foot.png) top left repeat-x;
    height: 17px;
    border-top: 1px solid #cccccc;
}

.gadgetContentMagazine {
    width: 211px;
    height: 62px;
    padding: 10px 135px 5px 5px;
}

.gadgetContentNewsletter {
    
}

.gadgetContentNewsletter .nlHead {
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    line-height: 32px;
}

.gadgetContentNewsletter .nlTeaser {
    width: 200px;
    font-size: 17px;
    color: #ffffff;
    line-height: 18px;
    margin: 10px 0 10px 0;
}

.gadgetContentNewsletter .nlInfo {
    font-size: 15px;
    color: #000000;
    margin: 10px 0 0 0;
}

.koppNewsletter {
    border: none;
    width: 334px;
    height: 245px;
    margin: 0;
    padding: 12px 0 0 17px;
    background: url(../img/bg_newsletter.jpg) top left no-repeat;
}

.topAuthor {
    background: url(../img/bg_topauthor.png) top left repeat-x;
}

.topVideo {
    background: url(../img/bg_topvideo.png) top left repeat-x;
}

.videoSize1 {
    padding-bottom: 5px;
}

.recommendation {
    background: url(../img/bg_recommendation.png) top left repeat-x;
}

.gadgetContent #newsImage {
    width: 136px;
    height: 102px;
    overflow: hidden;
    float: right;
    margin: 0 0 3px 5px;
}

.gadgetContent .newsSpacer {
    width: 1px;
    height: 8px;
}

/*------------------------------------------------------------------------------ TOP ARTICLES*/

#articleTabContainer {
    width: 340px;
    height: 19px;
}

#articleTabContainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#articleTabContainer ul li {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
}

#articleTabContainer ul li a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 4px 5px 4px 5px;
    margin-right: 3px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#articleTabContainer ul li a:hover,
#articleTabContainer ul li a.act,
#articleTabContainer ul li a.act:hover {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 4px 5px 4px 5px;
    margin-right: 3px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background: #333333;
}

#articleTabContainer ul li a.act:hover {
    color: #333333;
}

#topArticle {
    padding: 0;
    clear: both;
}

/*------------------------------------------------------------------------------ TOP VIDEOS*/

#topVideoContainer {
    position: relative;
    margin: 10px 15px;
    width: 319px;
    height: 239px;
    /*border: 1px solid black;*/
}

#topVideoContainer .butPlay {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 92px;
    left: 132px;
    background: url(../img/but_play.png) top left no-repeat;
}

#topVideoContainer .videoTitle {
    position: absolute;
    width: 305px;
    height: 26px;
    padding: 7px;
    bottom: 0;
    left: 0;
    color: #333333;
    /*font-size: 16px;*/
    background: #ffffff;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#videoThumbSlideContainer {
    width: 351px;
    height: 135px;
    margin: 0;
    padding: 15px 0 0 0;
    background: url(../img/bg_video.png) top left repeat-x;
    /*border: 1px solid black;*/
}

#prevVideoThumb,
#nextVideoThumb {
    width: 20px;
    height: 35px;
    display: block;
    margin: 30px 5px 0 5px;
}

#prevVideoThumb {
    background: url(../img/slide_white_left.png) center center no-repeat;
}

#nextVideoThumb {
    background: url(../img/slide_white_right.png) center center no-repeat;
}

#videoThumbSlideLeft,
#videoThumbSlideRight {
    width: 25px;
    height: 150px;
    /*border: 1px solid black;*/
}

#videoThumbSlideRight {
    margin: 0 0 10px 0;
}

#videoThumbSlide {
    width: 296px;
    height: 150px;
    margin: 0;
    /*border: 1px solid black;*/
}

.videoThumb-jcarousellite {
    width: 351px;
    height: 150px;
    overflow: hidden;
    /*border: 1px solid black;*/
}

.videoThumb-jcarousellite ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*float: left;*/
}

.videoThumb-jcarousellite ul li{
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0 6px 0 9px;
    width: 130px;
    height: 140px;
    background: none;
    float: left;
    /*border: 1px solid black;*/
}

.videoThumbContainer {
    width: 120px;
    height: 90px;
    margin: 0 5px 0 5px;
    /*overflow: hidden;*/
    /*border: 1px solid black;*/
    /*margin: 0;*/
    position: relative;
}

.videoThumbContainer div {
    position: absolute;
    top: 29px;
    left: 44px;
    width: 31px;
    height: 31px;
    background: url(../img/but_play_small.png) top left no-repeat;
}

.videoThumbContainer img {
    max-width: 120px;
    max-height: 90px;
    border: 1px solid #999999;
}

.videoInfo {
    color: #1a4b6d;
    font-size: 9px;
    line-height: 14px;
    margin: 3px 5px 0 5px;
}

.videoInfo .videoAuthor {
     color: #333333;
}

.videoInfo.a {
    text-decoration: none;
}

.videoInfo.a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------------------------ TOP AUTHOR*/

#authorSlideContainer {
    width: 341px;
    height: 120px;
    margin: 0;
    padding: 0;
    /*background: url(../img/bg_topauthor.png) top left repeat-x;*/
    /*display: none;*/
    /*border: 1px solid black;*/
}

#prevAuthor,
#nextAuthor {
    width: 20px;
    height: 35px;
    display: block;
    margin: 45px 5px 0 5px;
}

#prevAuthor {
    background: url(../img/slide_left.png) center center no-repeat;
}

#nextAuthor {
    background: url(../img/slide_right.png) center center no-repeat;
}

#slideLeft,
#slideRight {
    width: 25px;
    height: 120px;
    /*border: 1px solid black;*/
}

#slideRight {
    margin: 0 0 10px 0;
}

/** {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

#authorSlide {
    width: 286px;
    height: 130px;
    margin: 0;
    /*border: 1px solid black;*/
}

.topAuthor-jcarousellite {
    width: 341px;
    height: 120px;
    /*border: 1px solid black;*/
}

.topAuthor-jcarousellite ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*float: left;*/
}

.topAuthor-jcarousellite ul li{
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    width: 285px;
    height: 120px;
    background: none;
    float: left;
    /*border: 1px solid black;*/
}

.authorImg {
    width: 92px;
    height: 122px;
    margin-left: 10px;
}

.authorImg img {
    border: 1px solid #cccccc;
}

.authorText {
    width: 165px;
    height: 122px;
    margin-left: 10px;
    line-height: 16px;
    font-size: 11px;
    overflow: hidden;
    /*border: 1px solid black;*/
}

.authorText h2 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #1a4b6d;
}

.authorArticles {
    width: 100%;
    border-top: 2px solid #8FA6B5;
    margin-top: 10px;
    padding: 0;
}

.authorArticles h2,
.filterOptions h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 5px 10px 5px 10px;
}

/*------------------------------------------------------------------------------ BOOK RECOMMENDATION*/

#bookSlideContainer {
    width: 341px;
    height: 169px;
    margin: 0;
    padding: 0;
}

#prevBook,
#nextBook {
    width: 20px;
    height: 35px;
    display: block;
    margin: 50px 5px 0 5px;
}

#prevBook {
    background: url(../img/slide_blue_left.png) center center no-repeat;
}

#nextBook {
    background: url(../img/slide_blue_right.png) center center no-repeat;
}

#bookSlideLeft,
#bookSlideRight {
    width: 25px;
    height: 169px;
    /*border: 1px solid black;*/
}

#bookSlideRight {
    margin: 0 0 10px 0;
}

#bookSlide {
    width: 286px;
    height: 179px;
    margin: 0;
    /*border: 1px solid black;*/
}

.book-jcarousellite {
    width: 341px;
    height: 169px;
    overflow: hidden;
    /*border: 1px solid black;*/
}

.book-jcarousellite ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*float: left;*/
}

.book-jcarousellite ul li{
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0 8px 0 8px;
    width: 80px;
    height: 169px;
    background: none;
    float: left;
    /*border: 1px solid black;*/
}

.bookContainer {
    width: 80px;
    height: 165px;
    overflow: hidden;
    margin-top: 5px;
}

.bookContainer img {
    max-width: 75px;
    max-height: 117px;
}

.bookInfo {
    color: #1a4b6d;
    font-size: 9px;
    line-height: 14px;
    margin-top: 3px;
}

.bookInfo .bookAuthor {
     color: #333333;
}

.bookInfo.a {
    text-decoration: none;
}

.bookInfo.a:hover {
    text-decoration: underline;
}

/*----------------------------------------------------------------------- SECOND BOOK RECOMMENDATION*/

#secBookSlideContainer {
    width: 341px;
    height: 169px;
    margin: 0;
    padding: 0;
}

#prevSecBook,
#nextSecBook {
    width: 20px;
    height: 35px;
    display: block;
    margin: 50px 5px 0 5px;
}

#prevSecBook {
    background: url(../img/slide_blue_left.png) center center no-repeat;
}

#nextSecBook {
    background: url(../img/slide_blue_right.png) center center no-repeat;
}

#secBookSlideLeft,
#secBookSlideRight {
    width: 25px;
    height: 169px;
    /*border: 1px solid black;*/
}

#secBookSlideRight {
    margin: 0 0 10px 0;
}

#secBookSlide {
    width: 286px;
    height: 179px;
    margin: 0;
    /*border: 1px solid black;*/
}

.secBook-jcarousellite {
    width: 341px;
    height: 169px;
    overflow: hidden;
    /*border: 1px solid black;*/
}

.secBook-jcarousellite ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*float: left;*/
}

.secBook-jcarousellite ul li{
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0 8px 0 8px;
    width: 80px;
    height: 169px;
    background: none;
    float: left;
    /*border: 1px solid black;*/
}

.secBookContainer {
    width: 80px;
    height: 165px;
    overflow: hidden;
    margin-top: 5px;
}

.secBookContainer img {
    max-width: 75px;
    max-height: 117px;
}

.secBookInfo {
    color: #1a4b6d;
    font-size: 9px;
    line-height: 14px;
    margin-top: 3px;
}

.secBookInfo .bookAuthor {
     color: #333333;
}

.secBookInfo.a {
    text-decoration: none;
}

.secBookInfo.a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------------------------ DVD RECOMMENDATION*/

#dvdSlideContainer {
    width: 341px;
    height: 169px;
    margin: 0;
    padding: 0;
}

#prevDVD,
#nextDVD {
    width: 20px;
    height: 35px;
    display: block;
    margin: 50px 5px 0 5px;
}

#prevDVD {
    background: url(../img/slide_blue_left.png) center center no-repeat;
}

#nextDVD {
    background: url(../img/slide_blue_right.png) center center no-repeat;
}

#dvdSlideLeft,
#dvdSlideRight {
    width: 25px;
    height: 169px;
    /*border: 1px solid black;*/
}

#dvdSlideRight {
    margin: 0 0 10px 0;
}

#dvdSlide {
    width: 286px;
    height: 179px;
    margin: 0;
    /*border: 1px solid black;*/
}

.dvd-jcarousellite {
    width: 341px;
    height: 169px;
    overflow: hidden;
    /*border: 1px solid black;*/
}

.dvd-jcarousellite ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    /*float: left;*/
}

.dvd-jcarousellite ul li{
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0 8px 0 8px;
    width: 80px;
    height: 169px;
    background: none;
    float: left;
    /*border: 1px solid black;*/
}

.dvdContainer {
    width: 80px;
    height: 165px;
    overflow: hidden;
    margin-top: 5px;
}

.dvdContainer img {
    max-width: 75px;
    max-height: 117px;
}

.dvdInfo {
    color: #1a4b6d;
    font-size: 9px;
    line-height: 14px;
    margin-top: 3px;
}

.dvdInfo .dvdAuthor {
     color: #333333;
}

.dvdInfo.a {
    text-decoration: none;
}

.dvdInfo.a:hover {
    text-decoration: underline;
}

.filterOptions h2 {
    margin: 5px 10px 5px 0;
}

.filterOptions {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
}

.withSeparator {
    border-bottom: 3px solid #DADAD8;
}

.authorTopArticles td {
    padding: 2px 10px 2px 10px;
}

.odd {
    background: #ffffff;
}

.even {
    background: #DEE9EF;
}

#topArticles td,
#topReferences td {
    padding: 2px 5px 2px 5px;
}

#topArticles td#rankingColor1,
#topArticles td#rankingColor2,
#topArticles td#rankingColor3,
#topArticles td#rankingColor4,
#topArticles td#rankingColor5,
#topArticles td#rankingColor6,
#topArticles td#rankingColor7,
#topArticles td#rankingColor8,
#topArticles td#rankingColor9,
#topArticles td#rankingColor10 {
    padding: 2px 0 2px 5px;
}

#rankingColor1 {
    color: #000000;
}

#rankingColor2 {
    color: #222121;
}

#rankingColor3 {
    color: #424141;
}

#rankingColor4 {
    color: #5c5b5b;
}

#rankingColor5 {
    color: #7c7c7c;
}

#rankingColor6 {
    color: #999898;
}

#rankingColor7 {
    color: #c1c0c0;
}

#rankingColor8 {
    color: #cccccc;
}

#rankingColor9 {
    color: #d1cfd1;
}

#rankingColor10 {
    color: #d6d5d5;
}

/*------------------------------------------------------------------------------ EXCERPT OF THE DAY*/

.excerptOfDay {
    font-style: italic;
}

.excerptOfDay .author {
    font-style: normal;
    text-align: right;
}

.excerptOfDay .author span {
    font-size: 11px;
}

/*------------------------------------------------------------------------------ POLL*/

#pollResultContainer {
    /*border: 1px solid black;*/
    width: 340px;
}

.pollResult {
   margin-bottom: 5px;
}

.pollResultBar {
    background: url(../img/pollbar.png) center left repeat-x;
    height: 20px;
    margin-top: 3px;
}

#allVotes {
    font-style: italic;
    margin-top: 10px;
    /*border: 1px solid black;*/
}

/*------------------------------------------------------------------------------ FOOTER*/

.footNavContainer {
    font-size: 11px;
    position: relative;
}

.footNavContainer ul {
    margin: 0 45px 0 0;
    padding: 0;
    list-style-type: none;
}

.footNavContainer ul li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
}

.footNavContainer ul li a {
    display: block;
    color: #333333;
    background: url(../img/bg_footnav.png) bottom left no-repeat;
    text-decoration: none;
    padding: 2px 5px 2px 0;
    width: 141px;
}

.footNavContainer ul li a:hover,
.footNavContainer ul li a.act,
.footNavContainer ul li a.act:hover {
    display: block;
    color: #333333;
    background: url(../img/bg_footnav.png) bottom left no-repeat;
    text-decoration: none;
    padding: 2px 5px 2px 0;
    width: 141px;
}

/* Formulare
--------------------------------------------------------------- */

#main form { margin: 0 0 3.2308em 0; width: 540px; }
#main fieldset { }
#main legend { display: none;}
#main label { display: block; float: left; width: 8em;}
#main input { display: block; float: left; }
#main input[type="submit"] { }
#main input.submit { clear: both; float: none; }
#main textarea { }
#main form p { clear: both; float: left; margin: 0 0 .8077em 0; width: 100%;}
#main form span { margin: 0 0 0 15px;}
#main .checkbox label { display: block; float: left; width: 40em; }
#main .checkbox input { margin-right: 5px; }


/* Module
----------------------------------------------------------------*/
h3.kategorie { color: #757b7f; text-transform: uppercase; font-size: .8459em; letter-spacing:0.05em; line-height: 1.9091em; margin-bottom:0em;}
#main ul { margin-bottom: 1.6154em;}

#main img.floatleft {float: left; margin: 0 20px 1em 0;}
#main img.floatright {float: right; margin: 0 0 1em 20px;}

/* --- Startseite --- */

#highlightbox h2 { display: none;}
#highlightbox li { border-bottom: 1px solid #bed8f1; margin: 0 0 .3653em 0; padding: 0 0 .3653em 15px; background: url('/img/bullet-highlights.png') no-repeat 0 .4614em ;}

#main .mainteaser img { margin-bottom: 1.2309em; }
#main .mainteaser h3.kategorie { margin: 0 0 1.1em 0 ; padding-bottom: .3076em; border-bottom: .3636em solid #c0000d;}
#main .mainteaser h2 { font-size: 1.0769em; line-height: 1.5em; margin: 0 0 .0769em 0;}
#main .mainteaser p { margin-bottom: 0; }
#main .mainteaser ul { margin-top: .8077em;}
#main .mainteaser li { margin: 0em 0 0 0; background: url('/img/arrow.png') no-repeat 0 .5383em; padding-left: 14px;}

#main span.datum { color: #757b7f; font-size: 11px;}

/* Kommentare, Suche */
#main #kommentarbox h3 { color: #fff; margin-bottom: 10px; line-height: 21px; background: #6699cc; padding: 2px 5px; border-bottom: 1px solid #bed8f1; border-top: 0;}
#main #kommentarbox ol { list-style-type: none; margin-bottom: 10px; padding: 0 5px;}
#main #kommentarbox ol li { padding-left: 15px; background: transparent url('/img/bullet-kommentar.png') no-repeat 0 .4614em; }
#main #kommentarbox .kommentar-datum { margin: 0 1em 0 0;}
#main #kommentarbox p { padding-left: 5px; margin-bottom: 10px;}
#main .kommentar li.quiet { padding-left: 15px; background: transparent url('/img/bullet-kommentar.png') no-repeat 0 .4614em; }

/* --- Volltextsuche --- */
#filter p { margin-bottom: 0;}
#filter .searchfeedback { color: #c0000d; margin-bottom: 1.6154em;}
#filter .searchfeedback a { color: #c0000d;}
#filter .refineblock { margin-bottom: 1.6154em;}
.filter, .removeFilter { cursor: pointer;}
.filter:hover, .removeFilter:hover { text-decoration: underline;}

/*#trefferanzahl { border-top: 1px dotted #c2c8cc; border-bottom: 1px dotted #c2c8cc; clear: both; padding: 3px 0; margin: 0 0 1.4616em 0;}*/
#trefferanzahl { border-bottom: 1px dotted #c2c8cc; clear: both; padding: 0 0 5px 0; margin: 0 0 1.6154em 0;}

#trefferanzahl.vkal { border-top: 0;  margin: 0 0 1.6154em 0; padding-top: 0;}
#trefferanzahl p { margin: 0 0 7px 0; color: #757b7f;}

.searchresult { margin-bottom: 1.6154em;}
.searchresult p { margin-bottom: 0;}

#searchpagination { border-top: 1px dotted #c2c8cc; border-bottom: 1px dotted #c2c8cc; float: left; padding: 5px 0; margin: 1.1535em 0 1.6154em 0; width: 100%;}
#searchpagination p { float: right;  margin-bottom: 0;}
#searchpagination ul { float: left; }
#searchpagination li { display: inline;}
#searchpagination li a { padding: 2px 6px;}
#searchpagination li.current a { background: #deebf9;}
