/* Allgemeiner Input Stlye */

.autocomplete-w1 { background:url(/2010/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { font-size: 11px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#e3e2e1; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#343466; }

a {
   color: #343466;
}

a:hover {
   color: #343466;
}

form,h1,h2,h3,h4,h5,div,p,td,table {
 padding:0px;
 margin:0px;
}

table td {
font-size:11px;
}


/* ==== Main table ==== */
table.main {
 clear: both;
 padding: 0px;
 margin: 0px;
}


/* ==== TopBar ==== */
#topbar {
    background:#dfdfdf;
    border-bottom:1px solid #000;
    height:17px;
    position:relative;
}

/* Zweit-Navigation
#navigation2 {
    position:absolute;
    top:0;
    margin:20px;
    padding:0;
    width:100%; /* Opera 7 Bug */
}

#navigation2 li {
    display:block;
    margin:0;
    padding:0;
    float:right;
}

#navigation2 a {
    display:block;
    padding:0 7px;
    background:#F0F0F0;
    border-left:1px solid #CCC;
    font-size:10px;
    line-height:17px;
    font-weight:bold;
    text-decoration:none;
    color:#222;
}

#navigation2 a:hover {
    background:#FEFEFE;
    text-decoration:none;
}
*/



#content_wrapper {
    position:relative;
}



/* ==== super =========*/
div#super {
}

body > div#super {
}


/* ----------------------------- common function ---*/
div#header div#functions div#common_functions {
 border-bottom:3px solid #5057AB;
 float:left;
 width: 100%;
}


div#header ul li {
}

/* -------------------------- user functions -------*/
div#header div#user_functions {
 border-bottom:3px solid #5057AB;
 width:300px;
 float:right;
 border-left:1px solid #fff;
}

div#header div#user_functions ul li {
 display:block;
 float:left;
}



/*--- extra ---------*/
div#header div#extra {
 height:90px;
 width:1px;
}


div#left table {
    border-collapse:collapse;
    padding:0px;
    margin:0px;
    width:100%;
}

div#left table td {
    border-bottom:1px dashed #ddd;
    padding:2px;
    margin:0px;
    background-color:#ccc;
    vertical-align:top;
}

/*--- box / profil --------*/
div#left div.profil p{
 border-bottom:1px solid #fff;
}

div#left div.profil div.functions {
 padding:0px;
}

div#left div.profil div.functions a{
 display:block;
 font-weight:normal;
 background-color:#9898A9;
 border-top:1px solid #B2B2C7;
 border-bottom:1px solid #6A6A81;
 color:#fff;
 font-size:11px;
 padding:2px 0px 2px 5px;
 
}

div#left div.profil div.functions a:hover{
    background-color:#FFDD00;
    color:#343466;
    text-decoration:none;
}



/*--- box / members online -----*/
div#left div.online table td  {
 font-size:11px;

}

div#left div.online table td a {
 font-size:13px;
}

span.functions {
    padding: 0px 0px;
    float: right;
    margin-bottom: 2px;
}

span.functions a {
 color: #343466;
 font-size: 11px;
}

span.functions img {
 border:0;
}


/*-- trennlinie-- */
hr {
 border-width:0px;
 border-top:1px dashed #fff;
 padding:0px;
 margin:0px;
 height:1px;
 width:100%;
}






/*---------------------- main >> top >> tabs --*/
div.top div.tabs {
 padding:0px 0px 0px 0px;
}

div.top div.trenner {
 height: 2px;
 border-top: 3px solid #343466;
 clear: both;
 font-size: 1%;
 line-height: 1%;
 background-color: #ffffff;
}

div.top div.tabs a{
 float:left;
 margin:0px 0px 0px 0px;
 padding:3px 15px 2px 15px;
 background: url(../img/bg_tabs.png);
 background-repeat:no-repeat;
 background-position:top right;
 font-weight:bold;
 font-size:12px;
 display:block;
 text-decoration:none;
 /*border-left:1px solid #BBC0CA;*/
 /*
 border-top: 1px solid #343466;
 border-left: 1px solid #343466;
 border-right: 1px solid #343466;
 */

 color:#000000;
}

