
/*  ##################################################################
	##  Änderungen am CSS werden nur in dieser Datei vorgenommen	##
	##	Die original-Datei unter css/styles.css bleibt unangetastet	##
	##################################################################*/



/*	##########################
	##  Navigation (oben)	##
	########################## */

#topnav ul .tn_nav a {
	background: url(media/top_nav_greyBg.gif) top left repeat-x;
	padding-right: 25px;
	padding-left: 25px;
}

/* IE 6 */
*.* #topnav ul .tn_nav a { padding-right:5px }
*.* #topnav ul .tn_nav a { padding-left:5px }
*.* #topnav ul .tn_nav a { width:110px }
	
#topnav ul .tn_nav,
#topnav ul .tn_nav a:hover {
	background:url(media/top_nav_greenBg.gif) top left repeat-x;
}

#topnav ul .tn_nav.currentpage a {
	background:url(media/top_nav_greenBg.gif) top left repeat-x;
}

#topnav ul .tn_nav ul.tn_sub li,
#topnav ul .tn_nav ul.tn_sub li a,
#topnav ul .tn_nav ul.tn_sub li a:hover {
	color:#797e84;
	font-weight:normal;
	text-align:left;
	border:none;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	display: block;
	margin:0 !important;
	padding:0 0 0 0;
	width: 210px;
	height:25px;
	white-space: nowrap;
	overflow: visible;
	background: #E6E6E6;
	background-image:none;
}

#topnav ul .tn_nav ul.tn_sub li a span {
	font-size:12px;
	display:block;
	font-weight:normal;
	padding:7px 0 0 9px;
	margin: 0 0 0 0;
}

#topnav ul .tn_nav ul.tn_sub li a:hover {
	background: #fff;
}

#topnav ul .tn_nav:hover ul.tn_sub {
	display: block;
}

.titeltab_gruen_lang {
	background: #fff url(media/titeltab_gruen_lang_bg.gif) no-repeat;	
}

/*	##################################################
	## Schrift im Contentbereich - Artikelseite		##
	################################################## */

#artikelspalte_links p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0.7em 0;
}

#artikelspalte_rechts p {
	font-size: 12px;
	line-height:1.4em;
	margin: 0 0 0.7em 0;
}

#artikelspalte_links a {
	color: #f57d0f;
}

#artikelspalte_links a:hover, #artikelspalte_rechts a:hover {
	color: #f57d0f;
}

#artikelspalte_links i, #artikelspalte_links em, #artikelspalte_rechts i, #artikelspalte_rechts em {
	font-style: italic;
}

#artikelspalte_links b, #artikelspalte_links strong, #artikelspalte_rechts b, #artikelspalte_rechts strong {
	font-weight: bold;
}

#artikelspalte_links ol, #artikelspalte_links ul, #artikelspalte_rechts ol, #artikelspalte_rechts ul {
	margin: 0 0 0.7em 0;
	padding-left:40px;
}

#artikelspalte_links ol, #artikelspalte_rechts ol {
	list-style-type: decimal;
}

#artikelspalte_links ul, #artikelspalte_rechts ul {
	list-style-type: disc;
}

#artikelspalte_links ol li, #artikelspalte_links ul li, #artikelspalte_rechts ol li, #artikelspalte_rechts ul li {
	font-size: 1.2em;
	line-height: 1.4em;
}

#aeltereartikelbox ul li a,#beliebtesteartikelbox ul li a {
	color: #797E84;
}

#artikelspalte_links h3, #artikelspalte_rechts h3 {
	color: #3dd600;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom:5px;
}

#artikelspalte_rechts a {
	color: #F57D0F;
	font-weight: normal;
}


#klimatippbox {
	padding-bottom: 10px;
}

.highlight {
	background-color: #77ff77;
	color:black;
}


