/* ************ text ************ */
.farbe_auf_hauptnavigation,
.farbe_auf_hauptnavigation a
{
    color: rgb(255, 255, 255);
}
 

.farbe_auf_headernavigation, 
.farbe_auf_headernavigation a
{
    color: rgb(255, 255, 255);
}

.farbe_content_hervorgehoben, .farbe_content_hervorgehoben a
{
	color: rgb(0, 51, 153);
}

.farbe_content_standardtext, .farbe_content_standardtext a
{
    color: rgb(0, 0, 0);
}

.farbe_auf_journalhintergrund, .farbe_auf_journalhintergrund a
{
   color: rgb(255, 225, 20);
}
#page_content a:hover
{
	color: #202090;
}
#page_content h1
{
	color: rgb(0, 51, 153);
}

/* ************ global background colors ************ */
.hintergrundfarbe_spalten
{
    background-color: rgb(245,245,245)!important;
} 

.hintergrundfarbe_journal
{
    background-color: rgb(0, 51, 153);
}

.hintergrundfarbe_journal_hervorgehoben
{
    background-color: rgb(255, 225, 20);
}
.subbox_background
{
	background-color: rgb(237, 237, 237);
}



/* ************ background images ************ */
	#page_header_main
	{
		background-image: url(https://www.electronic-earth.net/graphic_ee_header_background.jpg);
	}
	#page_header_cover
	{
		background-image: url(https://www.electronic-earth.net/graphic_ee_cover.jpg);
	}
	#egu_logo
	{
		background-image: url(https://www.electronic-earth.net/graphic_ee_egu_logo.jpg);
	}
	#copernicus_logo
	{
		display: none;
	}

.pb_toc_link a,
.intended_link
{
	background-image: url(https://www.electronic-earth.net/graphic_listelement_grey.gif);
}


/* ************ special styles ************ */
#page_navigation_left ul ul
{
	border-top: 1px solid rgb(245, 245, 245);
}
#page_navigation_left ul ul li
{
	background-image: url(https://www.electronic-earth.net/graphic_listelement_grey.gif);
}
#egujournals_popup_content
{
	border-color: rgb(237, 237, 237);
}
#page_columntable .page_columntable_colum
{
	border-left: 1px solid rgb(223, 223, 223);
	border-right: 1px solid rgb(223, 223, 223);
}

.intended_link_blank
{
	text-decoration: none;
}


	#page_content h2
	{
		border-bottom: 1px solid rgb(175, 175, 175);
	}

.borderLine td
{
    border-color: rgb(175, 175, 175);
}
#page_header_footer_navigation .menueoben_additional
{
display: none;
}
#box_search input
{
	border: 1px solid rgb(175, 175, 175);
	color: #666;
}

#page_header_main_headlines
{
	background-image: url(https://www.electronic-earth.net/graphic_ee_header_journal_title.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0;
	height: 101px;
}
	#page_header_main #page_header_main_headlines h2
	{
		padding-top: 30px;
	}

/* Box Highlight */

.co_cms_box_highlight {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #dfdfdf;
}

.co_cms_box_highlight p {
	margin: 0 !important;
	padding: 10px 15px;
}
.co_pub_box_legend
{
    font-size: 12px;
    font-weight: bold;
    margin: 4px;
    padding: 0 4px;
    text-align: left;
    color: #003399;
}