div.top div.tabs a:hover{
 text-decoration:underline;
 background-image: none;
 text-decoration: none;
 background-color:#FFDE00;
 color: #000000;
}

div.top div.tabs a.current{
 background: url(../img/bg_tab_current.png);
 background-repeat:no-repeat;
 background-position:top right;
 color:#fff;
 margin-bottom:0px;
}

div.top div.tabs a.meta{
 background-image: none;
 margin-bottom:0px;
 background-color: #c0c0c0;
 font-weight: normal;
}



/* ====================== main >> Karriere ======*/

table.karriere {
   padding: 0px;
   margin: 10px 0px 0px 0px;
   width: 100%;
}

table.karriere tr {
}

table.karriere th {
   background-color: #e3e1e2;
   color: #343466;
   text-align: left;
   padding: 2px 5px;
   font-size: 11px;

}

table.karriere td {
   vertical-align: top;
   padding: 0px 5px 10px 5px;
   background-color: #f0f0f0;
   border-bottom: 1px solid #ffffff;
}



/* ====================== main >> news ======*/
table.news_main {
   padding: 0px;
   margin: 0px 0px 15px 0px;
   width: 100%;
}

table.news_main th {
   background: #e9e9e9;
   background-repeat:repeat-y;
   text-align: left;
   padding: 2px 5px 4px 13px;
   border-bottom: 1px solid #cccccc;
   vertical-align: top;
}

table.news_main h2 {
  font: 12px Arial;
  font-weight: bold;
  margin-bottom: 15px;
}

table.news_main h3{
   font-size:15px;
}

table.news_main h5 {
   font-weight: normal;
}


/* date and author */
table.news_main th.right {
   text-align: right;
   border-left: 0px solid #ffdd00;
   border-bottom: 1px solid #cccccc;
   white-space: nowrap;
}

table.news_main h5 a {
    font-size: 10px;
}


table.news_main td {
   vertical-align: top;
   background-color: #00000;
   padding: 2px 0px 2px 5px;
   font: 12px Arial;
   line-height: 16px;
   letter-spacing:0.5px;
}

table.news_main td p {
   padding: 0px;
}

table.news_main td div {
}


table.news_main td.list {
   vertical-align: top;
   padding: 0px 5px 0px 5px;
   background-color: #f0f0f0;
}

table.news_main h2 {
  font-size: 14px;
}

table.news_main_pics {
    padding: 4px 0px 0px 0px;
    border: 0px solid #ffffff;
    margin: 0px 6px 0px 6px;
}

table.news_main_pics td {
    padding: 0px;
     border: 0px solid #ffffff;
}

table.news_main_pics th {
    font-size: 11px;
    background-color: #ffffff;
    padding: px 2px;
    font-weight:normal;
    text-align: left;
    border-top: 0px solid #ffffff;
}

table.news_main a {
    border-bottom:1px nonew;
}

table.news_main a:hover {
    color:#a00;
    text-decoration:none;
}



/* ====================================================================== */
table.list_kategorie {
 width: 100%;
 font-size: 80%;
}

table.list_kategorie th {
 text-align: left;
 background-color: #A7B1C5;
 padding: 2px 5px;
}

table.list_kategorie tr {
}

table.list_kategorie td {
 padding: 2px 5px;
 background-color: #ffffff;
 border-top: 1px solid #000000;
}



div.end {
 clear:both;
 height:10px;
 width:1px;

}
/* -------------------------------- foto ------*/
div.content div.profil_foto {
 padding:10px;
 background-color: #eeeeee;
 margin:0px 0px 10px 0px;

}
div.content div.profil_foto a{
 display:block;
}

/* -------------------------------- info-box ---*/
div.content div.box {
/* background-color:#DFDCCE; */
 background-color: #eeeeee;
 width:250px;
}

