/*--------------------------------------------------------------
	# The News II - October 2008 (for Joomla 1.5)
	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.
	# License: Copyrighted Commercial Software
	# Website: http://www.gavick.com
	# Support: support@gavick.com 
	---------------------------------------------------------------*/
	

/* ------------------------- STYLE 3 --------------------------*/

/* template_css.css */
a:link,
a:visited,
a:active {
	color: #396ea4;
}
a:hover {
	color: #4685c5;
}
#member_area .lf a:hover {
	color: #396ea4;
}
#member_area .rf div.search input.button,
ul.loginposition input.button,
div.logout input.button {
	background: #396ea4 url('../images/style3/button_search.png') no-repeat 0 50%;
}
#member_area .rf div.search input:focus {
	background: #f1f9fe;
}
a#logo {
	background: transparent url('../images/style3/logo.png') no-repeat 0 50%;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #396ea4;
}
ul.menu li.active a {
	color: #396ea4;
}
/* typography.css*/
pre,
.code {
	background-color:#f7f7f7;
	border-left:5px solid #396ea4;
	color: #272727;
}
.highlight-1 {
	background:#ffffda;
}
.highlight-2 {
	background:#f1f1f1;
}
.highlight-3 {
	background:#272727;
	color: #fff;
}
.highlight-4 {
	background:#396ea4;
	color: #fff;
}
span.clear {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #999;
}
span.clear-1 {
	border-top: 1px solid #396ea4;
	border-bottom: 1px solid #396ea4;
	color: #396ea4;
}
span.clear-2 {
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
	color: #272727;
}
span.color {
	color: #396ea4;
}
span.color-1 {
	color: #272727;
}
span.color-2 {
	border-left: 2px solid #396ea4;
	color: #396ea4;
}
span.color-3 {
	border-left: 2px solid #272727;
	color: #272727;
}
span.color-4 {
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
	background: #272727;
	color: #fff;
}
span.color-5 {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #f5f5f5;
	color: #396ea4;
}
span.color-6 {
	border-top: 1px solid #e9e9a1;
	border-bottom: 1px solid #e9e9a1;
	background: #ffffee;
	color: #666;
}
span.color-7 {
	border-top: 1px solid #396ea4;
	border-bottom: 1px solid #396ea4;
	background: #396ea4;
	color: #fff;
}
/* suckerfish.css */
#horiz-menu li.active,
#horiz-menu li:hover#current {
	background: transparent url('../images/style3/menu_act_right.png') no-repeat 100% 50%!important;
}
#horiz-menu li.active a,
#horiz-menu li:hover#current a {
	background: transparent url('../images/style3/menu_act_left.png') no-repeat 0 50%!important;
}
/* joomla_classes.css */
.button {
	background: url('../images/style3/button_def.png') repeat-x 0 50%;
}
.button:hover {
	background: url('../images/style3/button_hov_def.png') repeat-x 0 50%;
}
a.readon,
.back_button a {
	background: url('../images/style3/readon.png') no-repeat 0 50%;
	color: #fff;
}
div.img_caption p {
	color: #396ea4;
}
.artinfo_block span {
	color: #396ea4;
}
ul.pagination a {
	color: #396ea4;
}
/* gk_stuff.css */
#header td:hover.gk_news_show_center,
#header td:hover.gk_news_show_left,
#header td:hover.gk_news_show_right {
	background: #e5f4fe;
}
.gk_news_highlighter_interface a.prev {
	background: url('../images/style3/hig_prev.png') no-repeat 0 0;
}
.gk_news_highlighter_interface a.next {
	background: url('../images/style3/hig_next.png') no-repeat 0 0;
}
input#modlgn_passwd:focus,
input#modlgn_username:focus {
	background: #f1f9fe;
}
ul.gk1_tabmixmenu_ul-style1 li.active span {
	color: #396ea4;
}

/**
 * ERGÄNZUNGEN FÜR HIE2
 * -------------------------------------------------------
 * @author Wolf Benz
 */

/* FEEDS
 * ------------------------------------------------ */
.newsfeed_desc {
	color: #949494;
	line-height: 110%;
	font-style: italic;
	display:block;
	padding-bottom: 5px;
}
.newsfeed LI {
	border-bottom: none;
	border-top: 1px solid #f1f1f1;
	line-height: 170%;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 0pt;
}
.newsfeed_item {
	line-height: 110%;
}
.newsfeed_itemhead {
	padding-bottom: 3px;
}
.newsfeed_itemhead .date {
	color: #949494;
	font-size: 90%;
	/*display:block;*/
	display:none;
	line-height: 150%;
}
.newsfeed_itemhead A {
	font-weight: bold;
	font-size: 115%;
	line-height: 150%;
}

/* ARTICLE IMAGES
 * ------------------------------------------------ */
img.hie_mainimage {
	display: block;
	width: 604px;
	height: 340px;
}

/* CAT & SECT HEADINGS
 * ------------------------------------------------ */
div.componentheading {
	color: #2D4B67;
	margin-bottom: 10px;
	border-bottom: 1px solid #ececec;

	padding-left: 25px;
	padding-bottom: 5px;

	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
div.componentheading.cancer{
	background-image: url(../images/compheading_box_cancer.png);
}
div.componentheading.cardio{
	background-image: url(../images/compheading_box_cardio.png);
}
div.componentheading.enviro{
	background-image: url(../images/compheading_box_enviro.png);
}
div.componentheading.geneti{
	background-image: url(../images/compheading_box_geneti.png);
}
div.componentheading.infect{
	background-image: url(../images/compheading_box_infect.png);
}
div.componentheading.lifest{
	background-image: url(../images/compheading_box_lifest.png);
}
div.componentheading.medici{
	background-image: url(../images/compheading_box_medici.png);
}
div.componentheading.mental{
	background-image: url(../images/compheading_box_mental.png);
}
div.componentheading.metabo{
	background-image: url(../images/compheading_box_metabo.png);
}
div.componentheading.mother{
	background-image: url(../images/compheading_box_mother.png);
}
div.componentheading.other{
	background-image: url(../images/compheading_box_other.png);
}
div.componentheading.pedria{
	background-image: url(../images/compheading_box_pedria.png);
}
div.componentheading.politi{
	background-image: url(../images/compheading_box_politi.png);
}
div.componentheading.resear{
	background-image: url(../images/compheading_box_resear.png);
}
div.componentheading.social{
	background-image: url(../images/compheading_box_social.png);
}
div.componentheading.surger{
	background-image: url(../images/compheading_box_surger.png);
}

/* Artikel auf der Frontpage
 *
 */
table.blog .contentheading{
	color:#2C4B67;
	font-size:18px;
	font-weight:bold;
}
table.blog .contentpaneopen{
	color:#2C4B67;
}

/**
 * artikel allgemein
 */
#main_content .aboutList ul{
	list-style:outside disc;
}
#main_content .aboutList li{
	margin-left: 20px;
	border:none;
}

/**
 * AssetInfo Tabelle
 */
.assetinfo {
	margin-top:10px;
}
.aiHeader {
	color:#2C4B67;
	font-size:14px;
	font-weight:bold;
}
.aiRow {
	height:25px;
	border-top: solid 1px #f1f9fe;
	width:600px;
	padding-top:5px;
}
.aiLabel {
	color:#2C4B67;
	font-weight:bold;
	display:block;
	width:100px;
	float:left;
}
.aiValue {
	float:right;
	width:500px;
}
