
/* general elements */

.screen {
	display: none;
}

.print {
	display: inline-block;
}




/* color scheme for all print */

body {
	color: #000000 !important;
	background: #ffffff !important;
}

body h1, body h2, body h3 {
	color: #000000 !important;
}

body table {
	border-color: #cccccc;
}

body table th {
	color: #000000;
	background-color: #cccccc;
	text-shadow: none;
} 

body a, body a:active, body a:visited, body a:hover  {
	color: #000000 !important;
}

h4 {
	border-left-color: #000000;

}

ul.breadcrumbs li {
	background-image: url('../img/ico-arrow-positive.png') !important;
	text-shadow: none;
}

ul.breadcrumbs li.home  {
	background-image: none !important;
}

ul.breadcrumbs li.home a {
	background-image: url('../img/ico-home-positive.png') !important;
}

.article-image-01-outer, .article-image-02-outer {
 	color: #808080; 
}
 
.article-image-01-inner, .article-image-02-inner  {
	border-color: #808080;
}

.legend-switch {
	display: none;
}

/* layout */

#switch-palette {
	display: none;
}

/* breadcrumbs */

body ul.breadcrumbs li {
	text-shadow: none !important;
}

/* graphics */

.graphics-left-screen, .graphics-right-screen, .graphics-block-screen, .graphics-inline-screen {
	display: none;
}

.graphics-left-print {
	float: left;
	display: block;
	max-width: 100%;
	margin: 1em 1em 1em 0;
}

.graphics-right-print {
	float: right;
	display: block;
	max-width: 100%;
	margin: 1em 0em 1em 1em;
}

.graphics-block-print {
	display: block;
	max-width: 100%;
}

.graphics-inline-print {
	display: inline-block;
	max-width: 100%;
}


/* playlist */

.playlist {
	min-width: 100% !important;
}

.playlist li, .playlist li.selected {
	background: #ffffff !important;
	color: #000000 !important; 
	text-shadow: none !important;
} 

.playlist li.selected {
	font-weight: bold; 
} 

/* layout */

#wrapper-outer, #header-outer, #footer-outer {
	text-align: left;
	min-width: 100%;
}

#wrapper-inner, #header-inner, #footer-inner {
	margin: 1.714285em 0;
	max-width: 100%;
	min-width: 100%;
}

#footer-inner {
	text-align: center;
	color: #808080;
}

#footer-inner p a, #footer-inner p a:active, #footer-inner p a:visited, #footer-inner p a:hover {
	color: #808080 !important;
}

#footer-inner p br {
	display: none;
}

#sidebar-outer {
	display: none;
}

#content {
	margin-left: 0px;
	padding: 0 20px 0 20px;
}


#dynamic-to-top {
    display: none;
    visibility: hidden;
    background: transparent;
}


.form-questionaire legend {
	color: #000000 !important;
}


/* glossary */

.ln-letters {
	border: none !important;
}

.ln-letters a {
	color: #999999 !important;
	border: none !important;
	text-shadow: none;
}

.ln-letters a:hover, .ln-letters a.ln-selected { 
	background-color: #ffffff; 
	color: #000000 !important;
	border: none !important;
	text-shadow: none;
}

.ln-letter-count {
	display: none;
}

/* portal */

#portal form {
	display: none !important;
}


/* portal */

#portal h4, .e-learning-list li h4 {
	color: #000000 !important;
}

#portal h4 a {
	color: #000000 !important;
}

.e-learning-list.square li  {
	color: #000000 !important;
	background-color: #ffffff;
	text-shadow: none;
	border-color: #000000;
}

/* carusel */

.flexslider {
	display: none;
}