div.content div.box h2 {
/*   background-color: #dfdfdf;*/
    background-color: #C2D3DD;
   text-align: left;
   padding: 2px 5px;
   border-bottom: 1px solid #343466;
   font-size: 11px;
   text-transform:capitalize;
   letter-spacing:1px;
    background-image:url(/img/bg_left_blockheadline_corner.gif);
    background-repeat:no-repeat;
    background-position:top right;

/*
 padding: 2px 0px 2px 5px;
 margin: 1px 0px 0px 0px;
 background-color: #C2D3DD;
 color: #000000;
 font-size:13px;
 font-weight:bold;
 border-bottom: 1px solid #ffffff;
 text-transform:capitalize;
 letter-spacing:1px;
    background-image:url(/img/bg_left_blockheadline_corner.gif);
    background-repeat:no-repeat;
    background-position:top right;
*/
}

/*
table.karriere th {
   background-color: #dfdfdf;
   text-align: left;
   padding: 2px 5px;
/*   border-bottom: 1px solid #ffffff;*/
   border-bottom: 1px solid #343466;
   border-top: 1px solid #343466;

}



*/

div.content div.box h2 a {
 float:right;
 color: #ffffff;
 font-weight: normal;
 font-size: 90%;
 text-decoration: none;
}

div.content div.box div.group {
 padding:3px 0px 0px 3px;
}


/*------------------- layout of boxes ---------*/
/*
div.content div.overview {
 float:right;
 margin:10px 0px 14px 5px;
 width:40%;
}
*/
/*
div.content div.adresses {
 float:right;
 margin:10px 5px 5px 5px;
}
*/


div.content div.knowledge {
 clear:both;
 margin:0px 10px 5px 5px;
 width:99%;
}


div.content div.layout_left {
 height:80px;
 margin-right:220px;

}

/*===================== Table Boxes  ----------*/

table.profile_header {
    font-size: 11px;
}

table.profile_header td {
    vertical-align: top;
    padding: 2px 5px;
}

div.content div.box table {
    background-color: #eeeeee;
    text-align: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-collapse: collapse;
}



div.content div.box table h3 {
    background-color: #eeeeee;
    padding: 0px;
    margin: 0px;
    font-weight:bold;
    font-size: 11px;
}

div.content div.box table h4 {
    background-color: #eeeeee;
    padding: 0px;
    margin: 0px;
    font-weight:normal;
    font-size: 11px;
}


div.content div.box a {
    color: #343466;
    text-decoration:none;
    padding: 3px 5px;
    font-size: 10px;
}

div.content div.box a:hover {
    text-decoration:underline;
}


div.content div.box table th {
 text-align: left;
 background-color: #cccccc;
 font-size: 90%;
 padding: 2px 0px 0px 5px;
 white-space: nowrap;
}

div.content div.box table a {
}

table td.date {
 font-size: 65%;
 vertical-align: top;
 width:120px;
}

div.cv_box table td.spacing {
 border-bottom: 3px #ffffff solid;
}

div.content div.box table td.first {
 width: 90px;
}

div.content div.box table td {
 padding: 2px 1px;
 vertical-align: top;
 padding: 2px 0px 2px 5px;
 border-bottom: 1px solid #ffffff;
 font-size: 75%;
 font-size: 11px;

}



/*======================= form display ====*/
div.group p {
 clear:left;
}

div.group p label {
 float:left;
 width:80px;
 padding-top:2px;
 text-align:left;
 font-size:85%;
 color:#444;
}

div.group p span {
 margin-left:5px;
 float:left;
}

table.list_navigation {
   background-color: #FFffff;
   width: 100%;
   font-size: 75%;
}

table.list_navigation td {
   padding: 2px 5px;
}

/* ======================================== */
/* Formular Tabelle                         */

table.formedit {
    padding: 0px;
    margin: 0px;
    background-color: #f1f1f1;
    border-width: 0px;
    border-collapse: collapse;
    width: 100%;
    max-width:700px;
}

table.formedit td {
    font-size: 12px;
    padding-top: 1px;
    vertical-align:top;
}

table.formedit th {
    text-align: left;
    color: #343466;
    border-top: 3px solid #ffffff;
    background-color: #e3e1e2;
    font-size: 12px;
    padding: 3px 5px;
}

