
/* = print
-------------------------------------------------- */
* {
	font-size: 100%;
	font-family: "lucida grande", "lucida sans", "lucida", verdana, sans-serif;
	line-height: 1.4;
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	font-size: 8pt;
	color: #000;
	background: #fff;
}

#Page,
#content .wrapper,
#content .portlet-detail-address {
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #000;
}

/* = page break
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.hallplan-wrapper {
	page-break-inside: avoid;
	page-break-after: avoid;
}

table {
	page-break-before: avoid;
}

table tr,
table th,
table td {
	page-break-inside: avoid;
}

/* = hide for printing (not for preview)
-------------------------------------------------- */
#skiplinks,
#Main_Head,
#Main_Page,
#main #breadcrumb,
#main #footer ul,
#printbutton, 
#topbutton,
.topbutton,
.mail-button
 {
	display: none !important;
}

/* = header
-------------------------------------------------- */
#header {
	width: 159mm;
	height: auto;
}

#header p.user {
	color: #000;
	background: #fff;
}

div.detail-view div.content-block{
	margin-top: 10px;
}

div.detail-view div.content-block h3{
	font-size: 1.2em;
}

ul.item-list li{
	margin-bottom: 10px;
	border:1px #fff solid;
}

.p_description ul, 
.c_description ul{
	list-style-position:outside;
	list-style-type:disc;
	margin-left: 12px;
}

.p_description ol,
.c_description ol{
	list-style-position:outside;
	list-style-type:numeric;
	margin-left: 12px;
}

.p_description ul,
.c_description {
	padding-left: 12px;
}

div.detail-view div.job-description li{
	list-style-position: inside;
	list-style-type: disc;
}

.print .togglebox .content .hallplan-wrapper img{
	width: 600px;
}

.print .togglebox .content .hallplan-wrapper{
	text-align: center;
}
.pagebreak{
	page-break-before: always;
}

#content .detail-view-product div.tag-toolbar div.tag-toolbar-wrapper {
	margin-left:0px !important;
}

#content .detail-view-product div.tag-toolbar div.tag-toolbar-wrapper div.tag-toolbar-title {
	padding:5px 0px !important;
	width:600px !important;
}

*html #content .detail-view-product div.portlet-detail-address {
	margin-top:-10px;
}

*+html #content .detail-view-product div.portlet-detail-address {
	margin-top:-10px;
}

/* = Last modified Date 
-------------------------------------------------- */
.modified_date {
	width: 368px;
}

/* = Joboffer Detail
-------------------------------------------------- */
.detail-categories-joboffer a{ 
	line-height: 20px;
	margin-left: 20px;
}

/* mch company flags */
ul.companyflags {
	margin: -10px 0 5px 11px;
}

ul.companyflags li.companyflag {
	clear: both;
	height: 32px;
	line-height: 32px;
	padding-bottom: 5px;
}

ul.companyflags li.companyflag img {
	float: left;
	padding-right: 10px;
}

div.new, span.new {
	background-color: #FFFFFF;
	color: #C0002B;
	font-weight: bold;
	padding: 0 6px;
	text-align: center;
}

