﻿

/* login
----------------------------------------------------------*/
#login {
	display: none;
}


/* language selector
----------------------------------------------------------*/
#languageSelector {
	display: none;
}


/* search box
----------------------------------------------------------*/
#searchBox {
	display: none;
}



/* menu
----------------------------------------------------------*/
ul#menu {
	display: none;
} 

#subnavi {
	display: none;
}



/* content */
article {
	float: left;
	width: 70%;
}

aside {
	float: right;
	width: 25%;
}



/* Topic */

.topic-container
{}

.topic-tree {
	display: none;
}

.topic-content {
	position: absolute;top: 150px;
	width: 100%;
}


body {
	border-top: 0;
	margin-bottom: 20mm;
}

@page {
	size: auto;
	margin: 8mm 5mm 10mm 5mm;
}

a {
	text-decoration: underline;
}

.header-navigation, .topic-navigation {
	display: none;
}

.site-subtitle {
	display: none;
}

footer {
	position: fixed;
	left: 0;
	text-align: center;
	height: 14px;
	line-height: 14px;
}

.tip, .important, .restriction, .warning, .hazard {
	display: list-item;
	list-style-position: inside;
	padding-left: 5px;
}

.tip {
	list-style-image: url('/Content/images/icons/tip.png');
}
.important {
	list-style-image:url('/Content/images/icons/important.png');
}
.restriction {
	list-style-image:url('/Content/images/icons/restriction.png');
}
.warning {
	list-style-image:url('/Content/images/icons/warning.png');
}
.hazard {
	list-style-image:url('/Content/images/icons/hazard.png');
}/*
.cl_input {
	list-style:url('/Content/images/icons/ball.png');
}*/


.site-title {
	white-space: nowrap;
}
.site-title a[href]:after {
	content: ""; /* remove link hrefs after link */
}


/* no link target in brackets after link title */
a[href]:after {
	content: "" !important;
}


.not-printed {
	display: none;
}