table.formedit label {
    text-transform: capitalize;
    color: #666666;
    width: 100px;
    float: left;
    text-align: left;
    margin: 0 0 5px 0;
    clear: both;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 5px;
    padding-top: 3px;
}

table.formedit label.red {
    color: #ff0000;
}


table.formedit input {
   font-size: 12px;
   padding: 1px 4px 1px 4px;
   text-align: left;
   font-family: Tahoma;
   margin: 2px 5px;
   border: 1px solid #bbbbbb;
   border: 1px solid #d0d0d0;
   width: 90%;
}

table.formedit textarea {
   font-size: 12px;
   width: 90%;
   padding: 1px 4px 1px 4px;
   text-align: left;
   font-family: Tahoma;
   margin: 2px 5px;
   border: 1px solid #bbbbbb;
   border: 1px solid #d0d0d0;
}
table.formedit input.red,textarea.red {
   background-color: #ffcccc;
}

table.formedit input.date {
   width: 120px;
}

table.formedit input.date_red {
   width: 120px;
   background-color: #ffcccc;
}


table.formedit input:focus,textarea:focus,select:focus {
     border-color: #000000;
}

table.formedit input.checkbox {
   width: 15px;
   padding: 2px 0px;
   text-align: left;
   border: 1px solid #bbbbbb;
   vertical-align: absmiddle;
}

table.bottomline {
   padding: 2px 2px;
   font-size: 11px;
   background-color: #ffffff;
   width: 100%;
}

table.bottomline th {
   color: #ff0000;
   text-align: left;
}

.checkbox {
}

table.formedit select {
   font-size: 13px;
   padding: 0px;
   text-align: left;
   font-family: Tahoma;
   margin: 0px 5px;
   border: 1px solid #bbbbbb;
   background-color: #ffffff;
}

table.formedit table {
   padding: 0px;
   margin: 0px;
   border-collapse: collapse;
}

table.formedit table th {
   border: 1px solid #000066;
}

/*table.formedit table td {
   border: 1px solid #000066;
}
*/




/*--- global css */
.combutton {
    background-color: #343466;
    color:#ffffff;
    margin: 2px 5px;
    padding: 2px;
    font-size: 13px;
    border: 1px solid #000000;
    border-style: solid;
    text-align: center;
    width: 80px;
    text-weight: bold;
    font-size: 11px;
}



/*--- header -------*/
div.mainheader {
 background-color:#2A2A8E;
# background:#ffffff url(../denk/images/bg_header.jpg);
 background-repeat:no-repeat;
 background-position:top right;
 padding:0px;
 margin:0px;
 border:0px;
}
div.mainheader img{
 margin-left:0px;
}

/*--- headline ----*/
table.headline {
    background-color: #E6E6E6;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    border-collapse: collapse;
    text-align: center;
    width:100%;
}

table.headline a{
    font-weight:bold;
    color: #003366;
    text-decoration:none;
}

table.headline a:hover {
    text-decoration:underline;
    background-color:#FFFFFF;
}


/*--- Letter Resultlist */
table.letternavigation {
	width: 100%
}

table.letternavigation td{
	text-align: center;
	padding: 2px;
	background-color: #FFAA00;
 	font-weight:bold;
	color: #FFFFFF;
}

table.letternavigation a {
    text-decoration:none;
 	font-weight:bold;
	color: #FFFFFF;
}

table.letternavigation a:hover {
    text-decoration:underline;
}


/*--- ResultNavigation **/
table.resultlist {
	width: 100%;
	background-color: #BBCCEE;
    margin: 0px;
    padding: 0px;
}

/*--- Memberliste ---*/
table.members {
   padding: 0px;
   margin: 10px 0px 0px 0px;
   width: 100%;
   font-size: 12px;
   border-collapse: collapse;
}

table.members th {
   background-color: #dddddd;
   text-align: left;
   padding: 2px 5px;
   border-bottom: 1px solid #ffffff;
}

table.members td {
   vertical-align: top;
   padding: 0px 5px 0px 5px;
   background-color: #f0f0f0;
   border-bottom: 1px solid #ffffff;
   vertical-align: top;
   text-align: left;
}

table.members img {
	padding: 2px 10px 2px 5px;
	text-align: left;
}

