/* ************ 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(230, 131, 45);
}

.farbe_content_standardtext, .farbe_content_standardtext a
{
    color: rgb(0, 0, 0);
}

.farbe_auf_journalhintergrund, .farbe_auf_journalhintergrund a
{
   color: rgb(230, 131, 45);
}
#page_content a:hover
{
	color: #202090;
}

#page_content h1
{
	color: rgb(230, 131, 45);
}

/* ************ global background colors ************ */
.hintergrundfarbe_spalten
{
    background-color: rgb(245,245,245)!important;
} 

.hintergrundfarbe_journal
{
    background-color: rgb(230, 131, 45);
}

.hintergrundfarbe_journal_hervorgehoben
{
    background-color: rgb(181, 30, 75);
}
.subbox_background
{
	background-color: rgb(255, 255, 255);
	padding: 0 0 12px 0;
}



/* ************ background images ************ */
	#page_header_main
	{
		background-image: url(https://www.pattern-recognition-in-physics.net/graphic_prp_header_background.jpg);
	}
	#page_header_cover
	{
		background-image: url(https://www.pattern-recognition-in-physics.net/graphic_prp_cover.jpg);
	}
	#prp_moodboard
	{
		background-image: url(https://www.pattern-recognition-in-physics.net/graphic_prp_moodboard.jpg);
		position: absolute;
		top: 0;
		right: 0;
		z-index: 500;
		width: 391px;
		height: 101px;
		margin-top: 0px;
		margin-right: 0px;
		background-repeat: no-repeat;
	}
	#copernicus_logo
	{
		display: none;
	}

	.pb_toc_link a,
	.intended_link
	{
		background-image: url(https://www.pattern-recognition-in-physics.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.pattern-recognition-in-physics.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);
}
#box_search input
{
	border: 1px solid rgb(175, 175, 175);
	color: #666;
}
.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);
}

#journal_metrics
{
	background-image: url(https://www.pattern-recognition-in-physics.net/graphic_tc_journal_metrics.jpg);
	background-repeat: no-repeat;
	height: 256px;
	margin-left: 7px;
}

.journal_metrics_definitions
{
	padding-top: 6px;
	padding-left: 14px;
}

.journal_metrics_definitions a
{
	font-size: 11px;
	font-weight: bold;
	color: #AEAEAE;
	text-decoration: none;
}

.journal_metrics_definitions a:hover
{
	text-decoration: underline;
}

/* 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: #E6832D;
}

.subbox_background li {
    background-image: url("http://www.pattern-recognition-in-physics.net/graphic_listelement_grey.gif");
    background-position: 0 1px;
    background-repeat: no-repeat;
    font-size: 12px;
    padding-left: 13px;
    text-decoration: none;
}
.subbox_background li:hover {
    text-decoration: underline;
}
.subbox_background li:active {
    text-decoration: underline;
}

#page_content_container ul
{
   list-style-type: none;
}