@charset "UTF-8";
/*---------------------------------------------------------------------------------
# Multiplate - Oktober 2010 (J1.5)
# Public Version
# Copyright (C) 2006-2010 www.ah-68.de All Rights Reserved.
-----------------------------------------------------------------------------------*/
/* Color Blue */


/* Blue Heading */

.contentheading, h2 .contentheading, .contentpagetitle, h2 .contentpagetitle {
	color : #008CD2;
}
.componentheading, h1 .componentheading {
	color : #acacac;
}
h1 {
	color : #acacac;
}
h2 {
	color : #008CD2;
}
h3 {
	color : #0084C7;
}
h4 {
	color : #009CE9;
}
h5 {
	color : #009CE9;
}
h6 {
	color : #009CE9;
}



/* Blue Hover */

a, a:link, a:visited, a:active, a:focus {
	color : #008CD2;
	text-decoration : none;
	outline : none;
}
a:hover {
	color : #009CE9;
	text-decoration : none;
	outline : none;
}


/* Blue Date */
.date {
	font-size : 20px;
	line-height: 34px;
	font-weight: bold;
	color : #008CD2;
}

.createdate {
	font-size : 13px;
	color : #0084C7;
	font-weight: normal;
	font-variant: small-caps;
}

/* Blue Pathway */

.pathway a, .pathway a:link {
	color : #008CD2;
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
}
.pathway a:visited {
	color : #0075B0;
	text-decoration : none;
	font-size: 11px;
	font-weight: normal;
}
.pathway a:hover {
	color : #009CE9;
	text-decoration : none;
}

/* Blue Highlight */
.highlight {
	color : #0075B0;
	background-color: #f3f3f3;
}

/* Blue Bannerheader */
.bannerheader {
	color : #0075B0;
}

/* Blue System Message */
#system-message dd.message ul li, #system-message dd.error ul li, #system-message dd.notice ul li {
	color : #008CD2;
}

/* Blue Tool Title */
.tool-title, .tipper-title {
	color: #008CD2;
}

/* Blue jcomment Anchor */
#comments .comment-anchor {
	color: #008CD2;
}