table.members a {
    text-decoration: none;
}

table.members a:hover {
    text-decoration: underline;
}





/*--- News System ---*/
/**************************/
h1.kategorie {
 border:0px;
 padding:2px 0px 2px 4px;
 margin:9px 0px 3px 0px;
 display:block;
/*
 background-color:#9a9Aaa; /* ff9000  */
 background-color: #FFDD00;

 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-collapse: collapse;
 border-collapse: collapse;
 color:#ffffff;
 font-weight:bold;
 font-size:13px;
 line-height:12px;
}



h2.ueberschrift
{
    font-size:18px;
    font-weight: bold;
    color: #001494;
    text-align: left;
    font-size:120%;
    /*background-color: #EFEFEF;*/
    /* border-bottom:1px solid #FF9000;*/
    /* border-left:3px solid #ff9000;*/
    padding: 0px 2px 0px 4px;
    margin: 2px 0px 14px 2px;
    line-height:20px;

}

h2.ueberschrft a.ueberschrift {
        text-decoration:none;
        color:#001494;
}

h2.ueberschrift a.ueberschrift {
        text-decoration:none;
        color:#001494;
}


div.artikel {
    font-size:13px;
    font-weight: lighter;
    /*text-align: justify;*/
    color: #000000;
    margin:0px 0px 10px 5px;
    padding:0px 0px 4px 0px;
    border-bottom:1px solid #ff9000;
}

.artikelliste {
    font-size:12px;
    text-align: left;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 4px;
  display:block;

}
.artikelliste a {
  display:block;
  margin:0px 2px 0px 0px;
  padding:0px;
}

.mehr
{
    font-size:14px;
        font-weight: lighter;
    text-align: left;
    color: #003399;
 font-size:12px;


}

a.mehr:link {
        text-decoration:none;
        color:#003399;
}
a.mehr:visited {
        text-decoration:none;
        color:#003399;
}
a.mehr:active {
        text-decoration:none;
        color:#003399;
}
a.mehr:hover {
        text-decoration:underline;
        color:#003399;
}
.imgleft
{
    float:left;
 margin:0px 20px 3px 0px;
}

.imgright
{
    float:right;
 margin:0px 0px 3px 20px;
}

img_link
{
        font-weight: lighter;
    color: #003399;
}

a.img_link:link {
        text-decoration:none;
        color:#003399;
}
a.img_link:visited {
        text-decoration:none;
        color:#003399;
}
a.img_link:active {
        text-decoration:none;
        color:#003399;
}
a.img_link:hover {
        text-decoration:underline;
        color:#003399;
}
table.nav_box {
/*    background-color: #E6E6E6;*/
    margin-top:20px;
    background-color: #E6E6E6;
    border-top: 1px solid #646464;
    border-collapse: collapse;
}

table.nav_box td {
    font-family: Verdana,tahoma,arial,helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    line-height:16px;
    color: #FFFFFF;
    /*background-color: #003366;*/
    background-color:#001494;
    padding:6px 4px 6px 10px;
    margin:4px;
    border-top: 1px solid #646464;
    border-collapse: collapse;
}

.subnav a {
    padding:0px 0px 0px 10px;
    font-weight:normal;
    color: #FF0000;
}

table.nav_box tr.current td {
    background-color:#0034B4;
}

table.nav_box tr.current a{
        line-height:11px;
        color:#FFFFFF;
        text-decoration:none;
}

table.nav_box a{
        line-height:11px;
        color:#FFFFFF;
        text-decoration:none;
}

table.nav_box a:hover {
        text-decoration:underline;
        color:#000000;
        background-color:#FFFFFF;
}

/* Adressen */

table.Adressen {
    margin: 0px 0px 0px 10px;
    border: 1px solid #000000;
    width: 250px;
    background-color: #eeeecc;
}


table.Adressen td.Title {
    font-size: 14px
    background-color: #003399;
    padding: 2px 5px;
}

table.Adressen tr.titel {
    background-color: #003366;
    color: #ffffff;
    padding: 2px 5px;
}

table.Adressen tr.titel td {
    padding: 2px 5px;
}

