@charset "UTF-8";
/**
 * Scalasca custom style sheet
 *
 * @file          custom.css
 */

@media all
{
	#col1 {
		background-color: #fff;
		border-radius: 0 0 15px 0;
		height: 529px;
	}
	#col1_content {
    	padding: 30px 20px 0 19px;
	}
	#teaser-right-footer {
		background-color: #fff;
	}
	#teaser-right-logos {
		padding: 5px 0 0 20px;
		margin: 0 0 0 0;
		border-radius: 0 0 15px 0;
		background-color: #fff;
	}

  /* Navigation menu */
  table.sc-subnav {
    width: 100%;
    text-align: left;
    background-color: #07456c;
  }
  table.sc-subnav th {
    color: #7eb017;
    font-weight: normal;
    border-bottom: #7eb017 solid 3px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
  }
  table.sc-subnav td {
    color: #ffffff;
    font-weight: normal;
    border-bottom: #ffffff solid 3px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
  }
  table.sc-subnav a {
    color: #ffffff;
  }
  table.sc-subnav a:visited {
    color: #ffffff;
  }
  table.sc-subnav a:focus {
    color: #ffffff;
    outline: 0 none;
  }


  /* Dense table */
  table.sc-dense {
    text-align: left;
  }
  table.sc-dense tr {
    vertical-align: top;
  }
  table.sc-dense td {
    padding: 0px 5px 0px 5px;
  }

	/* navigation-sub */
	div#navigation-sub ul li {
		heigth: ;
		line-height: 25px;
		margin-bottom: 0;
		/*border-bottom: 1px solid #fff;*/
	}
	div#navigation-sub a:hover {
		color: #FFD48E;
	}
	div#navigation-sub a.active {
		color: #FFF;
		font-weight: bold;
	}	
	div#navigation-sub ul.subsub li {
	}
	div#navigation-sub ul.subsub a {
		padding: 5px 5px 0 35px;
	}
	/* search */
	.submit.search {
    	background-color: #92BC00;
	}
	.articlelistItem .date {
		display: none;
	}
	.paging {
    	margin-top: 15px;
 		margin-bottom: 15px;
	}  
}
