@charset "UTF-8";
/* CSS Document */

/*------Allgemeine Definitionen-----*/
/*----------------------------------*/

*{
        margin: 0;
        padding: 0;
}

a{
        color: #1c3a78;
}

a:hover, a:active{
        color: #b5cafe;
}

a img{
        border: 0 none;
}

body{
        background: #ffffff;
        color: #333333;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
}

/*Formulare*/
input, textarea{
        background: #b5cafe;
        border: 1px solid #1c3a78;
        color: #000000;
        padding: 3px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 11px;
        margin-bottom: 10px;
}

/*Horizontale Linie*/

hr{
        width:100%;
        border:none;
        color:#1c3a78;
        background:#1c3a78;
        height: 1px;
        margin: 7px 0px 7px 0px !important;
        margin: -2px 0px -2px 0px;
        line-height:1px;
        font-size:1px;
}

/*Listen*/

ul, ol{
        margin-left: 15px;
        margin-bottom: 10px;
}

ul li, ol li{
        line-height: 150%;
}

/*----------------IDs---------------*/
/*----------------------------------*/

#center{
        height: 500px;
}

#wrapper{
        width: 800px;
        margin: auto;
        background: url(../img/bg_main.jpg) repeat-y;
}

#header{
        height: 438px;
        background: url(../img/animation.jpg) no-repeat;
}

#header h1{
        display: none;
}

#navigation{
        width: 780px;
        height: 25px;
        margin: auto;
        background: url(../img/bg_navigation.jpg) no-repeat;
}

#navigation a{
        color: #152B65;
        cursor: pointer;
        display: block;
}

#navigation a:hover{
        color: #ffffff;
}

#navigation ul.menu ul a{
        color: #425b8f;
        cursor: pointer;
        display: block;
}

#navigation ul.menu ul a:hover{
        color: #ffffff;
}

#main{
        padding-top: 10px;
        background: url(../img/bg_main.jpg) repeat-y;
}

#back{
        width: 780px;
        float: left;
        padding-bottom: 0;
        background: #ffffff;
}

#content{
        width: 780px;
        float: left;
        padding: 0 10px;
        background: url(../img/bg_main.jpg) repeat-y;
}

#inner{
        float: left;
        background: url(../img/bg_inner.jpg) repeat-y;
}

#inwrap{
        float: left;
}

#intro{
        margin-bottom: 20px;
}

#intro h2{
        padding-top: 0 !important;
}

/*Linke Spalte*/
/*------------------------*/

#left{
        width: 540px;
        min-height: 520px;
        float: left;
        padding: 10px 20px 0 20px;
        background: url(../img/bg_left_top.jpg) top no-repeat #ffffff;
}

#left a{
        color: #1c3a78;
        text-decoration: underline;
}

#left a:hover, #left a:active{
        color: #b5cafe;
}

#left h2{
        font-weight: bold;
        color: #152b65;
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 5px;
}

#left h3{
        font-weight: bold;
        color: #5B71AA;
        font-size: 11px;
        padding-bottom: 10px;
}

#left h4{
        font-weight: bold;
        color: #5B71AA;
        font-size: 12px;
        padding-bottom: 15px;
}

#left h5, #left h6{
        font-weight: bold;
        color: #1c3a78;
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 10px;
}

#left p{
        line-height: 150%;
        padding-bottom: 10px;
        text-align: justify;
}

/*links ausgerichtetes Bild*/

#left img.left{
        float: left;
        margin: 0 10px 10px 0;
}

/*rechts ausgerichtetes Bild*/

#left img.right{
        float: right;
        margin: 0 0 10px 10px;
}


/*Rechte Spalte*/
/*-------------*/

#right{
        color: #333333;
        width: 180px;
        float: left;
        padding: 0 10px 0 10px;
        background: url(../img/bg_right_top.jpg) no-repeat #152b65;
}

#right img{
        float: left;
        margin-bottom: 10px;
}

#right a{
        color: #1c3a78;
        text-decoration: underline;
}

#right a:hover, #right a:active{
        color: #000000;
}

#sponsoren{
        margin-top: 10px;
        margin-bottom: 10px;
}

#footer{
        height: 20px;
        width: 800px;
        float: left;
        color: #fff;
        padding-top: 36px;
        line-height: 20px;
        font-size: 10px;
        text-align: center;
        text-decoration: none;
        background: url(../img/bg_footer.jpg) no-repeat;
}

#footer a{
        color: #152b65;
        text-decoration: none;
        text-transform: uppercase;
}

#footer a:hover{
        color: #e1e4ff;
}