table.Adressen tr.footer {
    text-align: right;
    background-color: #006699;
    color: #ffffff;
    padding: 0px 5px 0px 0px;
}

table.Adressen tr.footer td {
    border-bottom: 1px solid #000000;
    padding: 0px 5px 0px 0px;
}


table.Adressen td.label {
    width: 80px;
    font-size: 12px;
    color: #333333;
    vertical-align: top;
    font-weight: normal;
    padding: 0px 5px;
}

table.Adressen td {
    font-size: 12px;
    font-weight: bold;
}

/* FORUM CSS */
table.forum_list {
}

table.forum_list th {
   padding: 2px 5px;
   font-size: 12px;
}

table.forum_list td {
   padding: 2px 5px;
}

span.smallfont {
   font-size: 11px;
}

table.files {
  font-size: 11px;
  width: 100%;
  float: left;
}

table.files td {
  padding: 2px 3px;
}

table.heading_big {
 clear:both;
 width:100%;
 margin-bottom: 15px;
}

table.heading_big td {
 padding: 0px 10px 0px 0px;
 font-size: 18px;
 color: #343466;
 font-weight: bolder;
 letter-spacing:1px
}

table.heading_blue {
 clear:both;
 width:100%;
 margin-bottom: 10px;
 padding: 0px 0px;
}

table.heading_blue td.left {
 white-space:nowrap;
 padding: 0px 10px 0px 0px;
 font-size: 12px;
 color: #343466;
 font-weight: bold;
 letter-spacing:1px
}

table.heading_blue td.right {
 background: transparent url(/2010/kuwi_img/kuwi_home_point.png) repeat scroll 0 0; 
 width: 100%;
}

table.heading_yellow {
 clear:both;
 width:100%;
 margin-bottom: 10px;
 padding: 0px 0px;
}

table.heading_yellow td.left {
 white-space:nowrap;
 padding: 0px 10px 0px 0px;
 font-size: 12px;
 color: #343466;
 font-weight: bold;
 letter-spacing:1px
}

table.heading_yellow td.right {
 background: transparent url(/2010/kuwi_img/kuwi_home_pointy.png) repeat scroll 0 0; 
 width: 100%;
}

div.new_message textarea {
   font-size: 12px;
   width: 70%;
   padding: 0px 0px 0px 0px;
   text-align: left;
   font-family: Arial;
   margin: 0px 0px;
   font-size: 12px;
   height: 70px;
   border: 1px solid #bbbbbb;
   border: 1px solid #d0d0d0;
}

div.new_message img {
   float: left;
   padding: 0px 15px 0px 0px;
}

div.new_message {
  width: 100%;
  margin: 0px 0px 10px 0px;
  font-size: 12px;
  letter-spacing: 1px;
}

div.new_message a {
  font-weight: bold;
}

/* Rechte Boxen */
table.rbox {
    width: 100%;
    background-color: #efefef;
    padding: 0px 0px 5px 5px; 
    font: 12px Arial;
    margin: 15px 0px 0px 0px;
}

div.rbox table {
    width: 100%;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #efefef;
}

div.rbox table.td {
    vertical-align: top;
}

/* News Shortlist Mitte */
ul.news_list {
   list-style:none;
   margin: 0px;
   padding: 0px;
}

ul.news_list li {
    font: 12px Arial;
    line-height: 16px;
    letter-spacing:0.5px;
    margin:0;
    padding:0px 0px 7px 25px;
    background-image:url(/images/sicons/note.png);
    background-repeat:no-repeat;
    background-position:0px 2px;
}
ul.news_list li a {
   font-weight: bold;
}

/* Group Shortlist Mitte */
ul.group_list {
   list-style:none;
   margin: 0px;
   padding: 0px;
}

ul.group_list li {
    font: 12px Arial;
    line-height: 16px;
    letter-spacing:0.5px;
    margin:0;
    padding:0px 0px 7px 25px;
    background-image:url(/images/sicons/group.png);
    background-repeat:no-repeat;
    background-position:0px 2px;
}
ul.group_list li a {
   font-weight: bold;
}
