/* CSS Document */
* {
	background-image: none;
	page-break-before: avoid;
	page-break-after: avoid;
	page-break-inside: avoid;
}

#header #address {
	display: block;
	position:absolute;
	top:36px;
	right:10px;
	white-space: nowrap;
	font-size: 14px;
}

#header #web {
	display: block;
	position:absolute;
	top:90px;
	left:20px;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #email {
	display: block;
	position:absolute;
	top:90px;
	right:10px;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #call {
	right: 10px;
	top: 60px;
}

#search_form, #menu, #footer, #left_box, #content_right {
	display: none;
}

#right_box,
#text_box {
	width: 960px !important;
}

#drobecek_box span {
	background-image: url(/themes/images/arrow_small_gray.gif);
}

.ui-tabs-hide {
	display: block !important;
}

#drobecek_box {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}

#drobecek_box a {
	color: #BFBFBF;
}

#drobecek_box .last, #drobecek_box span.last {
	border: 0px;
	font-weight: bold;
	text-decoration: underline;
	color: #575757;
}

#drobecek_box .last img {
	display: none;
}

#text_box .highlight {
	background-color: inherit;
	color: inherit;
}

a.dictionary {
	border-bottom: none;
	color: #575757 !important;
}

#content {
	width: 960px !important;
	float: left;
}
/*
#right_box,
#text_box,
#content,
#middle_box,
#main_box {
	page-break-before: avoid !important;
	page-break-after: avoid !important;
	page-break-inside: avoid !important;
}
*/
h2 {
	page-break-before: auto;
}