/*--------------KLASSEN-------------*/
/*----------------------------------*/

/*Hilfsklassen*/

.fright{
        float: right;
}

.fleft{
        float: right;
}

.topmargin{
        margin-top: 20px;
}

.botmargin{
        margin-bottom: 20px;
}

.nodisplay{
        display: none;
}

.nopad{
        margin: 0;
        padding: 0;
}

.bold{
        font-weight: bold;
}

/*Newsitem*/

.newsitem{
        width: 160px;
        padding: 10px;
        margin-bottom: 10px;
        background: url(../img/bg_newsitem_top.jpg) top no-repeat;
}

.newsitem_bottom{
        margin-top: 10px;
        background: url(../img/bg_newsitem_bottom.jpg) bottom no-repeat #e1e4ff;
}

.newsitem h2, .newsitem h3, .newsitem h4, .newsitem h5, .newsitem h6{
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        color: #152b65;
        padding-bottom: 10px;
}

.newsitem p{
        text-align: left;
        padding-bottom: 5px;
}

#rightlink_topmost{
        background: url(../img/bg_rightlink_topmost.jpg) top no-repeat;
        display: block;
        width: 180px;
        height: 1px;
}

#righlink-wrapper{
        background: url(../img/bg_rightlink_topmost.jpg) top no-repeat;
        padding-top: 1px;
}

#righlink-wrapper a.rightlink{
        display: block;
        height: 25px;
        line-height: 25px;
        width: 180px;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        background: url(../img/bg_rightlinks.jpg) top no-repeat;
}

#righlink-wrapper a.rightlink:hover{
        color: #e1e4ff;
        background: url(../img/bg_rightlinks.jpg) bottom no-repeat;
}

/*Mehr-Button*/

a.mehr_button{
        display: block;
        height: 20px;
        clear: left;
        width: 57px;
        margin-top: 10px;
        cursor: pointer;
        background: url(../img/button_mehr.jpg) top no-repeat;
}

a.mehr_button:hover{
        background: url(../img/button_mehr.jpg) bottom no-repeat;
}

/*Zurück-Button*/

.button_zurueck{
        display: block;
        height: 20px;
        clear: left;
        width: 81px;
        margin-top: 10px;
        cursor: pointer;
        background: url(../img/button_zurueck.jpg) top no-repeat;
}

.button_zurueck:hover{
        background: url(../img/button_zurueck.jpg) bottom no-repeat;
}

table td{
        padding: 2px;
}

/*Typo*/

#right div.csc-header h2{
        margin-top: 0px;
}

#right div.csc-header h2 a{
        text-decoration: none;
}

div.csc-header-n1 h2 {
        margin: 0;
}

h2.imageheader-hb, h2.imageheader-gr {
        overflow: hidden;
        height: 63px;
        /*text-indent: 999em;*/
        white-space: nowrap;
        background-repeat: no-repeat;
}

#left h2.imageheader-hb{
        margin-top: 0;
}

#left h2.imageheader-gr {
        height: 31px;
        margin-top: 30px;
}

fieldset.csc-mailform {
        border: 0 none;
}

div.csc-mailform-field select{
        margin-bottom: 10px;
}

div.csc-mailform-field label{
        width: 200px;
        display: block;
}

/*--Fotogalerie--*/

a.kategorie_saison09_grancanaria:hover, a.kategorie_saison09_essen:hover, a.kategorie_saison09_norderney:hover, a.kategorie_saison09_baden:hover, a.kategorie_saison09_tido:hover, a.kategorie_saison09_shanghai:hover, a.kategorie_saison09_berlin:hover, a.kategorie_saison09_wmstavanger:hover, a.kategorie_saison09_moskau:hover, a.kategorie_saison09_jablonki:hover{
        color: #fff !important;
}

