@charset "UTF-8";
/*--------------------------------------------------------------------------------
# Multiplate 2.5 - August 2012 (J2.5)
# Public Version
# Copyright (C) 2006-2012 www.ah-68.de All Rights Reserved.
---------------------------------------------------------------------------------*/
/* Color Pink */


/* Pink Heading */

h1 {
	color : #e4001f;
}
h2 {
	color : #e4001f;
}
h3 {
	color : #e4001f;
}
h4 {
	color : #000;
}
h5 {
	color : #000;
}
h6 {
	color : #000;
}
/* Pink Hover */

a, a:link, a:visited, a:active, a:focus {
	color : #e4001f;
	text-decoration : none;
	outline : none;
	transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;  
    -ms-transition: color .5s ease-in-out; 
   -moz-transition: color .5s ease-in-out;
   -webkit-transition: color .5s ease-in-out;
}
a:hover {
	color : #FC0097;
	text-decoration : none;
	outline : none;
}
/* Pink Article Info */
dt.article-info-term {
	color: #e4001f
}
/* Pink Pathway */

.pathway a, .pathway a:link {
	color : #e4001f;
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
}
.pathway a:visited {
	color : #C00073;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
}
.pathway a:hover {
	color : #FC0097;
	text-decoration : none;
}
/* Pink Highlight */
.highlight {
	color : #e4001f
}
/* Pink Invalid */
.invalid {
	border: 1px solid #e4001f
}
label.invalid {
	color : #e4001f
}
/* Pink Bannerheader */
.bannerheader {
	color : #e4001f;
}
/* Pink Contact Pane */
.panel h3.pane-toggler-down a {
   color : #FC0097
}
/* Pink Contact Tabs h3 */
dl.tabs dt.open h3 a {
	color : #FC0097
}
/* Pink System Message */
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	color : #e4001f;
}
/* Pink Tool Title */
.tip-title, .tipper-title {
	color: #e4001f;
}