.kategorie_saison09_jablonki {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turniersaison09_jablonki.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_moskau {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turniersaison09_moskau.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_wmstavanger {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turniersaison09_wmstavanger.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_berlin {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turnieraison09_berlin.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_grancanaria{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turnieraison09_grancanaria.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_shanghai{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turnieraison09_shanghai.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_norderney{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turnieraison09_norderney.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_essen{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turnieraison09_essen.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_saison09_baden{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turnieraison09_baden.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;

}

.kategorie_saison09_tido{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turniersaison09_tido.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_diverse{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/diverse.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_diverse_in, .kategorie_fuerteventura_07_in, .kategorie_fuerteventura_08_inner{
        width: 480px;
        height: 40px;
        background: url(../pics/ueberschrift_small.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: center;
        line-height: 40px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_diverse{
        font-weight: bold;
}
a.kategorie_diverse:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}
.kategorie_fuerteventura_07{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/fuerteventura_07.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_07{
        font-weight: bold;
}
a.kategorie_fuerteventura_07:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/fuerteventura_08.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_in{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/fuerteventura_08.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}
a.kategorie_fuerteventura_08{
        font-weight: bold;
}
.kategorie_fuerteventura_08_fallfuerzwei{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_fallfuerzwei.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_fallfuerzwei_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_fallfuerzwei.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_fallfuerzwei{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_fallfuerzwei:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08_glamour{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_glamour.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_glamour_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_glamour.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_glamour{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_glamour:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08_lifestyle{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_lifestyle.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_lifestyle_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_lifestyle.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_lifestyle{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_lifestyle:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08_makingof{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_makingof.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_makingof_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_makingof.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_makingof{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_makingof:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08_hautnah{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_hautnah.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_hautnah_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_hautnah.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_hautnah{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_hautnah:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08_fitness{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_fitness.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_fitness_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_fitness.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_fitness{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_fitness:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08_fitness{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_fitness.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_fitness_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_fitness.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_fitness{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_fitness:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_fuerteventura_08_action{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_action.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_08_action_in{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_08_action.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_08_action{
        font-weight: bold;
}
a.kategorie_fuerteventura_08_action:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_lena_gercke{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/lena_gercke.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_lena_gercke{
        font-weight: bold;
}
a.kategorie_lena_gercke:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_nestea_07{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/nestea_2007.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_nestea_07{
        font-weight: bold;
}
a.kategorie_nestea_07:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

.kategorie_nestea_07_in{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/nestea_2007.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_tv_total{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/tv_total.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_tv_total{
        font-weight: bold;
}
a.kategorie_tv_total:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}
.kategorie_turmspringen{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turmspringen.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_turmspringen{
        font-weight: bold;
}
a.kategorie_turmspringen:hover{
        text-decoration: none !important;
        color: #5B71AA !important;

}
.kategorie_turmspringen_2009{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/turmspringen_2009.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_turmspringen_2009{
        font-weight: bold;
}
a.kategorie_turmspringen_2009:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}
.kategorie_saison_08{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison_2008.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison_08{
        font-weight: bold;
}
a.kategorie_saison_08:hover{
        text-decoration: none;
        color: #FFFFFF;
}
.kategorie_saison_09{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison_2009.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison_09{
        font-weight: bold;
}
a.kategorie_saison_09:hover{
        text-decoration: none;
        color: #FFFFFF;
}
.kategorie_saison_10{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison_2010.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison_10{
        font-weight: bold;
}
a.kategorie_saison_10:hover{
        text-decoration: none;
        color: #FFFFFF;
}
.kategorie_saison10_stavanger{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison10_stavanger.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison10_stavanger{
        font-weight: bold;
}
a.kategorie_saison10_stavanger:hover{
        text-decoration: none;
        color: #FFFFFF;
}
.kategorie_saison_10_frankfurt{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison_10_frankfurt.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison_10_frankfurt{
        font-weight: bold;
}
a.kategorie_saison_10_frankfurt:hover{
        text-decoration: none;
        color: #FFFFFF;

}
.kategorie_saison10_seoul{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison10_seoul.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison10_seoul{
        font-weight: bold;
}
a.kategorie_saison10_seoul:hover{
        text-decoration: none;
        color: #FFFFFF;

}
.kategorie_saison10_moskau{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison10_moskau.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison10_moskau{
        font-weight: bold;
}
a.kategorie_saison10_moskau:hover{
        text-decoration: none;
        color: #FFFFFF;
        }
.kategorie_saison10_gstaad{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison10_gstaad.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison10_gstaad{
        font-weight: bold;
}
a.kategorie_saison10_gstaad:hover{
        text-decoration: none;
        color: #FFFFFF;
        }
.kategorie_saison10_olten{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison10_olten.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison10_olten{
        font-weight: bold;
}
a.kategorie_saison10_olten:hover{
        text-decoration: none;
        color: #FFFFFF;
        }
.kategorie_saison10_hamburg{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison10_hamburg.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison10_hamburg{
        font-weight: bold;
}
a.kategorie_saison10_hamburg:hover{
        text-decoration: none;
        color: #FFFFFF;
}
.kategorie_saison_10_rom{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/saison_10_rom.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_saison_10_rom{
        font-weight: bold;
}
a.kategorie_saison_10_rom:hover{
        text-decoration: none;
        color: #FFFFFF;
}
.kategorie_fernsehgarten{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/fernsehgarten_08.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fernsehgarten{
        font-weight: bold;
}
a.kategorie_fernsehgarten:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}
.kategorie_winter09{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/wintershooting_09.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_winter09{
        font-weight: bold;
}
a.kategorie_winter09:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}
.kategorie_halloffame{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/halloffame.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_halloffame{
        font-weight: bold;
}
a.kategorie_halloffame:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}

/*2009er-Fotos*/

.kategorie_fuerteventura_09{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/fuerteventura_09.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 15px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
.kategorie_fuerteventura_09_in{
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/fuerteventura_09.jpg)  no-repeat #fff;
        margin: auto;
        margin-bottom: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.kategorie_fuerteventura_09:hover{
        text-decoration: none !important;
        color: #5B71AA !important;
}
a.kategorie_fuerteventura_09{
        font-weight: bold;
}

.kategorie_fuerteventura_09_duoinfernale{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_duoinfernale.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_fuerteventura_09_ich{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_ich.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_fuerteventura_09_meinblock{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_meinblock.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_fuerteventura_09_lifeisabeach{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_lifeisabeach.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_fuerteventura_09_memyselfandi{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_memyselfandi.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_fuerteventura_09_snapshots{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_snapshots.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_fuerteventura_09_fashion{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_fashion.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_fuerteventura_09_itsmytime{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/fuerteventura_09_itsmytime.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_nestea07_luzern{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/nestea_2007_luzern.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_nestea07_moskau{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/nestea_2007_moskau.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_nestea07_hamburg{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/nestea_2007_hamburg.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

.kategorie_nestea07_valencia{
        width: 480px;
        height: 70px;
        background: url(../img/kategorienbilder/nestea_2007_valencia.jpg)  no-repeat #fff;
        margin: auto;
        margin-top: 5px;
        display: block;
        padding-right: 20px;
        text-align: right;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

/*Ranglisten*/

.rangliste_cev {
        width: 480px;
        height: 70px;
        background: url(../img/ranglisten_background_cev.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}
a.rangliste_cev:hover {
        color: #5B71AA !important;
        text-decoration: none;
}

.rangliste_dvv {
        width: 480px;
        height: 70px;
        background: url(../img/ranglisten_background_dvv.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.rangliste_dvv:hover {
        color: #5B71AA !important;
        text-decoration: none;
}

a.rangliste_fivb {
        width: 480px;
        height: 70px;
        background: url(../img/ranglisten_background_fivb.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 70px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.rangliste_fivb:hover{
        color: #5B71AA !important;
        text-decoration: none;
}
a.presseberichte_2010 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/presseberichte_2010.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.presseberichte_2010:hover{
        color: #5B71AA !important;
        text-decoration: none;
}

a.presseberichte_2009 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/presseberichte_2009.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.presseberichte_2009:hover{
        color: #5B71AA !important;
        text-decoration: none;
}

a.presseberichte_2008 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/presseberichte_2008.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.presseberichte_2008:hover{
        color: #5B71AA !important;
        text-decoration: none;
}

a.presseberichte_2007 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/presseberichte_2007.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.presseberichte_2007:hover{
        color: #5B71AA !important;
        text-decoration: none;
}

a.presseberichte_2006 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/presseberichte_2006.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.presseberichte_2006:hover{
        color: #5B71AA !important;
        text-decoration: none;
}

a.internet_2010 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/internet_2010.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.internet_2010:hover{
        color: #5B71AA !important;
        text-decoration: none;
}
a.internet_2009 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/internet_2009.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.internet_2009:hover{
        color: #5B71AA !important;
        text-decoration: none;
}

a.internet_2008 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/internet_2008.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.internet_2008:hover{
        color: #5B71AA !important;
        text-decoration: none;
}


a.internet_2007 {
        width: 480px;
        height: 100px;
        background: url(../img/kategorienbilder/internet_2007.jpg) no-repeat #FFFFFF;
        display: block;
        text-align: right;
        margin: auto;
        margin-bottom: 15px;
        padding-right: 20px;
        line-height: 100px;
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px;
        text-decoration: none !important;
        color: #152b65;
        font-weight: bold;
}

a.internet_2007:hover{
        color: #5B71AA !important;
        text-decoration: none;
}

#outer{
        width: 1070px;
        margin: auto;
}

#banner_links{
        float: left;
        width: 120px;
        height: 350px;
        margin-top: 20px;
}

#banner_rechts{
        float: right;
        width: 120px;
        height: 350px;
        margin-top: 20px;
}

fieldset{
        border: 0 none;
}

div.news-list-item{
        margin-top: 15px;
}